Releases: pymupdf/PyMuPDF
Extended PDF Form Field Support
We also include a temporarily fixed MuPDF file, before its official release: pdf-op-filter.c. This fix ensures correct handling of methods Page._cleanContent()
and Annot._cleanContent()
.
We will take out this fix once MuPDF itself is rolled out with the correction.
People who cannot use one our wheels may copy this file into their MuPDF download before they generate it.
MuPDF's command line tools (mutool, mudraw, or muconvert) also contain this bug, which shows when options -s
, -sanitize
or -clean
/ -c
are used. Re-Generating these tools with the fixed file will yield correct versions.
1.13.4
1.13.3
Fixes issue #154
v1.12.6 Merge branch 'master' of https://github.com/rk700/PyMuPDF
v1.12.5
v1.12.4
1.12.4
Version 1.9.2 is an Enhancement Release of Version 1.9.1
Version 1.9.2 is based on MuPDF 1.9a as was version 1.9.1.
Its major new features are around PDF creation - most prominently Document.insertPDF()
.
It also contains minor bug fixes and improvements.
Version 1.9.1 supports MuPDF 1.9a
v1.9.1 All Changes for MuPDF 1.9a
Version 1.9.0 supports MuPDF 1.9
Fixing bugs * fixed invalid json format when images occur * immunize against invalid invocation of doc.select() method (invalid page number range, invalid document type)