Skip navigation links
A B C D E F G I J K L M N O P R S T U V W X 

I

IdentityProperties - Interface in com.qoppa.pdf
This object identifies the current user of the application and its properties can be accessed by javascript.
IDocumentListener - Interface in com.qoppa.pdf
Listener interfaces to notify objects when a document has been changed.
IEmbeddedFile - Interface in com.qoppa.pdf
Representation of an embedded file in a PDF document.
IJavaScriptEnabler - Interface in com.qoppa.pdf
This interface is used to determine if JavaScript should be enabled for a document.
InputStreamPDFSource - Class in com.qoppa.pdf.source
Implementation of the PDFSource interface when the document comes from an input stream.
InputStreamPDFSource(InputStream) - Constructor for class com.qoppa.pdf.source.InputStreamPDFSource
 
InputStreamPDFSource(InputStream, String) - Constructor for class com.qoppa.pdf.source.InputStreamPDFSource
 
INSERT_LAYER - Static variable in class com.qoppa.pdf.DocumentEvent
 
insertChildBookmark(String, int) - Method in interface com.qoppa.pdf.Bookmark
Insert a child bookmark at the given index in the node's children.
IPassword - Interface in com.qoppa.pdf
External interface used by the PDF library to get possible passwords to open a document.
isAllowPopups() - Static method in class com.qoppa.pdf.JavaScriptSettings
Returns true if popups are allowed.
isAllValid() - Method in class com.qoppa.pdf.SignatureValidity
Checks if the signature is completely valid.
isAutoScale() - Method in class com.qoppa.pdf.ResizePageOptions
Returns the option to scale the page contents to fit inside the new media box.
isBold() - Method in interface com.qoppa.pdf.LocalFont
Returns flag indicating if this font is bold.
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.
isCenter() - Method in class com.qoppa.pdf.ResizePageOptions
Returns the option to center the page contents in the new media box.
isClearSignatures() - Method in class com.qoppa.pdfPreflight.profiles.ConversionOptions
Returns true if signatures should be cleared.
isClearUsageRights() - Method in class com.qoppa.pdfPreflight.profiles.ConversionOptions
Returns true if usage rights should be cleared.
isContentAppended() - Method in class com.qoppa.pdf.SignatureValidity
Gets a flag that indicates if there has been any content appended to this PDF.
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.
isEmbeddable() - Method in interface com.qoppa.pdf.LocalFont
Indicates whether we are able to embed the font in a PDF document.
isEnhanceThinLines() - Static method in class com.qoppa.pdf.PDFRenderHints
Returns the value of the enhance thin lines flag.
isFitToMedia() - Method in class com.qoppa.pdf.ResizePageOptions
Returns the fit to media option.
isFixable() - Method in interface com.qoppa.pdfPreflight.results.ResultRecord
If the result can be fixed by running the applicable conversion profile will return true
isIgnoreLineWeights() - Static method in class com.qoppa.pdf.PDFRenderHints
Returns the value of the ignore line weights flag.
isIncludeFixableWillFix() - Method in class com.qoppa.pdfPreflight.results.PreflightReportOptions
Returns true if the items that are marked as fixable and will fix will be shown on the report.
isIncludeFixableWontFix() - Method in class com.qoppa.pdfPreflight.results.PreflightReportOptions
Returns true if the items that are marked as fixable and won't fix will be shown on the report.
isIncludeNotFixable() - Method in class com.qoppa.pdfPreflight.results.PreflightReportOptions
Returns true if the items that are marked as not fixable will be shown on the report.
isItalic() - Method in interface com.qoppa.pdf.LocalFont
Returns flag indicating if this font is italic.
isLocked() - Method in class com.qoppa.pdf.Layer
Returns whether this layer is locked.
isMailDocWarn() - Static method in class com.qoppa.pdf.JavaScriptSettings
Returns true if the user will have the option to proceed with emailing the document when mailDoc() is called.
isNotValid() - Method in class com.qoppa.pdf.SignatureValidity
This method checks if the signature is considered NOT VALID.
isOpen() - Method in interface com.qoppa.pdf.Bookmark
Returns whether this item is opened or closed when the document is opened.
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.
isPrintAnnotations() - Method in class com.qoppa.pdf.PrintSettings
Returns the value of the print annotations flag.
isPrintFormFields() - Method in class com.qoppa.pdf.PrintSettings
Returns the value of the print form fields flag.
isPrintFormsOnly() - Method in class com.qoppa.pdf.PrintSettings
Deprecated.
Use m_PrintFormFields = true and m_PrintPageContents = false instead.
isPrintPageContents() - Method in class com.qoppa.pdf.PrintSettings
Returns the value of the page contents flag.
isQoppaPrintDialog() - Method in class com.qoppa.pdf.PrintSettings
Returns the value of the Qoppa print dialog flag.
isRenderComments() - Static method in class com.qoppa.pdf.PDFRenderHints
Returns the value of the render comments flag.
isScaleImagesToOutput() - Method in class com.qoppa.pdf.PrintSettings
Returns the value of the flag that controls whether images are resized to their output size by the library or by the printer / printer driver.
isShowLegend() - Method in class com.qoppa.pdfPreflight.results.PreflightReportOptions
Returns true if the legend defining the X, !X, and ! symbols should be shown at the top of the report.
isShowSymbols() - Method in class com.qoppa.pdfPreflight.results.PreflightReportOptions
Returns true if the X, !X, and ! symbols should be shown for each item of the report.
isSilenceErrors() - Static method in class com.qoppa.pdf.JavaScriptSettings
Returns true if errors will be silenced instead of displaying an alert.
isSubmitFormWarn() - Static method in class com.qoppa.pdf.JavaScriptSettings
Returns true if the user will have the option to proceed with connecting to a URL and submitting the form when submitForm() is called.
isSubsettable() - Method in interface com.qoppa.pdf.LocalFont
Indicates whether the font's usage rights forbid subsetting.
isSubstitutePreferred() - Method in interface com.qoppa.pdfPreflight.profiles.PDFAConversionOptions.SubstituteFontRecord
 
isSubstitutePreferred() - Method in interface com.qoppa.pdfPreflight.profiles.PDFXConversionOptions.SubstituteFontRecord
 
isSuccessful() - Method in interface com.qoppa.pdfPreflight.results.PreflightResults
Returns a boolean value indicating whether the document that was preflighted successfully passed the given Profile specification.
isSymbol() - Method in interface com.qoppa.pdf.LocalFont
Returns flag indicating if this font is a symbol font.
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.
isUseSubstituteFont() - Static method in class com.qoppa.pdf.FontSettings
Returns the value of the flag that specifies whether or not the rendering engine should use a substitute font when a font in the PDF cannot be created.
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.
isVisible() - Method in class com.qoppa.pdf.Layer
Returns whether this layer is currently visible.
IWatermark - Interface in com.qoppa.pdf
This interface is used to display a watermark on a PDF document in the following Java PDF Libraries: jPDFProcess jPDFPrint jPDFImages jPDFViewer jPDFNotes There are 3 types of watermark callbacks: images, print, and viewer.
IWindowHandler - Interface in com.qoppa.pdf
This interface is used to handle opening and closing of PDFDocuments within a PDFViewerBean.
A B C D E F G I J K L M N O P R S T U V W X 
Skip navigation links