Skip to content

Version 1.9.0

Compare
Choose a tag to compare
@arklumpus arklumpus released this 23 Mar 20:59
· 42 commits to master since this release

New features

  • Updated MuPDF to 1.24.0
  • Support for new input formats: TXT (text files), DOCX (Microsoft Word), PPTX (Microsoft Powerpoint), XLSX (Microsoft Excel). Note that only plain text is extracted from Office documents and the layout is not fully respected.
  • The MuPDFDocument class now has an Outline property, which makes it possible to access the document's outline (table of contents), if one is defined (#29). The PDF viewer demo shows document outlines.

Bugfixes

  • The background of the MuPDFRenderer control now works correctly when the control has a non-zero offset.