You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).