Skip to content

Releases: zboris12/zgapdfsigner

Version 2.7.3

24 Aug 03:29
Compare
Choose a tag to compare

Because it's possible that someone could circumvent the CORS security restrictions in web browser,
made a change to allow TSA feature in web browser for more flexibility.

Version 2.7.2

19 Aug 13:01
Compare
Choose a tag to compare

Improved to support font subsetting and changed to use pdf-fontkit.

Version 2.7.1

18 Aug 12:55
Compare
Choose a tag to compare

Improved to reuse the font if it is already embedded in the PDF.

Version 2.7.0

17 Aug 02:55
Compare
Choose a tag to compare

Added support for typescript development.

Version 2.6.0

10 Aug 11:52
Compare
Choose a tag to compare
  • Implemented feature of drawing text.
  • Added support to place signature on multiple pages.

Fix EU signature

19 Sep 05:06
d6d6d23
Compare
Choose a tag to compare
Merge pull request #2 from bounsel/main

Fix EU signature. Thanks marsanla!

Supported enabling LTV

19 Nov 10:55
Compare
Choose a tag to compare

Supported to enable Long-Term Validation.

Support adding a document timestamp

24 Oct 12:40
Compare
Choose a tag to compare

Support adding a document timestamp from a specified TSA

Support adding a new signature to a signed pdf

20 Oct 12:35
Compare
Choose a tag to compare

Support adding a new signature to a signed pdf by using incremental update.

Supported to DocMDP

14 Oct 12:25
Compare
Choose a tag to compare

Added support of DocMDP and improved the way of appending TSA timestamp.
Now the way of appending TSA timestamp to the signature is without using unauthenticated attributes of pkcs#7, so the edited version of node-forge is no more necessary.