public interface DocumentPdfConfiguration extends DocumentConfiguration
Modifier and Type | Method and Description |
---|---|
boolean |
canUserAnnotate()
Returns the PDF annotate permission set by the user.
|
boolean |
canUserCopy()
Returns the PDF copy permission set by the user.
|
boolean |
canUserModify()
Returns the PDF modify permission set by the user.
|
boolean |
canUserPrint()
Returns the PDF print permission set by the user.
|
java.lang.String |
getOwnerPassword()
Return the owner password set by the user.
|
java.lang.String[] |
getPdfFilters()
Returns the list of PDF filters that this document should use, in the order that they should be applied.
|
java.lang.String |
getPdfVersion()
Returns the PDF version selected by the user for document output.
|
java.lang.String |
getUserPassword()
Return the user password set by the user.
|
getCharset
getGenericOption
java.lang.String getPdfVersion()
java.lang.String[] getPdfFilters()
java.lang.String getOwnerPassword()
java.lang.String getUserPassword()
boolean canUserPrint()
boolean canUserCopy()
boolean canUserModify()
boolean canUserAnnotate()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.