Skip to content

Version 1.10.1

Choose a tag to compare

@arklumpus arklumpus released this 12 Jun 23:30

New features

  • Updated to MuPDF 1.24.3.
  • Added support for retrieving images and font information from structured text pages (#31).
    • It is now possible to save individual images or to get access to their pixel values.
    • For fonts, the font name and style are reported. Two methods provide access to the native font handles (but these won't be particularly useful without bindings for the FreeType library or the internal Type3 font renderer).

Bugfixes

  • MuPDFCore.MuPDFRenderer: fixed issue with selection not clearing after the page is updated (#32).