| Modifier and Type | Method and Description |
|---|---|
static PermissionRequestOperation |
PermissionRequestOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermissionRequestOperation[] |
PermissionRequestOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Document.permRequest(PermissionRequestOperation requestedperm)
Tests if a permission is set on a document
|
boolean |
Document.permRequest(java.lang.String password,
PermissionRequestOperation perms)
Request the permissions to be changed on a PDF document.
|
| Constructor and Description |
|---|
Document(javax.imageio.stream.ImageInputStream stream,
java.lang.String password,
PermissionRequestOperation perms,
boolean doRepair)
Open a Document from a javax.imageio.stream.ImageInputStream.
|
Document(com.datalogics.PDFL.JavaStreamFile file,
java.lang.String password,
PermissionRequestOperation perms,
boolean doRepair) |
Document(java.lang.String fileName,
java.lang.String password,
PermissionRequestOperation perms,
boolean doRepair)
Opens the specified document.
|