In This Topic
Saves the datas from different workbooks to the specified pdf file stream.
Overload List
Overload | Description |
SavePDF(Stream,IEnumerable<Workbook>,PdfSaveOptions) |
Saves the datas from different workbooks to the specified pdf file stream.
|
SavePDF(Stream,Workbook[]) |
Saves the datas from different workbooks to the specified pdf file stream.
|
SavePDF(String,IEnumerable<Workbook>,PdfSaveOptions) |
Saves the datas from different workbooks to the specified pdf file.
|
SavePDF(String,Workbook[]) |
Saves the datas from different workbooks to the specified pdf file.
|
SavePDF(String,IList<PageInfo>,PdfSaveOptions) |
Saves the page datas to the specified pdf file.
|
SavePDF(Stream,IList<PageInfo>,PdfSaveOptions) |
Saves the page datas to the specified pdf file stream.
|
See Also