Releases: modesty/pdf2json
Stable build v3.0.0: ES Module
Breaking changes: converted commonJS to ES Module, see README for details
plus dependency upgrade for security patch and other minor bug fixes
Stable Build v2.0.1
Patch release, fix value of checkbox and add support for signature field.
- Better exception handling, including empty page exception. Report exception error via event and avoid crash
- Add checked value to checkboxes. thanks @andrewinge
- Add signature field type and fixed NO_OPS_RANGE. thanks @cmmcneill
Stable build v2.0.0 (w/ breaking changes)
Major refactoring since 2015. Full meta support, least dependency, improved exception handling and performance, better stream support and more testings. See readme for details on breaking changes on output JSON format.
Stable build v1.2.5
Better error handling. README updates.
Stable build v1.2.4
bug fixes and security updates
Stable build v1.2.1
dependency version bump
Stable build v1.2.0
MAINT: update node version
v1.1.5 Stable Release
Bug fixes with PRs.
v1.1.4 Stable Release
Breaking Changes:
v1.0.8 fixed issue 27, it converts x coordinate with the same ratio as y, which is 24 (96/4), rather than 8.7 (96/11), please adjust client renderer accordingly when position all elements' x coordinate.
v1.1.4 unified event data structure: only when you handle these top level events, no change if you use commandline
event "pdfParser_dataError": {"parserError": errObj}
event "pdfParser_dataReady": {"formImage": parseOutput}
v1.1.4 starts to support PDFParser as a transform stream.
v1.0.8 Stable Release
Breaking Changes:
v1.0.8 fixed issue 27, it converts x coordinate with the same ratio as y, which is 24 (96/4), rather than 8.7 (96/11), please adjust client renderer accordingly when position all elements' x coordinate.