Skip to content

Releases: pymupdf/PyMuPDF

Extended PDF Form Field Support

23 May 20:00
Compare
Choose a tag to compare

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

11 May 17:34
Compare
Choose a tag to compare

Resolves #170

1.13.3

03 May 20:04
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/rk700/PyMuPDF

Fixes issue #154

02 Apr 11:23
Compare
Choose a tag to compare
v1.12.6

Merge branch 'master' of https://github.com/rk700/PyMuPDF

v1.12.5

29 Mar 15:40
Compare
Choose a tag to compare
Bug fixing PDF string escapes (#153)

v1.12.4

22 Mar 16:22
Compare
Choose a tag to compare
YML modified by travis cli

1.12.4

20 Mar 02:49
92c8042
Compare
Choose a tag to compare

Version 1.12.4 of PyMuPDF based on MuPDF 1.12.0

Version 1.9.2 is an Enhancement Release of Version 1.9.1

06 Aug 17:42
Compare
Choose a tag to compare

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

12 May 01:32
Compare
Choose a tag to compare
v1.9.1

All Changes for MuPDF 1.9a

Version 1.9.0 supports MuPDF 1.9

01 May 19:29
Compare
Choose a tag to compare
Fixing bugs

* fixed invalid json format when images occur
* immunize against invalid invocation of doc.select() method (invalid
page number range, invalid document type)