Skip to content

PyMuPDF-1.25.4 released

Latest
Compare
Choose a tag to compare
@julian-smith-artifex-com julian-smith-artifex-com released this 14 Mar 19:16
· 10 commits to main since this release

PyMuPDF-1.25.4 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.25.4 (2025-03-14)

  • Fixed issues:

  • Other:

    • Fixed handling of duplicate widget names when joining PDFs (PR #4347).
    • Improved Pyodide build.
    • Avoid SWIG-related build errors with Python-3.13 by disabling PY_LIMITED_API.