|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.Decrypt
public class Decrypt
This will read a document from the filesystem, decrypt it and and then write
the results to the filesystem.
usage: java org.pdfbox.Decrypt <password> <inputfile> <outputfile>
Constructor Summary | |
---|---|
Decrypt()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This is the entry point for the application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Decrypt()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command-line arguments.
java.lang.Exception
- If there is an error decrypting the document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |