gulteking / pdfencryptorcl

Pdf Encryptor Command Line Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Pdf Encryptor Command Line Application


Languages

Language:Java 100.0%