Skip to content

PyMuPDF-1.24.1 released

Compare
Choose a tag to compare
@julian-smith-artifex-com julian-smith-artifex-com released this 02 Apr 19:47
· 77 commits to main since this release

PyMuPDF-1.24.1 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.1 (2024-04-02)

  • Fixed issues:

  • Other:

    • Use MuPDF-1.24.1.
    • Support ObjStm Compression.
      Methods Document.save(), Document.ez_save() and Document.write()
      now support new parameters use_objstm, compression_effortandpreserve_metadata`.