Skip to content

Releases: pymupdf/PyMuPDF

PyMuPDF-1.28.0 released.

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 29 Jun 09:18

Wheels for Windows, Linux and MacOS, and the sdist, are available on
https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.28.0

Fixed issues:

Other:

  • Use MuPDF-1.28.0.
  • pymupdf.Document.init(): new arg archive to support documents with archives.
  • pymupdf.Document.convert_to_pdf(): also generate links.
  • Fixed MacOS x64 platform tag - used to be macosx_10_9_x86_64, but we actually
    require MacOS 10.15, so platform tag is now macosx_10_15_x86_64.
  • Support Windows builds with free thread python.
  • pymupdf.Document.save() now saves non-PDF documents in PDF format.
  • New method pymupdf.Document.apply_css().

PyMuPDF-1.27.2.3 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 24 Apr 14:23

Wheels for Windows, Linux and MacOS, and the sdist, are available on
https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.27.2.3

  • Fixed issues:

  • Other:

    • Fixed incorrect generation of lineJoin j in PDF content, introduced in 1.27.2.2.
    • Allow build to (incorrectly) claim to be thread-safe, for #4760. See setup.py for details.
    • Use pypi.org's pipcl package instead of our own pipcl.py file.

PyMuPDF-1.27.2.2 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 20 Mar 09:56

Wheels for Windows, Linux and MacOS, and the sdist, are available on
https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.27.2.2

  • Fixed issues:

  • Other:

    • Added Annot.__bool__().

PyMuPDF-1.27.2 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 10 Mar 13:11

Wheels for Windows, Linux and MacOS, and the sdist, are available on https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.27.2

  • Use MuPDF-1.27.2.

  • Fixed issues:

  • Other:

    • Retrospectively marked #4907 as fixed in pymupdf-1.27.1.

    • Improved get_textpage_ocr().

      For partial OCR, all page areas outside legible text are now OCRed, not
      just those within images. This means that OCR will now also be performed
      for vector graphics, and for text containing illegible characters.

PyMuPDF-1.27.1 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 11 Feb 15:12

Wheels for Windows, Linux and MacOS, and the sdist, are available on
https://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.27.1 (2026-02-11)

  • Use MuPDF-1.27.1.

  • Fixed issues:

  • Other:

    • Added pymupdf.TEXT_CLIP.
    • Removed support for mupdf < 1.26.
    • New arg raise_on_repair in Document.save().
    • New method Document.repair().

PyMuPDF-1.26.7 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 11 Dec 23:17

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.7

  • Use MuPDF-1.26.12.

Other:

  • Retrospectively mark #4756 as fixed in 1.26.6.
  • Improved safety of pymupdf embed-extract. This now refuses to write to
    an existing file or outside current directory, unless -output or new flag
    -unsafe is specified.

PyMuPDF-1.26.6 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 05 Nov 16:07

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.6

  • Use MuPDF-1.26.11.

  • Supported Python versions are now 3.10-3.14.

  • Fixed issues:

PyMuPDF-1.26.5 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 10 Oct 14:07

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.5

  • Use MuPDF-1.26.10.

  • Fixed issues:

  • Other:

    • Supported Python versions are now 3.9-3.14.
    • We now define all class methods explicitly instead of with dynamic assignment; this improves type hints.
    • Removed pymupdf.utils.Shape class, was duplicate of pymupdf.Shape.
    • Allow use of cibuildwheel to build and test on Pyodide.
    • Fixed various Pyodide bugs.
    • In documentation, added section about Linux wheels and glibc compatibility.
    • Improved documentation of pymupdf.open()'s arg.
    • Retrospectively mark 4544 <https://github.com/pymupdf/PyMuPDF/issues/4544>_ as fixed in 1.26.4.

PyMuPDF-1.26.4 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 25 Aug 14:34

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.4

  • Use MuPDF-1.26.7.

  • Fixed issues:

  • Other:

    • Check that #4392 Segfault when running with pytest and -Werror is fixed if PyMuPDF is built with swig>=4.4.
    • Add Page.clip_to_rect().
    • Improved search for Tesseract data.
    • Retrospectively mark #4496 as fixed in 1.26.1.
    • Retrospectively mark #4503 as fixed in 1.26.3.
    • Added experimental support for Graal.

PyMuPDF-1.26.3 released

Choose a tag to compare

@julian-smith-artifex-com julian-smith-artifex-com released this 02 Jul 21:52

PyMuPDF-1.26.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.26.3

  • Use MuPDF-1.26.3.

  • Fixed issues:

  • Other:

    • Class Shape is now available as pymupdf.Shape.
    • Added table cell markdown support.