Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
com.qoppa.pdf.permissions |
This package contains classes related to document permissions.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFPermissions
Deprecated.
This class is deprecated. Use the new
PasswordPermissions instead. |
Modifier and Type | Method and Description |
---|---|
PasswordPermissions |
AllPDFPermissions.getPasswordPermissions()
Returns the permission object for this document.
|
Constructor and Description |
---|
AllPDFPermissions(PasswordPermissions passwordPermissions,
DocMDPPermissions docMDPPermissions,
UsageRightsPermissions usageRightsPermissions)
Construct a new AllPDFPermissions object that encompasses PasswordPermissions, DocMDPPermissions, and UsageRightsPermissions.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocument.setPasswordPermissions(String newPermissionsPwd,
String newOpenPwd,
PasswordPermissions permissions,
String currentPermissionsPwd,
int encryptType)
Sets the security for this document.
|
void |
PDFDocument.setSecurity(String newPermissionsPwd,
String newOpenPwd,
PasswordPermissions permissions,
String currentPermissionsPwd,
int encryptType)
Deprecated.
Use the new
setPasswordPermission method instead. |