Uses of Class
com.itextpdf.pdfoffice.exceptions.PdfOfficeException
-
Uses of PdfOfficeException in com.itextpdf.pdfoffice
Modifier and TypeMethodDescriptionstatic void
OfficeConverter.convertOfficeDocumentToPdf
(File docFile, File pdfFile) Converts an office document to a PDF.static 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) Converts an office document to a PDF.static void
OfficeConverter.convertOfficeDocumentToPdf
(InputStream docInputStream, OutputStream pdfOutputStream, OfficeDocumentConverterProperties properties) Converts an office document to a PDF with the specified conversion properties.static void
OfficeConverter.convertOfficePresentationToPdf
(InputStream presentationInputStream, OutputStream pdfOutputStream) Converts an office presentation to a PDF.static void
OfficeConverter.convertOfficePresentationToPdf
(InputStream presentationInputStream, OutputStream pdfOutputStream, OfficePresentationConverterProperties properties) Converts an office presentation to a PDF with the specified conversion properties.static void
OfficeConverter.convertOfficeSpreadsheetToPdf
(InputStream spreadsheetInputStream, OutputStream pdfOutputStream) Converts an office spreadsheet to a PDF.static void
OfficeConverter.convertOfficeSpreadsheetToPdf
(InputStream spreadsheetInputStream, OutputStream pdfOutputStream, OfficeSpreadsheetConverterProperties properties) Converts an office spreadsheet to a PDF with the specified conversion properties.