PyMuPDF-1.24.2 released #3397
julian-smith-artifex-com
started this conversation in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PyMuPDF-1.24.2 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.2 (2024-04-17)
Removed obsolete classic implementation from releases
(previously available as module
fitz_old
).Fixed issues:
Document.pages()
is incorrectly type-hinted #3331PyMuPDF==1.24.1
: AttributeError: property 'metadata' of 'Document' object has no setter #3354Other:
New/modified methods:
Document.bake()
: new, make annotations / fields permanent content.Page.cluster_drawings()
: new, identifies drawing items(i.e. vector graphics or line-art)
that belong together based on their geometrical vicinity.
Page.apply_redactions()
: added new parametertext
.Document.subset_fonts()
: use MuPDF'spdf_subset_fonts()
instead of PyMuPDF code.The
Document
class now supports page numbers specified as slices.Avoid causing MuPDF warnings.
This discussion was created from the release PyMuPDF-1.24.2 released.
Beta Was this translation helpful? Give feedback.
All reactions