Uses of Class
com.itextpdf.pdfoffice.OfficeDocumentConverterProperties
Packages that use OfficeDocumentConverterProperties
-
Uses of OfficeDocumentConverterProperties in com.itextpdf.pdfoffice
Methods in com.itextpdf.pdfoffice that return OfficeDocumentConverterPropertiesModifier and TypeMethodDescriptionOfficeDocumentConverterProperties.setPageRange
(OfficePageRange pageRange) Defines the range of the document's pages which will be rendered.Methods in com.itextpdf.pdfoffice with parameters of type OfficeDocumentConverterPropertiesModifier and TypeMethodDescriptionstatic void
OfficeConverter.convertOfficeDocumentToPdf
(File docFile, File pdfFile, OfficeDocumentConverterProperties properties) Converts an office document to a PDF with the specified conversion properties.static void
OfficeConverter.convertOfficeDocumentToPdf
(InputStream docInputStream, OutputStream pdfOutputStream, OfficeDocumentConverterProperties properties) Converts an office document to a PDF with the specified conversion properties.