v1.0.5.1
- 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