/pdfencryptorcl

Pdf Encryptor Command Line Application

Primary LanguageJava

PDF Encryptor Commandline Application

Simple java command line application that encrypts a pdf file with given password.

  • Requires Java 7 or later
  • To compile: mvn clean install or download binary from releases

How To Run

java -jar pdfencryptorcl-1.0-SNAPSHOT-shaded.jar "newPdfPassword" "/fullPathOfPdfFile" "/fullPathOfEncryptedPdfFile"