Skip to content

Releases: pymupdf/PyMuPDF

Minor bugfixes

16 Mar 07:43
Compare
Choose a tag to compare

Fixes #465 and implements #464.

Extended Redaction Annotation support

12 Mar 11:37
Compare
Choose a tag to compare

A number of issues are also being fixed with this release:
#447, #461, #397, #463, #454, #434

Support for PDF Redaction Annotations

23 Feb 12:25
6c34386
Compare
Choose a tag to compare

This release fixes issues #344, #426, #434, #443, #444.

Fixing issues with annotations

21 Dec 16:26
Compare
Choose a tag to compare

Fixing several minor issues

06 Dec 00:05
Compare
Choose a tag to compare

This fixes #412, #411 and #407 and also inroduces some minor usability enhancements.

Introducing "fitz as a module"

18 Nov 23:15
Compare
Choose a tag to compare

Fixing #394

08 Nov 17:30
Compare
Choose a tag to compare

Fix #390

02 Nov 20:08
Compare
Choose a tag to compare
1.16.6

upload v1.16.6

Fix #381 part 2

14 Oct 11:20
Compare
Choose a tag to compare

On rare occasions, page rendering and text extraction caused interpreter segmentation faults.
When fonts on a page (illegally) were meeting all of the following conditions:

  1. a non-UTF8 encodable name
  2. not embedded in the PDF
  3. using Identity-H / Identity-V ancoding

Then MuPDF reacted with appropriate warning messages (which are intercepted by PyMuPDF).
In prior versions, PyMuPDF did not expect non-UTF8 messages and used a too "optimistic" char to unicode conversion method, which brought down the interpreter.
This has changed in the new version.

Fixing #381

10 Oct 15:04
Compare
Choose a tag to compare

also new generators for document pages and page annotations, widget and links.