- EmailService - Interface in com.qoppa.pas.api.service
- 
The EmailServicecan be used to send an email with a file
 attachment.
 
- EmailService.Email - Interface in com.qoppa.pas.api.service
- 
This class contains the fields specific to an email message. 
- EmbedFileOptions - Class in com.qoppa.pdf
-  
- EmbedFileOptions(String, String) - Constructor for class com.qoppa.pdf.EmbedFileOptions
- 
Create an EmbedFileOptions object with the given description and relationship. 
- embedFont(InputStream, int) - Method in class com.qoppa.pdfProcess.PDFDocument
- 
Embeds a font in the PDF file. 
- embedFont(String, int) - Method in class com.qoppa.pdfProcess.PDFDocument
- 
Embeds a font in the PDF file. 
- EmptyPDFSource - Class in com.qoppa.pdf.source
- 
Implementation of the PDFSource interface when the document has no source, such as when creating a new document. 
- EmptyPDFSource() - Constructor for class com.qoppa.pdf.source.EmptyPDFSource
-  
- EmptyPDFSource(String) - Constructor for class com.qoppa.pdf.source.EmptyPDFSource
- 
Construct a new empty PDF source with a given name. 
- ENCRYPTION_AES_128 - Static variable in class com.qoppa.pdf.permissions.PasswordPermissions
- 
AES Encryption - 128 bits 
- ENCRYPTION_AES_256 - Static variable in class com.qoppa.pdf.permissions.PasswordPermissions
- 
AES Encryption 256 bits. 
- ENCRYPTION_RC4_128 - Static variable in class com.qoppa.pdf.permissions.PasswordPermissions
- 
RC4 Encryption - 128 bits 
- ENCRYPTION_RC4_40 - Static variable in class com.qoppa.pdf.permissions.PasswordPermissions
- 
RC4 Encryption - 40 bits 
- equals(Object) - Method in class com.qoppa.pdf.actions.JSAction
- 
Compares this object to another for equality. 
- equals(PDFSource) - Method in class com.qoppa.pdf.source.ByteArrayPDFSource
-  
- equals(PDFSource) - Method in class com.qoppa.pdf.source.EmptyPDFSource
-  
- equals(PDFSource) - Method in class com.qoppa.pdf.source.FilePDFSource
-  
- equals(PDFSource) - Method in class com.qoppa.pdf.source.InputStreamPDFSource
-  
- equals(PDFSource) - Method in class com.qoppa.pdf.source.MBBPDFSource
-  
- equals(PDFSource) - Method in interface com.qoppa.pdf.source.PDFSource
- 
Tests if this source is equal to another source. 
- equals(PDFSource) - Method in class com.qoppa.pdf.source.URLOnDemandPDFSource
- 
Compares this PDF source to anothe URLOnDemandPDFSource for equality. 
- equals(PDFSource) - Method in class com.qoppa.pdf.source.URLPDFSource
-  
- EVENT_FOCUSGAINED - Static variable in interface com.qoppa.pdf.form.FieldListener
-  
- EVENT_FOCUSLOST - Static variable in interface com.qoppa.pdf.form.FieldListener
-  
- EVENT_VALUECHANGED - Static variable in interface com.qoppa.pdf.form.FieldListener
-  
- exists(String, Session) - Method in interface com.qoppa.spi.ContentProvider
- 
Returns true if a file or folder exists at the specified path. 
- EXPERIMENTAL - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-  
- EXPIRED - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-  
- exportAnnotsAsCSV(OutputStream) - Method in class com.qoppa.pdfProcess.PDFDocument
- 
Export annotations comments to an output stream in CSV format. 
- exportAnnotsAsCSV(String) - Method in class com.qoppa.pdfProcess.PDFDocument
- 
Exports annotations comments in CSV format. 
- exportAnnotsAsFDF(OutputStream, String, Set<Annotation>) - Method in class com.qoppa.pdfProcess.PDFDocument
- 
Export the set of annotation comments to an output stream in FDF format. 
- exportAnnotsAsFDF(String, Set<Annotation>) - Method in class com.qoppa.pdfProcess.PDFDocument
- 
Exports a set of annotation comments in FDF format. 
- exportAnnotsAsXFDF(OutputStream, String, Set<Annotation>) - Method in class com.qoppa.pdfProcess.PDFDocument
- 
Export annotations comments to an output stream in XFDF format. 
- exportAnnotsAsXFDF(String, Set<Annotation>) - Method in class com.qoppa.pdfProcess.PDFDocument
- 
Exports annotations comments in XFDF format. 
- exportAsCSV(OutputStream, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Export field values in comma-separated-value format. 
- exportAsCSV(String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Export field values in comma-separated-value format. 
- exportAsFDF(String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Exports AcroForm field data to a file in FDF format. 
- exportAsFDF(OutputStream, String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Exports AcroForm field data to an output stream in FDF format. 
- exportAsText(OutputStream, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Export field values as text (separated by tabs). 
- exportAsText(String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Export field values as text (separated by tabs). 
- exportAsXDP(String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Exports XFA field data to a file in XDP format. 
- exportAsXDP(OutputStream, String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Exports XFA field data to an OutputStream. 
- exportAsXFDF(String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Exports AcroForm field data to a file in XFDF format. 
- exportAsXFDF(OutputStream, String, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Exports AcroForm field data to an output stream in XML format. 
- exportAsXML(OutputStream, boolean, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Export field values in a simple XML format. 
- exportAsXML(String, boolean, boolean) - Method in interface com.qoppa.pdf.form.AcroForm
- 
Export field values in a simple XML format.