public interface PdfEncryption
Modifier and Type | Method and Description |
---|---|
void |
init()
Initializes the encryption algorithms and values.
|
void |
setAllowCopyContent(boolean value)
Sets whether the document will allow the content to be extracted from
the PDF document.
|
void |
setAllowEditAnnotation(boolean value)
Sets whether the document will its annotations to be edited.
|
void |
setAllowEditContent(boolean value)
Sets whether the document will allow its content to be edited.
|
void |
setAllowPrint(boolean value)
Sets whether the document will allow printing.
|
void |
setOwnerPassword(java.lang.String value)
Sets the owner password for the PDF.
|
void |
setUserPassword(java.lang.String value)
Sets the user password for the PDF.
|
void setOwnerPassword(java.lang.String value)
value
- The owner password.void setUserPassword(java.lang.String value)
value
- The user password.void setAllowPrint(boolean value)
value
- Set to true to allow printing.void setAllowCopyContent(boolean value)
value
- Set to true to allow content extraction.void setAllowEditContent(boolean value)
value
- Set to true to allow the document content to be edited.void setAllowEditAnnotation(boolean value)
value
- Set to true to allow the document annotations to be edited.void init()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.