Skip to content

PyMuPDF-1.24.10 released

Compare
Choose a tag to compare
@julian-smith-artifex-com julian-smith-artifex-com released this 02 Sep 16:39
· 199 commits to main since this release

PyMuPDF-1.24.10 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.10 (2024-09-02)

  • Use MuPDF-1.24.9.

  • Fixed issues:

  • Other:

    • Object streams and linearization cannot be used together; attempting to do
      so will raise an exception. (#3603)
    • Fixed handling of non-existing /Contents object.