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
EmbeddedFile data() and checksum() now return bytes (See #32) – by Bence Cs
Bugfix: Fixed typos in EmbeddedFile.modification_date and EmbeddedFile.is_valid
Bugfix: Fixed typo in page.search (Fixes #37) – by Bohumír Zámečník
Bugfix: Fix underscore position in two attributes of the Rotation Enum, thereby making it consistent with the upstream poppler-cpp (#42 / #44) – by mara004
Bugfix: Reading pdf_version now requires unlocked document (Fixes #39)
Bugfix: Ensure document was loaded before creating Document object (Fixes #48)