Skip to content

gulteking/pdfencryptorcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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"