Supported File Formats in React Document Editor

23 Jul 20262 minutes to read

React Document Editor (Document Editor) supports a wide range of Microsoft Word and other document formats. Some operations are handled client-side, while others require server-side processing.

Supported File Formats

The following table describes supported formats and their conversion capabilities in the Document Editor.

File Format Open Export
Word Document (.docx) Yes* Yes
Word 97-2003 Document (.doc) Yes* Yes*
Word Template (.dotx) Yes* Yes
Word 97-2003 Template (.dot) Yes* Yes*
Rich Text Format (.rtf) Yes* Yes*
Word XML Document (.xml) Yes* Yes*
HyperText Markup Language (.html) Yes* Yes*
Plain Text (.txt) Yes* Yes
Syncfusion Document Text (.sfdt) Yes Yes
OpenDocument Text (.odt) No Yes*
Portable Document Format (.pdf) No Yes*

NOTE

  • Requires server-side interactions for the operations.

Supported platforms for server-side dependencies

You can deploy Web Services for the server-side dependencies of the Document Editor component on the following platforms.

For more information about server-side dependencies, refer to this page.