Skip to content

Releases: pymupdf/PyMuPDF

Fixes, performance improvements

14 Sep 11:12
Compare
Choose a tag to compare

Fixed #651
Fixed #645
Fixed #622
Fixed #653
Fixed #640
Added methods and atrributes to speed up TOC maintenance.
Added new page method to extract text from inside a rectangle.
All getText() methods (except (X)HTML and XML) now support a clip parameter.

Bug fixes and more support for font replacements

26 Aug 19:31
Compare
Choose a tag to compare
  • Fixed #605
  • Fixed #600
  • Added origin key to text span dictionary of Page.getText("dict").
  • Added property buffer to fitz.Font.
  • Added option sanitize to Page.cleanContents().

Several fixes

06 Aug 13:11
Compare
Choose a tag to compare
  • Fixes #561
  • Fixes #566
  • Fixes #568
  • Correct use of opacity default in TextWriter.writeText().
  • Supporting fonts of [pymupdf-fonts(https://github.com/pymupdf/pymupdf-fonts).
  • Some smaller feature improvements.

Font Handling improvements and other fixes

24 Jul 09:45
Compare
Choose a tag to compare

Fixes #561 - more than 10 TextWriter fonts per page
Fixes #562 - annotation pixmaps no longer derived from tha page
Fixes wrong appearance of mono-spaced fonts
Resolves #563 - allow manipulation of PDF property NeedAppearances
Support optional fonts provided via repository pymupdf-fonts

Minor Fixes, more flexible TextWriter Textbox

07 Jul 09:03
Compare
Choose a tag to compare

Fixes #540
Fixes #548
TextWriter.fillTextbox now supports indenting start of text.

Fix Important issue

24 Jun 14:04
Compare
Choose a tag to compare

Fixes #533
Adds appearance flexibility to redactions annotations, #535.

Addressing minor bugs

18 Jun 16:32
Compare
Choose a tag to compare

Fixed: #525, #520
Implemented: #524

Improved interactive help a lot.

Supporting MuPDF v1.17

19 May 13:12
Compare
Choose a tag to compare
  • Improved Redaction annotation support.
  • Fixing #508, #503, #502, #500, #496
  • Minor feature enhancements

New classes: Font and TextWriter

23 Apr 10:12
Compare
Choose a tag to compare

This introduces two new classes (Font and TextWriter) for better support of MuPDF's text writing features for PDF files.
In addition, issues #488 and #493 are fixed.

Note:
This should be the last version based on MuPDF v1.16. Artifex has just published (April 21) a release candidate for a new version 1.7.

Minor fixes, more accurate dpi information

09 Apr 10:17
Compare
Choose a tag to compare