- saveAsPDF(String) - Method in class com.qoppa.office.ExcelDocument
-
Converts the Excel document into a PDF document then
saves the created PDF Document to a file using a String filename
- saveAsPDF(OutputStream) - Method in class com.qoppa.office.ExcelDocument
-
Converts the Excel document into a PDF document then
saves the created PDF Document to a file using an Output Stream
- saveAsPDF(String, PDFSecuritySettings) - Method in class com.qoppa.office.ExcelDocument
-
Converts the Excel document into a PDF document, applies
the security settings and then saves the created PDF Document to
a file using a String filename
- saveAsPDF(OutputStream, PDFSecuritySettings) - Method in class com.qoppa.office.ExcelDocument
-
Converts the Excel document into a PDF document, applies
the security settings and then saves the created PDF Document to
a file using an Output Stream
- saveAsPDF(OutputStream) - Method in class com.qoppa.office.PowerPointDocument
-
Converts the PowerPoint document into a PDF document then
saves the created PDF Document to a file using an Output Stream
- saveAsPDF(String) - Method in class com.qoppa.office.PowerPointDocument
-
Converts the PowerPoint document into a PDF document then
saves the created PDF Document to a file using a String filename
- saveAsPDF(String) - Method in class com.qoppa.office.WordDocument
-
Converts the Word document into a PDF document then
saves the created PDF Document to a file using a String filename
- saveAsPDF(OutputStream) - Method in class com.qoppa.office.WordDocument
-
Converts the Word document into a PDF document then
saves the created PDF Document to a file using an Output Stream
- saveAsPDF(String, PDFSecuritySettings) - Method in class com.qoppa.office.WordDocument
-
Converts the Word document into a PDF document, applies
the security settings and then saves the created PDF Document to
a file using a String filename
- saveAsPDF(OutputStream, PDFSecuritySettings) - Method in class com.qoppa.office.WordDocument
-
Converts the Word document into a PDF document, applies
the security settings and then saves the created PDF Document to
a file using an Output Stream
- saveDocumentAsTIFF(String, TIFFOptions) - Method in class com.qoppa.office.ExcelDocument
-
Save the entire document as a multi-page TIFF image to the given String Filename.
- saveDocumentAsTIFF(OutputStream, TIFFOptions) - Method in class com.qoppa.office.ExcelDocument
-
Save the entire document as a multi-page TIFF image the given OutputStream.
- saveDocumentAsTIFF(String, TIFFOptions) - Method in class com.qoppa.office.PowerPointDocument
-
Save the entire document as a multi-page TIFF image to the given String Filename.
- saveDocumentAsTIFF(String, TIFFOptions) - Method in class com.qoppa.office.WordDocument
-
Save the entire document as a multi-page TIFF image to the given String Filename.
- saveDocumentAsTIFF(OutputStream, TIFFOptions) - Method in class com.qoppa.office.WordDocument
-
Save the entire document as a multi-page TIFF image the given OutputStream.
- savePageAsGIF(int, OutputStream, int) - Method in class com.qoppa.office.ExcelDocument
-
Save the rendered image of the page to the given OutputStream in GIF format.
- savePageAsGIF(int, String, int) - Method in class com.qoppa.office.ExcelDocument
-
Save the rendered image of the page to the given String Filename in GIF format.
- savePageAsGIF(int, OutputStream, int) - Method in class com.qoppa.office.WordDocument
-
Save the rendered image of the page to the given OutputStream in GIF format.
- savePageAsGIF(int, String, int) - Method in class com.qoppa.office.WordDocument
-
Save the rendered image of the page to the given String Filename in GIF format.
- savePageAsJPEG(int, OutputStream, int, float) - Method in class com.qoppa.office.ExcelDocument
-
Save the rendered image of the page to the given OutputStream in JPEG format.
- savePageAsJPEG(int, String, int, float) - Method in class com.qoppa.office.ExcelDocument
-
Save the rendered image of the page to the given String Filename in JPEG format.
- savePageAsJPEG(int, OutputStream, int, float) - Method in class com.qoppa.office.WordDocument
-
Save the rendered image of the page to the given OutputStream in JPEG format.
- savePageAsJPEG(int, String, int, float) - Method in class com.qoppa.office.WordDocument
-
Save the rendered image of the page to the given String Filename in JPEG format.
- savePageAsPNG(int, OutputStream, int) - Method in class com.qoppa.office.ExcelDocument
-
Save the rendered image of the page to the given OutputStream in PNG format.
- savePageAsPNG(int, String, int) - Method in class com.qoppa.office.ExcelDocument
-
Save the rendered image of the page to the given String Filename in PNG format.
- savePageAsPNG(int, OutputStream, int) - Method in class com.qoppa.office.WordDocument
-
Save the rendered image of the page to the given OutputStream in PNG format.
- savePageAsPNG(int, String, int) - Method in class com.qoppa.office.WordDocument
-
Save the rendered image of the page to the given String Filename in PNG format.
- savePageAsTIFF(int, String, TIFFOptions) - Method in class com.qoppa.office.ExcelDocument
-
Render a page to an image and save it in TIFF format.
- savePageAsTIFF(int, OutputStream, TIFFOptions) - Method in class com.qoppa.office.ExcelDocument
-
Render a page to an image and save it in TIFF format.
- savePageAsTIFF(int, String, TIFFOptions) - Method in class com.qoppa.office.WordDocument
-
Render a page to an image and save it in TIFF format.
- savePageAsTIFF(int, OutputStream, TIFFOptions) - Method in class com.qoppa.office.WordDocument
-
Render a page to an image and save it in TIFF format.
- setAssembleDocumentAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to assemble the document.
- setAutoRotate(boolean) - Method in class com.qoppa.office.PrintOptions
-
Sets the value of the auto-rotate flag.
- setByteOrder(ByteOrder) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the byte order to use when saving a TIFF file.
- setCenterInPage(boolean) - Method in class com.qoppa.office.PrintOptions
-
Sets the value of the center-in-page flag.
- setChangeDocumentAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to change the document.
- setCreateBookmarks(boolean) - Method in class com.qoppa.office.ExcelConvertOptions
-
Sets the value of the option to create bookmarks.
- setCreateBookmarksForHeadings(boolean) - Method in class com.qoppa.office.WordConvertOptions
-
Sets the value of the option to create bookmarks for heading paragraphs.
- setDitherBW(int) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the dithering option when converting images to black and white.
- setEmbedFonts(boolean) - Method in class com.qoppa.office.OfficeConvertOptions
-
Set embed fonts flag Default = true
- setEncryptType(int) - Method in class com.qoppa.office.PDFSecuritySettings
-
Changes the encryption type in this set of encryption information.
- setExpandToMargins(boolean) - Method in class com.qoppa.office.PrintOptions
-
Sets the value of the expand-to-margins flag.
- setExtractTextGraphicsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to extract text and graphics.
- setExtractTextGraphicsForAccessibilityAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to extract text and graphics in support of accessibility to disabled users or other purposes.
- setFallbackFontPath(String) - Method in class com.qoppa.office.OfficeConvertOptions
-
Set path to TrueType fallback font that will be used when a local font
cannot be found to embed for a Word document font.
- setFillFormFieldsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to fill form fields and sign the document.
- setFontSubstitute(String, String, boolean) - Method in class com.qoppa.office.OfficeConvertOptions
-
Creates a SubstituteFontRecord instance and maps it to the origFontFamily
see setSubstituteFontsMap(Map)
.
- setGrayscale(boolean) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the grayscale flag.
- setJPEGQuality(float) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the JPEG quality to be used when saving a JPEG compressed TIFF file.
- setKey(String) - Static method in class com.qoppa.office.ExcelDocument
-
Sets product key.
- setKey(String) - Static method in class com.qoppa.office.PowerPointDocument
-
Sets product key.
- setKey(String) - Static method in class com.qoppa.office.WordDocument
-
Sets product key.
- setMaxDPI(int) - Method in class com.qoppa.office.WordConvertOptions
-
Sets the maximum DPI for images after conversion.
- setMaxPageCount(int) - Method in class com.qoppa.office.ExcelConvertOptions
-
Sets the maximum number of pages when running a conversion.
- setMaxUndefinedGlyphCountAllowed(int) - Method in class com.qoppa.office.OfficeConvertOptions
-
Set the maximum number of unsupported characters allowed when falling
back to the fallback font.
If no Fallback Font Path has been set then this value is not used.
When getEmbedFonts() == true, for each font used in the Office Document
we will attempt to match a font from the local system to embed in the
PDF.
- setModifyAnnotsAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to add or modify annotations in the document.
- setOpenPassword(String) - Method in class com.qoppa.office.PDFSecuritySettings
-
Changes the open password in this set of encryption information.
- setPageOrientationOverride(ExcelConvertOptions.PageOrientation) - Method in class com.qoppa.office.ExcelConvertOptions
-
Sets a page orientation override that will be applied to all Worksheets.
- setPageSizeOverride(Dimension) - Method in class com.qoppa.office.ExcelConvertOptions
-
Sets a page size override that will be applied to all Worksheets.
- setPaging(ExcelConvertOptions.Paging) - Method in class com.qoppa.office.ExcelConvertOptions
-
Sets the paging option.
- setPermFlag(int) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permissions from the int representing the 12 permissions bits as specified in the PDF documentation.
- setPermissions(PasswordPermissions) - Method in class com.qoppa.office.PDFSecuritySettings
-
Changes the permission object in this set of encryption information.
- setPermissionsPassword(String) - Method in class com.qoppa.office.PDFSecuritySettings
-
Changes the permissions password in this set of encryption information.
- setPrintAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to print the document.
- setPrintHighResAllowed(boolean) - Method in class com.qoppa.pdf.permissions.PasswordPermissions
-
Sets the permission to print the document at high resolution.
- setRowsPerStrip(int) - Method in class com.qoppa.pdf.TIFFOptions
-
Sets the number of rows per strip to use when writing the TIFF file.
- setShrinkToMargins(boolean) - Method in class com.qoppa.office.PrintOptions
-
Sets the value of the shrink-to-margins flag.
- setSubstituteFontsMap(Map<String, OfficeConvertOptions.SubstituteFontRecord>) - Method in class com.qoppa.office.OfficeConvertOptions
-
Sets a map of font family names to substitute font family names.
- setUserFontDirectories(List<String>) - Static method in class com.qoppa.office.ExcelDocument
-
Set user font directories.
- setUserFontDirectories(List<String>) - Static method in class com.qoppa.office.WordDocument
-
Set user font directories.
- setWorksheetsToConvert(List<String>) - Method in class com.qoppa.office.ExcelDocument
-
Set a list of WorkSheet names to restrict PDF conversion to.