Skip to content

v1.0.5.1

Compare
Choose a tag to compare
@jmarxuach jmarxuach released this 23 Jul 13:06
· 74 commits to master since this release
d14821b
  • Rolled back to Java 8.
  • Added a command line parser
  • Streamlined the whole code to 2 classes with combined 4 methods
  • Created a maven multi module project
  • Refactored the filestructure to reflect the maven multi module
  • Updated versions
  • Updated the documentation
  • Solved issue #6
  • Added windows executable

Example command line :

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

Windows version command line :

BatchPDFSign1.0.5.1.exe -k mycertificate.pfx -p CertificatePassword -i myfile.pdf -o myfilesigned.pdf