Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PyMuPDF-1.26.1 released source code.tar.gz | 2025-06-11 | 84.1 MB | |
PyMuPDF-1.26.1 released source code.zip | 2025-06-11 | 84.5 MB | |
README.md | 2025-06-11 | 888 Bytes | |
Totals: 3 Items | 168.7 MB | 0 |
PyMuPDF-1.26.1 has been released.
Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf
[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.26.1
-
Use MuPDF-1.26.2.
-
Fixed issues:
-
Fixed [#4520]
- Fixed [#4524]
-
Fixed [#4412]
-
Other:
-
Partial fix for [#4503].
- New method
Document.rewrite_images()
, useful for reducing file size, changing image formats, or converting color spaces. Page.get_text()
: restrict positional args to match docs.- Removed bogus definition of class
Shape
. - Removed release date from module, docs and changelog.
pymupdf.pymupdf_date
andpymupdf.VersionDate
are now both None.- They will be removed in a future release.