public final class PDFAccessPermissions
extends java.lang.Object
* Granting PDFAllowsHighQualityPrinting also grants PDFAllowsLowQualityPrinting * Granting PDFAllowsDocumentChanges also grants PDFAllowsCommenting and PDFAllowsFormFieldEntry * Granting PDFAllowsContentCopying also grants PDFAllowsContentAccessibility * Granting PDFAllowsCommenting also grants PDFAllowsFormFieldEntry
| Modifier and Type | Field and Description |
|---|---|
static long |
Commenting
Create or modify annotations, including form field entries
|
static long |
ContentAccessibility
Extract content, but only for the purpose of accessibility
|
static long |
ContentCopying
Extract content (text, images, etc.)
|
static long |
DocumentAssembly
Page management: insert, delete, and rotate pages
|
static long |
DocumentChanges
Modify the document contents except for page management
|
static long |
FormFieldEntry
Modify form field entries
|
static long |
HighQualityPrinting
Print at any DPI
|
static long |
LowQualityPrinting
Print at up to 150 DPI
|
public static final long LowQualityPrinting
public static final long HighQualityPrinting
public static final long DocumentChanges
public static final long DocumentAssembly
public static final long ContentCopying
public static final long ContentAccessibility
public static final long Commenting
public static final long FormFieldEntry