Skip navigation links
A C D E F G H I K L M O P R S T U V 

I

IPassword - Interface in com.qoppa.pdf
External interface used by the PDF library to get possible passwords to open a document.
IPDFPermissions - Interface in com.qoppa.pdf.permissions
This interface represents document permissions.
isAllValid() - Method in class com.qoppa.pdf.SignatureValidity
Checks if the signature is completely valid.
isAssembleDocumentAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow assembling the document:
isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
DocMDP does not allow assembling the document.
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()).
isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.permissions.SignaturePermissions
 
isAssembleDocumentAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
Usage rights never allow assembling the document.
isCaCertsEnabled() - Static method in class com.qoppa.pdf.SignatureSettings
The CaCertsEnabled flag determines whether or not the certificates in cacerts from the current JRE will be added to the trusted certificate cache used to verify digital signatures.
isCertifyingSignature() - Method in class com.qoppa.pdf.SigningInformation
Returns true if this is a certifying signature.
isChangeDocumentAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow changing the document.
isChangeDocumentAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
DocMDP does not allow changing the document.
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.
isChangeDocumentAllowed() - Method in class com.qoppa.pdf.permissions.SignaturePermissions
 
isChangeDocumentAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
Usage Rights never allow changing the document.
isContentAppended() - Method in class com.qoppa.pdf.SignatureValidity
Gets a flag that indicates if there has been any content appended to this PDF.
isCreateModifyFieldsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow modifying annotations and changing the document.
isDocReconstructed() - Method in class com.qoppa.pdf.SignatureValidity
Gets the value of the document reconstructed flag.
isDocumentTimestamp() - Method in class com.qoppa.pdf.SignatureValidity
Return a flag indicating whether this signature is a document timestamp.
isEmpty() - Method in interface com.qoppa.pdf.form.FormField
Returns true if the field is not filled.
isEncrypted() - Method in class com.qoppa.pdfSecure.PDFSecure
Returns a flag indicating whether this document is encrypted.
isEnforceDocMDPPermissions() - Static method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if Doc MDP permissions will be enforced.
isEnforceSignaturePermissions() - Static method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if signature permissions will be enforced.
isExtractTextGraphicsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow extracting text graphics from the document.
isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
DocMDP always allows extracting text graphics.
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.
isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.permissions.SignaturePermissions
 
isExtractTextGraphicsAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
Usage Rights always allow extracting text graphics.
isExtractTextGraphicsForAccessibilityAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow extracting text graphics for accessibility from the document.
isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
DocMDP always allows extracting text graphics for accessibility.
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.
isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.permissions.SignaturePermissions
 
isExtractTextGraphicsForAccessibilityAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
Usage Rights always allow extracting text graphics for accessibility.
isFillFormFieldsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow filling form field.
isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
DocMDP permission levels 2 and 3 allow filling existing form fields and signatures.
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.
isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.permissions.SignaturePermissions
 
isFillFormFieldsAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
Returns true if the Usage Rights allow filling existing form fields and signatures.
isLock() - Method in class com.qoppa.pdf.SigningInformation
Returns true if fields will be locked when the signature is applied.
isModifyAnnotsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow modifying annotations.
isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
DocMDP permission level 3 allows annotations to be created, deleted, and modified.
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.
isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.permissions.SignaturePermissions
 
isModifyAnnotsAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
Usage Rights always allow modifying annotations.
isNoExport() - Method in interface com.qoppa.pdf.form.FormField
Returns the value of the 'No Export' flag.
isNotValid() - Method in class com.qoppa.pdf.SignatureValidity
This method checks if the signature is considered NOT VALID.
isOSCertsEnabled() - Static method in class com.qoppa.pdf.SignatureSettings
The OSCertsEnabled flag determines whether or not the certificates in the operating system (Windows or Mac) trusted certificates will be added to the trusted certificate cache used to verify digital signatures.
isPrintAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow printing the document.
isPrintAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
DocMDP always allows printing.
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.
isPrintAllowed() - Method in class com.qoppa.pdf.permissions.SignaturePermissions
 
isPrintAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
Usage Rights always allow printing.
isPrintHighResAllowed(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns true if all the document's permissions allow printing the document at high resolution.
isPrintHighResAllowed() - Method in class com.qoppa.pdf.permissions.DocMDPPermissions
DocMDP always allows printing at high resolution.
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.
isPrintHighResAllowed() - Method in class com.qoppa.pdf.permissions.SignaturePermissions
 
isPrintHighResAllowed() - Method in class com.qoppa.pdf.permissions.UsageRightsPermissions
Usage Rights always allow printing in high resolution.
isReadOnly() - Method in interface com.qoppa.pdf.form.FormField
Returns the value of the 'Read Only' flag.
isRequired() - Method in interface com.qoppa.pdf.form.FormField
Returns the value of the 'Required' flag.
isRestricted() - Method in class com.qoppa.pdf.permissions.Restrictions
Returns true if one or more permission types have restrictions.
isRestrictedByDocMDPPermissions() - Method in class com.qoppa.pdf.permissions.Restrictions
Returns true if DocMDPPermissions have restrictions.
isRestrictedByPasswordPermissions() - Method in class com.qoppa.pdf.permissions.Restrictions
Returns true if PasswordPermissions have restrictions.
isRestrictedBySignature() - Method in class com.qoppa.pdf.permissions.Restrictions
 
isRestrictedByUsageRightsPermissions() - Method in class com.qoppa.pdf.permissions.Restrictions
Returns true if UsageRightsPermissions have restrictions.
isSignAuthor() - Method in interface com.qoppa.pdf.form.SignatureField
Returns a flag indicating whether this is an author signature.
isTested() - Method in class com.qoppa.pdf.SignatureValidity
Returns a flag indicating if this signature has been tested.
isTrustedChain() - Method in class com.qoppa.pdf.SignatureValidity
Gets the value of the trusted chain flag.
isTSTrustedChain() - Method in class com.qoppa.pdf.SignatureValidity
Returns whether the TSA certificate chain is trusted.
isTSValid() - Method in class com.qoppa.pdf.SignatureValidity
If there is a time stamp token, returns whether it is valid.
isTSValidCertificate() - Method in class com.qoppa.pdf.SignatureValidity
If there is a time stamp token, returns whether its certificate is valid.
isValidByteRange() - Method in class com.qoppa.pdf.SignatureValidity
Gets the value of the byte range flag.
isValidCertificateChain() - Method in class com.qoppa.pdf.SignatureValidity
Returns the status of the certificate chain validity.
isValidExpiration() - Method in class com.qoppa.pdf.SignatureValidity
Gets the value of the valid expiration flag.
isValidKeyUsage() - Method in class com.qoppa.pdf.SignatureValidity
Returns whether the key usage is valid.
isValidPadesCertificate() - Method in class com.qoppa.pdf.SignatureValidity
Returns true if this is a PAdES signature and the certificate is valid OR if this is not a PAdES signature.
isValidRevocationList() - Method in class com.qoppa.pdf.SignatureValidity
Returns the status of the revocation list validity.
isValidSignatureHash() - Method in class com.qoppa.pdf.SignatureValidity
Returns a flag indicating whether the stored signature hash matches the calculated signature hash.
isValidSignatureObject() - Method in class com.qoppa.pdf.SignatureValidity
Gets a flag that indicates whether the signature object was readable.
isValidTimestamp() - Method in class com.qoppa.pdf.SignatureValidity
Returns a flag indicating whether the signature has a valid timestamp.
isValidWithWarning() - Method in class com.qoppa.pdf.SignatureValidity
Returns true if the signature is considered valid but has warnings associated with it.
isVisibleCommonName() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the common name should be used when creating the signature appearance.
isVisibleCountry() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the country should be used when creating the signature appearance.
isVisibleDate() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the date should be used when creating the signature appearance.
isVisibleDigitallySigned() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the "Digitally signed by..." label should be used when creating the signature appearance.
isVisibleEmail() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the email address should be used when creating the signature appearance.
isVisibleLocal() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the locality should be used when creating the signature appearance.
isVisibleName() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the name should be used when creating the signature appearance.
isVisibleOrgName() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the organization name should be used when creating the signature appearance.
isVisibleOrgUnit() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the organizational unit should be used when creating the signature appearance.
isVisibleReason() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the reason should be used when creating the signature appearance.
isVisibleState() - Method in class com.qoppa.pdf.SignatureAppearance
Returns whether or not the state should be used when creating the signature appearance.
A C D E F G H I K L M O P R S T U V 
Skip navigation links