Skip to content

PyMuPDF-1.24.3 released

Latest
Compare
Choose a tag to compare
@julian-smith-artifex-com julian-smith-artifex-com released this 09 May 17:33
· 7 commits to main since this release

PyMuPDF-1.24.3 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.24.3 (2024-05-09)

  • The Python module is now called pymupdf. fitz is still supported for
    backwards compatibility.

  • Use MuPDF-1.24.2.

  • Fixed issues:

  • Other:

    • New/modified methods:

      • Page.remove_rotation(): new, set page rotation to zero while keeping appearance.
    • Fixed some problems when checking for PDF properties.

    • Fixed pip builds from sdist
      (see discussion #3360).