Package org.apache.pdfbox
Class Decrypt
java.lang.Object
org.apache.pdfbox.Decrypt
This will read a document from the filesystem, decrypt it and and then write
the results to the filesystem.
usage: java org.apache.pdfbox.Decrypt <password> <inputfile> <outputfile>
usage: java org.apache.pdfbox.Decrypt <password> <inputfile> <outputfile>
- Version:
- $Revision: 1.5 $
- Author:
- Ben Litchfield
-
Method Summary
-
Method Details
-
main
This is the entry point for the application.- Parameters:
args
- The command-line arguments.- Throws:
Exception
- If there is an error decrypting the document.
-