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