- 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
- ExcelConvertOptions - Class in com.qoppa.office
-
This class is used to set options when converting MS Excel documents to PDF.
- ExcelConvertOptions() - Constructor for class com.qoppa.office.ExcelConvertOptions
-
- ExcelConvertOptions.MaxPageCountReached - Exception in com.qoppa.office
-
Exception thrown when the maximum number of pages has been reached (as set by the option) during a conversion.
- ExcelConvertOptions.PageOrientation - Enum in com.qoppa.office
-
Enum type used to set the Page Orientation Override.
- ExcelConvertOptions.PageSize - Enum in com.qoppa.office
-
This enum defines some of the common standard paper sizes
with their widths and heights stored in points where 72 points
equals 1 inch.
- ExcelConvertOptions.Paging - Enum in com.qoppa.office
-
Enum type used to set the Paging option.
- ExcelDocument - Class in com.qoppa.office
-
This class can read an OOXML (MS Excel .xlsx) file and then convert to PDF,
images or print the file.
- ExcelDocument(String, ExcelConvertOptions) - Constructor for class com.qoppa.office.ExcelDocument
-
Load an Excel document from a file - with convert options
- ExcelDocument(String) - Constructor for class com.qoppa.office.ExcelDocument
-
Load an Excel document from a file.
- ExcelDocument(InputStream, ExcelConvertOptions) - Constructor for class com.qoppa.office.ExcelDocument
-
Load an Excel document from an input stream.
- ExcelDocument(InputStream) - Constructor for class com.qoppa.office.ExcelDocument
-
Load an Excel document from an input stream.
- ExcelDocument(byte[], ExcelConvertOptions) - Constructor for class com.qoppa.office.ExcelDocument
-
Load an Excel file from a byte array.
- ExcelDocument(byte[]) - Constructor for class com.qoppa.office.ExcelDocument
-
Load an Excel file from a byte array.
- ExcelDocument(URL, ExcelConvertOptions) - Constructor for class com.qoppa.office.ExcelDocument
-
Load an Excel file from a URL.
- ExcelDocument(URL) - Constructor for class com.qoppa.office.ExcelDocument
-
Load an Excel file from a URL.