Skip to main content
Row

IWorkbook.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options Exports the workbook to the specified stream in PDF format using the specified options.
ExportToPdf(Stream) stream Exports the workbook to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions) fileName, options Exports the workbook to the specified file path in PDF format using the specified options.
ExportToPdf(String) fileName Exports the workbook to the specified file path in PDF format.