PLAYA-PDF 0.4.2: Bug fixes
What's Changed
- Correct
fontsize
andscaling
in text state - Correct
ValueError
on incorrect stream lengths for ASCII85 data - Correct implicit font encodings for Type1 fonts
- Tolerate all sorts of illegal structure trees
- Allow accessing annotations and XObjects from structure tree
- Better encoding for SimpleFont by @lambdalemon in #82
- Improve error handling in font initialization by @dhdaines in #84
- Extra robustness for ascii85 and inline images by @dhdaines in #89
- fix: do not follow circular xobject references by @dhdaines in #90
- Fix a few annoyances in logical structure trees by @dhdaines in #74
- Fix bug in CFFFontProgram when using predefined encodings by @lambdalemon in #91
- Remove padding in AES encrypted strings by @dhdaines in #92
- Add the ability to access underlying objects in structure content objects by @dhdaines in #93
- Correct
asobj
for structure elements by @dhdaines in #94
New Contributors
- @lambdalemon made their first contribution in #82
Full Changelog: v0.4.1...v0.4.2