IWorkbook.ExportToPdf Method
Name | Parameters | Description |
---|---|---|
Export |
stream, options | Exports the workbook to the specified stream in PDF format using the specified options. |
Export |
stream | Exports the workbook to the specified stream in PDF format. |
Export |
file |
Exports the workbook to the specified file path in PDF format using the specified options. |
Export |
file |
Exports the workbook to the specified file path in PDF format. |