Releases: cbrunet/python-poppler
Releases · cbrunet/python-poppler
0.4.1
0.4.0
0.3.0
- Updated pybind11 to 2.9.2
- Tested with Python 3.10 and Poppler 22.04.0
- 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)
0.2.2
- Bugfix: Document can be corrupted by garbage collector when created from data (or from file handle) (Fixes #19)
- Bugfix: Fix build with some compilers (Fixes #17)
- Feature: Lower minimum required Python version to 3.6
- Feature: Lower minimum required poppler version to 0.26.0 (See #13) – by Sandeep Mistry
0.2.1
This is a bugfix release.
0.2.0
pybind11 was still missing
v0.1.2 fix deploy action
Fix missing pybind11 on the sdist
v0.1.1 added pybind11 to package data
Initial release
Binding to poppler-cpp is almost complete, but we still need to test it in real projects.