Uses of Class
com.itextpdf.pdfoffice.OfficeDocumentConverterProperties
-
Uses of OfficeDocumentConverterProperties in com.itextpdf.pdfoffice
Modifier and TypeMethodDescriptionOfficeDocumentConverterProperties.setPageRange
(OfficePageRange pageRange) Defines the range of the document's pages which will be rendered.Modifier 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.