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 When adding a widget containing an `AA/C` JavaScript entry (inter field calculation), an exception like this occurs: `fitz.mupdf.FzErrorArgument: code=4: not an array (null)`. ### How...

bug
fix developed

### Description of the bug os: linux Ubuntu 22.04 LTS python 3.10.2 When I upload a PDF file, the program hangs for several hours without exiting When using get_text() method....

upstream bug
fix developed

### Description of the bug Hi there! First of all, I really appreciate this library and its performance and features. Also, this is my first bug report on github, so...

### Description of the bug Hello, The test_textbox3 (in test_textbox.py) is failing with v1.24.2 (but passes fine with v1.24.1): ``` ==================================== ERRORS ==================================== ______________________ ERROR at teardown of test_textbox3 ______________________...

* Bugzilla 707727 must be tested via Pixmap comparison * Be more verbose in test_balance_count.py

### Description of the bug In more recent versions of PyMuPDF, the contents stream can contain (invalid for PDF?) floating point numbers in scientific notation. For example, these are generated...

### Description of the bug If the file bytes are prematurely cut-off, then fitz will open the PDF file with 0 pages, but at the same time, cause a memory...

Waiting for information

resolves #3379 Updates the docstring for the `utils.py` function `get_text_blocks` to be more clear on the return order.

**Is your feature request related to a problem? Please describe.** Running `mypy==1.9.0` with `PyMuPDF==1.24.1`: ```none foo.py:12:1: error: Skipping analyzing "fitz": module is installed, but missing library stubs or py.typed marker...

duplicate
enhancement

### Description of the bug When I merge two PDF files with reproducer code provided, I get `merged.pdf` files with some links not working anymore. To reproduce a bug, download...