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 ```python Traceback (most recent call last): File "", line 3, in File "C:\Program Files\Python311\Lib\site-packages\pymupdf\__init__.py", line 4529, in insert_pdf self._do_links(docsrc, from_page = from_page, to_page = to_page,...

### Description of the bug I have a single page pdf file which has a table inside it. When I load the pdf and try to call the get_pixmap function,...

upstream bug

**Is your feature request related to a problem? Please describe.** When building PyMuPDF from source, the default behavior is to download the MuPDF source tarball from the Internet: https://github.com/pymupdf/PyMuPDF/blob/e6e1daa0e14cb08e15f1caab2d6bc794276d6909/setup.py#L389 This...

enhancement

### Description of the bug When trying to create a pixmap for a PDF file, get_pixmap function takes too long even though the page size is well within the required...

upstream bug
fix developed

### Description of the bug As soon as I apply the reductions all the text and graphics get lost from the pdf. Source: Annotated: After `apply_reductions()`: ### How to reproduce...

Waiting for information

### Description of the bug [2024_5_.pdf](https://github.com/pymupdf/PyMuPDF/files/15380367/2024_5_.pdf) In the PDF, there is a list where the numbering starts at 0. However, in the blocks I received, these numbers have moved to...

### Description of the bug in 1.24.3, when i call `somedoc.set_toc([(1, "sometitle", 1), ])`, it raises a lot of keyerror exceptions,1.24.2 have no problem in same code。 ### How to...

bug
fix developed

- [x] add a `codespell` action - [x] clean up some typos - ~~possibly set it to warn only instead of error~~ - [x] probably unnecessary as I've fixed most...

### Description of the bug After upgrading from Python 3.11.9 to Python 3.12.3, scripts that use PyMuPDF now cause an error "segmentation fault" when run in the console. After that,...

postpone

### Description of the bug I am the author of eaf-pdf-viewer (https://github.com/emacs-eaf/eaf-pdf-viewer). One of the features of this PDF reader is to support dark mode. Recently, I don’t know whether...

Waiting for information