Package | Description |
---|---|
com.foxit.gsdk.pdf |
Modifier and Type | Method and Description |
---|---|
PDFDocument.PDFWrapperData |
PDFDocument.getWrapperData()
Get the
PDFWrapperData object of current document. |
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.saveAsWrapper(FileHandler file,
PDFDocument.PDFWrapperData data,
int userPermissions,
byte[] ownerPassword)
Save a PDF document as a wrapper file.
|
void |
PDFDocument.saveAsWrapperFile(FileHandler file,
PDFDocument.PDFWrapperData data,
int userPermissions,
java.lang.String ownerPassword)
Deprecated.
Current function will be deprecated in future. So, not recommend to use current function any more.
Instead, please use
PDFDocument.saveAsWrapper(FileHandler, PDFWrapperData, int, byte[]) . |