| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.crypt |
This package implements the security relevant aspects of the PDF spec.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
IAccessPermissions |
COSDocument.getAccessPermissions()
The currently active access permissions if supported by the
ISecurityHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAccessPermissions |
class |
AccessPermissionsDocMDP |
class |
AccessPermissionsFull
Provide full access to PDF features.
|
class |
AccessPermissionsNone
Provide no access to PDF features.
|
class |
AccessPermissionsProxy |
| Modifier and Type | Method and Description |
|---|---|
static IAccessPermissions |
AccessPermissionsTools.createPermissions(PDDocument doc) |
IAccessPermissions |
StandardSecurityHandler.getAccessPermissions() |
IAccessPermissions |
IAccessPermissionsSupport.getAccessPermissions()
The access permissions active for the document.
|
IAccessPermissions |
AccessPermissionsProxy.getDelegate() |
| Constructor and Description |
|---|
AccessPermissionsDocMDP(IAccessPermissions permissions,
PDTransformParams parameters) |
| Modifier and Type | Method and Description |
|---|---|
IAccessPermissions |
PDDocument.getAccessPermissions()
Get a permissions object.
|
| Modifier and Type | Method and Description |
|---|---|
IAccessPermissions |
STDocument.getAccessPermissions()
If a document contains a permissions dictionary, it is "pushed" to this
by the parser.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.