PyMuPDF-1.24.3 released #3458
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.24.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:
[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.24.3 (2024-05-09)
The Python module is now called
pymupdf
.fitz
is still supported forbackwards compatibility.
Use MuPDF-1.24.2.
Fixed issues:
get_text_blocks
return value order #3379Other:
New/modified methods:
Page.remove_rotation()
: new, set page rotation to zero while keeping appearance.Fixed some problems when checking for PDF properties.
Fixed pip builds from sdist
(see discussion Alpine linux docker build failing "No matching distribution found for pymupdfb==1.24.1" #3360).
This discussion was created from the release PyMuPDF-1.24.3 released.
Beta Was this translation helpful? Give feedback.
All reactions