·
31 commits
to main
since this release
PyMuPDF-1.26.0 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.0 (2025-05-22)
-
Use MuPDF-1.26.1.
-
Fixed issues:
-
Other:
- Partial fixed for #4457.
- Support image stamp annotations.
- Support recoloring pages.
- Added example of using Django's file storage API to open files with pymupdf.
- Clarified FreeText annotation color options.
We now raise an exception if an attempt is made to set attributes that can not be supported. - Fixed potential segv in Pixmap.is_unicolor().
- Added runtime assert that that PyMuPDF and MuPDF were built with compatible
NDEBUG settings (related to4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>
_). - Simplified handling of filename/filetype when opening documents.