Package | Description |
---|---|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
com.qoppa.pdfAssemble |
jPDFAssemble main classes, used to assemble PDF documents.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
com.qoppa.pdfSecure |
jPDFSecure main classes, used encrypt and digitally sign PDF documents.
|
Modifier and Type | Method and Description |
---|---|
AllPDFPermissions |
IPDFDocument.getPDFPermissions()
Returns the AllPDFPermissions object for this document.
|
Modifier and Type | Method and Description |
---|---|
AllPDFPermissions |
PDFAssemble.getPDFPermissions()
Returns the AllPDFPermissions object which encompasses this document's PasswordPermissions, DocMDPPermissions, and UsageRightsPermissions.
|
Modifier and Type | Method and Description |
---|---|
AllPDFPermissions |
PDFDocument.getPDFPermissions()
Returns the AllPDFPermissions object which encompasses this document's PasswordPermissions, DocMDPPermissions, and UsageRightsPermissions.
|
Modifier and Type | Method and Description |
---|---|
AllPDFPermissions |
PDFSecure.getPDFPermissions()
Returns the AllPDFPermissions object which encompasses this document's PasswordPermissions, DocMDPPermissions, and UsageRightsPermissions.
|