Skip to main content
All docs
V25.1
  • Presentation.ExportToPdf Method

    Name Parameters Description
    ExportToPdf(Stream, PdfExportOptions) stream, options Exports the presentation as a PDF file to the specified stream. Allows you to specify PDF export options. The stream should be readable and writable.
    ExportToPdf(Stream) stream Exports the presentation as a PDF file to the specified stream. The stream should be readable and writable.