PyMuPDF icon indicating copy to clipboard operation
PyMuPDF copied to clipboard

PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.

Results 162 PyMuPDF issues
Sort by recently updated
recently updated
newest added

### Description of the bug Having a document with pages of a different height I try to create a link from a rectangle on one page to a rectangle on...

example required
Waiting for information

**Is your feature request related to a problem? Please describe.** It is not currently supported to add an image with arbitrary transformation, which is needed when trying to rebuild a...

enhancement
postpone

### Discussed in https://github.com/pymupdf/PyMuPDF/discussions/3236 Originally posted by **rockerjunge** March 7, 2024 ### Description of the bug I'm new to programming and still finding my way around, but I've encountered an...

bug

Bug 707727 is fixed in mupdf's master branch, not in the release branch and in particular not in 1.24.1. So adjust the check, assuming that the fix will be backported...

### Description of the bug `page.get_textpage_ocr` segfaults for certain PDFs I am not allowed to share here. Tested on Linux and Mac. Error message: `Python(99420,0x304424000) malloc: *** error for object...

example required
Waiting for information

### Description of the bug I'm unable to create a RADIOBUTTON which is already checked: ```python import fitz from pymupdf import Widget, Rect from pymupdf.mupdf import PDF_WIDGET_TYPE_RADIOBUTTON doc = fitz.open()...

### Description of the bug On 1.24.3 (but not on 1.24.2) `fill_textbox` generates some kind of exceptions that print to the screen but do not raise in Python. ### How...

fix developed

### Description of the bug in the new PyMUPDF 1.24.3, if any error in doc.subset_fonts(), the process will end without any warning or error number. doc.subset_fonts() Error will be raised...

fix developed

### Description of the bug Happens only: - if pythonw.exe is used to run the script - for specific pdf files - if multiple affected files are inserted, exception is...

### Description of the bug I am unable to completely delete widgets in any of my documents using `Page.delete_widget(widget)` and then `Document.ez_save()`. Although the resulting PDF _looks_ like the fields...

enhancement