Example of undefined in React DocumentEditor Component

/
/
Export

This example illustrates how to efficiently export a document to various formats using the DocumentEditor. You can seamlessly convert your content into formats such as PDF, RTF, HTML, ODT, WordML, Plain Text, Word Template, and Markdown.

More Details...

Loading....
Description

In this example, Document Editor provides exporting of the document as follows

Client-side exporting

  • Syncfusion Document Text (*.sfdt)
  • Word Document (*.docx)
  • Word Template (*.dotx)
  • Plain Text (*.txt)

Server-side exporting

  • PDF (*.pdf)
  • HyperText Markup Language (*.html)
  • Rich Text Format (*.rtf)
  • Markdown (*.md)
  • OpenDocument Text (*.odt)

More information about the document editor features can be found in this documentation section.