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