-
Notifications
You must be signed in to change notification settings - Fork 652
PyMuPDF-1.26.1 released #4557
julian-smith-artifex-com
started this conversation in
Announcements
PyMuPDF-1.26.1 released
#4557
-
PyMuPDF-1.26.1 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.1
-
Use MuPDF-1.26.2.
-
Fixed issues:
-
Other:
- Partial fix for Undetected character styles #4503 .
- New method
Document.rewrite_images()
, useful for reducing file size, changing image formats, or converting color spaces. Page.get_text()
: restrict positional args to match docs.- Removed bogus definition of class
Shape
. - Removed release date from module, docs and changelog.
pymupdf.pymupdf_date
andpymupdf.VersionDate
are now both None.- They will be removed in a future release.
This discussion was created from the release PyMuPDF-1.26.1 released.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Linux-aarch64 wheels are now available; install in the usual way with pip.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment