Uses of Class
com.itextpdf.pdfoffice.OfficeSpreadsheetConverterProperties
-
Uses of OfficeSpreadsheetConverterProperties in com.itextpdf.pdfoffice
Modifier and TypeMethodDescriptionOfficeSpreadsheetConverterProperties.setIgnorePrintArea
(boolean ignorePrintArea) Defines whether all the sheet's content, including content outside print area, should be converted.OfficeSpreadsheetConverterProperties.setMaxPagesToFitColumns
(Integer maxPagesToFitColumns) Sets the maximal number of pages which the sheet can occupy horizontally.OfficeSpreadsheetConverterProperties.setMaxPagesToFitRows
(Integer maxPagesToFitRows) Sets the maximal number of pages which the sheet can occupy vertically.OfficeSpreadsheetConverterProperties.setSheetSelector
(SheetSelector sheetSelector) Defines the selector of the workbook sheets which will be rendered.Modifier and TypeMethodDescriptionstatic 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.