Skip to content

1.0.5.4

Latest
Compare
Choose a tag to compare
@jmarxuach jmarxuach released this 22 Nov 17:59
· 43 commits to master since this release
4366675

Important :

  • Added tsa parameter to make the tsa server configurable. Sometimes default server https://freetsa.org/tsr can be down.

Example command line:

java -jar BatchPDFSignPortable.jar -k mycertificate.pfx -p CertificatePassword -i myfile.pdf -o myfilesigned.pdf

What's Changed

  • Bump bouncycastle.version from 1.66 to 1.68 in /lib by @dependabot in #12
  • add options for signature text to appear by @knarrff in #16
  • read password from stdin if '-p -' was specified by @knarrff in #15
  • Bump itext7-core from 7.1.11 to 7.2.0 in /lib by @dependabot in #13
  • improve documentation of new options by @knarrff in #17
  • make the tsa server configurable, fixing #21 by @KommuSoft in #23

New Contributors

Full Changelog: v.1.0.5.3...v.1.0.5.4