Releases: pymupdf/PyMuPDF
Releases · pymupdf/PyMuPDF
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
Minor Enhancements and Fixes
1.14.20 Merge branch 'master' of https://github.com/rk700/PyMuPDF
Minor fixes
- added method to check PDF signature status (#326)
Bug fix #319
1.14.18 Update README.md
Various smaller fixes
- Added method
Document.fullcopyPage
to make full page copies within a PDF (not just copied references asDocument.copyPage
does). - Changed methods
Page.getPixmap
,Document.getPagePixmap
to now usealpha=False
as default. - Changed text extraction: the span dictionary now (again) contains its rectangle under the
bbox
key. - Changed methods
Document.movePage
andDocument.copyPage
to use direct functions instead of wrappingDocument.select
- similar toDocument.deletePage
in v1.14.16. - The GitHub repo no longer contains interface files generated by SWIG (
fitz.py
,fitz_wrap.c
). This allows easier tracking of inter-version source differences which is needed by providers of various Linux platforms. The PyPI source distribution still has the previous structure which includes those generated files. - Please remember: since version 1.14.16, we store wheel files on PyPI only.
Recode PDF delete page
Deleting pages in PDF documents (methods Document.deletePage()
and Document.deletePageRange()
) is now based on new code: the code of method Document.select()
is no longer used for this.
Starting with release, to reduce network traffic we store wheel files exclusively on PyPI.
Fixes several issues: #301, #300, #298
Merge pull request #305 from JorjMcKie/master upgrade to v1.14.15