Package | Description |
---|---|
com.itextpdf.pdfoffice |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.