| Package | Description |
|---|---|
| com.itextpdf.pdfoffice |
| Modifier and Type | Method and Description |
|---|---|
OfficeSpreadsheetConverterProperties |
OfficeSpreadsheetConverterProperties.setIgnorePrintArea(boolean ignorePrintArea)
Defines whether all the sheet's content, including content outside print area, should be converted.
|
OfficeSpreadsheetConverterProperties |
OfficeSpreadsheetConverterProperties.setMaxPagesToFitColumns(Integer maxPagesToFitColumns)
Sets the maximal number of pages which the sheet can occupy horizontally.
|
OfficeSpreadsheetConverterProperties |
OfficeSpreadsheetConverterProperties.setMaxPagesToFitRows(Integer maxPagesToFitRows)
Sets the maximal number of pages which the sheet can occupy vertically.
|
OfficeSpreadsheetConverterProperties |
OfficeSpreadsheetConverterProperties.setSheetSelector(SheetSelector sheetSelector)
Defines the selector of the workbook sheets which will be rendered.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OfficeConverter.convertOfficeSpreadsheetToPdf(File spreadsheetFile, File pdfFile, OfficeSpreadsheetConverterProperties properties)
Converts an office spreadsheet to a PDF with the specified conversion properties.
|
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.