| Package | Description |
|---|---|
| org.apache.pdfbox.encryption |
These classes deal with encryption algorithms that are used in the PDF Document.
|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentEncryption.decryptDocument(String password)
Deprecated.
This will decrypt the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocument.decrypt(String password)
This will decrypt a document.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.