Uses of Class
com.itextpdf.pdfoffice.OfficePresentationConverterProperties
-
Uses of OfficePresentationConverterProperties in com.itextpdf.pdfoffice
Modifier and TypeMethodDescriptionOfficePresentationConverterProperties.setPageRange
(OfficePageRange pageRange) Defines the range of the presentation's pages which will be rendered.Modifier and TypeMethodDescriptionstatic void
OfficeConverter.convertOfficePresentationToPdf
(File presentationFile, File pdfFile, OfficePresentationConverterProperties properties) Converts an office presentation to a PDF with the specified conversion properties.static void
OfficeConverter.convertOfficePresentationToPdf
(InputStream presentationInputStream, OutputStream pdfOutputStream, OfficePresentationConverterProperties properties) Converts an office presentation to a PDF with the specified conversion properties.