PLAYA-PDF v0.6.3: Various bugfixes
From CHANGELOG.md
- Correct and slightly optimize PNG predictor
- Accept all standard number syntaxes (oops)
- Fail fast on incorrect or damaged xref pointers
- Accept fontsize of 0
- Don't throw an exception on malformed text strings
- Extract images with any colorspace
- Correct ASCIIHexDecode for all odd-length strings (not just some)
- Remove sketchy characters from image and font filenames
- Track streamid in ObjectParser (this will become useful with time)
- Cache inline images in ObjectParser
What's Changed
- fix: always decode text (fixes: #153) by @dhdaines in #155
- fix: accept text hidden by setting fontsize to 0 by @dhdaines in #157
- feat: fail fast on incorrect or damaged xref pointers by @dhdaines in #156
- fix: accept all standard number syntaxes (oops) by @dhdaines in #158
- Correct and accelerate PNG predictor for multi-channel images by @dhdaines in #159
- extract images with cie based colorspace by @lambdalemon in #152
- refactor: cache inline image by @lambdalemon in #149
Full Changelog: v0.6.2...v0.6.3