- IPDFPermissions - Interface in com.qoppa.pdf.permissions
-
This interface represents document permissions.
- isAssembleDocumentAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if document assembly is allowed.
- isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to assemble the document:
- insert, rotate or delete pages
- create bookmarks
- create thumbnail images
This permission is automatically granted if the permission to change the document is granted (see
PasswordPermissions.isChangeDocumentAllowed()
).
- isAutoRotate() - Method in class com.qoppa.office.PrintOptions
-
Returns the value auto-rotate flag.
- isCenterInPage() - Method in class com.qoppa.office.PrintOptions
-
Returns the current value of the center-in-page flag.
- isChangeDocumentAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if changing the document is allowed.
- isChangeDocumentAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to change the document.
- isExpandToMargins() - Method in class com.qoppa.office.PrintOptions
-
Returns the value of the expand-to-margins flag.
- isExtractTextGraphicsAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if extracting text graphics is allowed.
- isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to extract text and graphics.
- isExtractTextGraphicsForAccessibilityAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if extracting text graphics for accessibility is allowed.
- isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to extract text and graphics in support of accessibility to disabled users or other purposes.
- isFillFormFieldsAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if filling existing form fields is allowed.
- isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to fill form fields and sign the document.
- isGrayscale() - Method in class com.qoppa.pdf.TIFFOptions
-
Returns a flag indicating whether the document should be converted to grayscale before
writing the output TIFF file.
- isModifyAnnotsAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if modifying annotations is allowed.
- isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to add or modify text annotations in the document.
- isPrintAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if printing the document is allowed.
- isPrintAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to print the document.
- isPrintHighResAllowed() - Method in interface com.qoppa.pdf.permissions.IPDFPermissions
-
Returns true if printing the document at high resolution is allowed.
- isPrintHighResAllowed() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Returns the permission to print the document at high resolution.
- isShrinkToMargins() - Method in class com.qoppa.office.PrintOptions
-
Returns the value of the shrink-to-margins flag.
- isSubstitutePreferred() - Method in interface com.qoppa.office.OfficeConvertOptions.SubstituteFontRecord
-