Skip to main content

RichEditDocumentServer.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, pdfExportOptions Exports the document to the specified stream in PDF format.
ExportToPdf(Stream) stream Exports the document to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions) fileName, pdfExportOptions Exports the content of the RichEditControl to the specified file path in PDF format, applying PDF-specific options.
ExportToPdf(String) fileName Exports the document content to the specified file path in PDF format.