Skip to content

Releases: pymupdf/PyMuPDF

PyMuPDF-1.26.0 released

22 May 16:30
Compare
Choose a tag to compare

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.

PyMuPDF-1.25.5 released

31 Mar 23:25
Compare
Choose a tag to compare

PyMuPDF-1.25.5 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.5 (2025-03-31)

  • Fixed issues:

  • Other:

    • Use MuPDF-1.25.6.
    • Fixed MuPDF SEGV on MacOS with particular fonts.
    • Fixed Annot.get_textpage()'s clip arg.
    • Fixed Python-3.14 (pre-release) build error.

PyMuPDF-1.25.4 released

14 Mar 19:16
Compare
Choose a tag to compare

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.

PyMuPDF-1.25.3 released

06 Feb 13:12
Compare
Choose a tag to compare

PyMuPDF-1.25.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.25.3 (2025-02-06)

  • Use MuPDF-1.25.4.

  • Fixed issues:

  • Other:

    • In annotations:
      • Added support for subtype FreeTextCallout.
      • Added support for rich text.
    • Added miter_limit arg to insert_text*() to allow supression of spikes caused by long miters.
    • Add Widget Support to Document.insert_pdf().
    • Add bibi to span dicts.
    • Add `synthetic' to char dict.

PyMuPDF-1.25.2 released

17 Jan 16:36
Compare
Choose a tag to compare

PyMuPDF-1.25.2 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.2 (2025-01-17)

  • Fixed issues:

  • Other:

    • Use Python's built-in glyphname <> unicode conversion.
    • Improve speed of pixmap color inversion.
    • Add new char_flags member to span dictionary, for example allows detection of invisible text.
    • Detect image masks in TextPage output.
    • Added Pixmap.pil_image().

PyMuPDF-1.25.1 released

11 Dec 22:51
Compare
Choose a tag to compare

PyMuPDF-1.25.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.25.1 (2024-12-11)

  • Use MuPDF-1.25.2.

  • Fixed issues:

PyMuPDF-1.25.0 released

05 Dec 20:45
Compare
Choose a tag to compare

PyMuPDF-1.25.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.25.0 (2024-12-05)

PyMuPDF-1.24.14 released

19 Nov 11:21
Compare
Choose a tag to compare

PyMuPDF-1.24.14 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.14 (2024-11-19)

  • Use MuPDF-1.24.11.

  • Fixed issues:

  • Other:

    • Ensure that words from Page.get_text() never contain RTL/LTR char mixtures.
    • Fix building with system MuPDF.
    • Add dot product for points and vectors.

PyMuPDF-1.24.13 released

29 Oct 16:23
Compare
Choose a tag to compare

PyMuPDF-1.24.13 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.13 (2024-10-29)

PyMuPDF-1.24.12 released

21 Oct 14:41
Compare
Choose a tag to compare

PyMuPDF-1.24.12 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.12 (2024-10-21)