Releases: pymupdf/PyMuPDF
Releases · pymupdf/PyMuPDF
Fixing several minor issues
Introducing "fitz as a module"
Various fixes
Fixing #394
fixes #394
Fix #390
Fix #381 part 2
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:
- a non-UTF8 encodable name
- not embedded in the PDF
- 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
also new generators for document pages and page annotations, widget and links.
Fixes #369
- significant performance improvements for
dict
/rawdict
text extraction Page.getText()
now support text extraction for "blocks" and "words"
Fixes #362
1.16.2 fixing #362
Fixing issues #352, #353 and #354
1.16.1 publish v1.16.1
Full PDF Password Protection
1.16.0 upload version 1.16.0