This is simple password remover for the PDF files.
Built the project using
mvn clean install
After building, we will get all the artifacts in the target folder. Execute the following command to remove the password for given file.
java -jar .\pdf-password-remover.jar <absolute_path> <filename> <password>
java -jar .\pdf-password-remover.jar D:\folder pwd-protected.pdf dummy-password