Releases: pymupdf/PyMuPDF
PyMuPDF-1.23.23 released
PyMuPDF-1.23.23 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.23.23 (2024-02-18)
-
Fixed issues:
-
Other:
- Improved
Document.select() by using new MuPDF function
pdf_rearrange_pages()`. This is a more complete (and faster)
implementation of what needs to be done here in that not only pages will
be rearranged, but also consequential changes will be made to the table
of contents, links to removed pages and affected entries in the Optional
Content definitions. TextWriter.appendv()
: addedsmall_caps
arg.- Fixed some valgrind errors with MuPDF master.
- Fixed
Document.insert_image()
when build with MuPDF master.
- Improved
PyMuPDF-1.23.22 released
PyMuPDF-1.23.22 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.23.22 (2024-02-12)
PyMuPDF-1.23.21 released
PyMuPDF-1.23.21 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.23.21 (2024-02-01)
-
Fixed issues:
-
Other:
- Fixed bug in set_xml_metadata(), PR #3112
- Fixed lack of
.parent
member inTextPage
fromAnnot.get_textpage()
. - Fixed bug in
Page.add_widget()
.
PyMuPDF-1.23.20 released
PyMuPDF-1.23.20 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.23.20 (2024-01-29)
-
Bug fixes:
- Fixed #3100
-
Other:
- Significantly improved speed of
Document.get_toc()
.
- Significantly improved speed of
PyMuPDF-1.23.19 released
PyMuPDF-1.23.19 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.23.19 (2024-01-25)
PyMuPDF-1.23.18 released
PyMuPDF-1.23.18 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.23.18 (2024-01-23)
-
Bug fixes:
- Fixed #3081
-
Other:
- Reduced size of sdist to fit on pypi.org (by reducing size of two test files).
- Fix
Annot.file_info()
if noDesc
item.
PyMuPDF-1.23.17 released
PyMuPDF-1.23.17 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.23.17 (2024-01-22)
PyMuPDF-1.23.16 released
PyMuPDF-1.23.16 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.23.16 (2024-01-18)
-
Bug fixes:
- Fixed #3058
-
Other:
- In table detection strategy "lines_strict", exclude fill-only vector graphics.
- Fixed sysinstall test failure.
- In documentation, update feature matrix with item about text writing.
PyMuPDF-1.23.15 released
PyMuPDF-1.23.15 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.23.15 (2024-01-16)
-
Bug fixes:
- Fixed #3051
-
Other:
- Improved docs for Page.find_tables().
PyMuPDF-1.23.14 released
PyMuPDF-1.23.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 are not available yet, they will be build and uploaded later.]
Changes in version 1.23.14 (2024-01-15)