Skip to content

Releases: modesty/pdf2json

Stable build v3.0.0: ES Module

23 Oct 22:48
Compare
Choose a tag to compare

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

17 Apr 20:44
Compare
Choose a tag to compare

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)

20 Nov 18:25
Compare
Choose a tag to compare

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

25 Sep 18:53
Compare
Choose a tag to compare

Better error handling. README updates.

Stable build v1.2.4

04 Sep 20:16
Compare
Choose a tag to compare

bug fixes and security updates

Stable build v1.2.1

29 Mar 21:39
4976506
Compare
Choose a tag to compare

dependency version bump

Stable build v1.2.0

15 Mar 18:36
Compare
Choose a tag to compare
MAINT: update node version

v1.1.5 Stable Release

18 Sep 14:58
762cec1
Compare
Choose a tag to compare

Bug fixes with PRs.

v1.1.4 Stable Release

18 Mar 04:56
Compare
Choose a tag to compare

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

06 Mar 19:51
Compare
Choose a tag to compare

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.