Package | Description |
---|---|
com.itextpdf.pdfoffice |
Modifier and Type | Method and Description |
---|---|
OfficeDocumentConverterProperties |
OfficeDocumentConverterProperties.setPageRange(OfficePageRange pageRange)
Defines the range of the document's pages which will be rendered.
|
Modifier and Type | Method and Description |
---|---|
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, OfficeDocumentConverterProperties properties)
Converts an office document to a PDF with the specified conversion properties.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.