Overload | Description |
---|---|
saveWorkbooksToPDF(OutputStream,List<IWorkbook>) | Saves the datas from different workbooks to the specified pdf file stream. |
saveWorkbooksToPDF(OutputStream,List<IWorkbook>,PdfSaveOptions) | Saves the datas from different workbooks to the specified pdf file stream. |
saveWorkbooksToPDF(String,List<IWorkbook>) | Saves the datas from different workbooks to the specified pdf file. |
saveWorkbooksToPDF(String,List<IWorkbook>,PdfSaveOptions) | Saves the datas from different workbooks to the specified pdf file. |