PyMuPDF-1.23.23 released #3178
julian-smith-artifex-com
started this conversation in
Announcements
Replies: 1 comment
-
Linux-aarch64 wheels are now available; install in the usual way with pip. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.23.23 (2024-02-18)
Fixed issues:
next
attribute of anAnnot
raises a "No attribute .parent" warning #3131Other:
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.Document.insert_image()
when build with MuPDF master.This discussion was created from the release PyMuPDF-1.23.23 released.
Beta Was this translation helpful? Give feedback.
All reactions