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
- @dependabot made their first contribution in #12
- @knarrff made their first contribution in #16
- @KommuSoft made their first contribution in #23
Full Changelog: v.1.0.5.3...v.1.0.5.4