github pymupdf/PyMuPDF 1.26.0
PyMuPDF-1.26.0 released

latest releases: 1.26.4, 1.26.3, 1.26.1...
3 months ago

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 to 4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>_).
    • Simplified handling of filename/filetype when opening documents.

Don't miss a new PyMuPDF release

NewReleases is sending notifications on new releases.