---
title: "Supported Document Formats"
---

```

See the [File Format Wiki](https://docs.fileformat.com/) for more details on each file format.

```

The following table indicates the input and output file formats supported by Aspose.Words for Node.js via .NET:

| Format | Description | Load | Save | Remarks |
| :- | :- | :- | :- | :- |
| [`DOC`](https://docs.fileformat.com/word-processing/doc/) | Microsoft Word 97 - 2007 Document | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`DOT`](https://docs.fileformat.com/word-processing/dot/) | Microsoft Word 97 - 2007 Template | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| `DocPreWord60` | The document is in the Word 6 or Word 95 format | {{< emoticons/tick >}} |  | |
| [`DOCX`](https://docs.fileformat.com/word-processing/docx/) | Office Open XML WordprocessingML Document (macro-free) | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`DOCM`](https://docs.fileformat.com/word-processing/docm/) | Office Open XML WordprocessingML Macro-Enabled Document | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`DOTX`](https://docs.fileformat.com/word-processing/dotx/) | Office Open XML WordprocessingML Template (macro-free) | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`DOTM`](https://docs.fileformat.com/word-processing/dotm/) | Office Open XML WordprocessingML Macro-Enabled Template | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`XLSX`](https://docs.fileformat.com/spreadsheet/xlsx/) | XML-based file format for representing spreadsheets |  |{{< emoticons/tick >}} |  |
| `FlatOpc` | Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| `FlatOpcMacroEnabled` | Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| `FlatOpcTemplate` | Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| `FlatOpcTemplateMacroEnabled` | Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`XML`](https://docs.fileformat.com/web/xml/) | XML document | {{< emoticons/tick >}} |  |  |
| [`RTF`](https://docs.fileformat.com/word-processing/rtf/) | RTF format | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| `WordML` | Microsoft Word 2003 WordprocessingML format | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`HTML`](https://docs.fileformat.com/web/html/) | HTML or XHTML format | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`MHTML`](https://docs.fileformat.com/web/mhtml/) | MHTML (Web archive) format | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`MOBI`](https://docs.fileformat.com/ebook/mobi/) | MOBI is an eBook format used by the `MobiPocket` Reader and Amazon Kindle Readers | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`AZW3`](https://docs.fileformat.com/ebook/azw3/) | AZW3 is an eBook format used by Amazon Kindle readers | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`CHM`](https://docs.fileformat.com/web/chm/) | CHM (Compiled HTML Help) format | {{< emoticons/tick >}} |  | |
| [`ODT`](https://docs.fileformat.com/word-processing/odt/) | ODF Text Document | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`OTT`](https://docs.fileformat.com/word-processing/ott/) | ODF Text Document Template | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`TXT`](https://docs.fileformat.com/word-processing/txt/) | Plain Text | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`MD`](https://docs.fileformat.com/word-processing/md/) | Markdown Document | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| [`PDF`](https://docs.fileformat.com/pdf/) | Adobe Portable Document format |  | {{< emoticons/tick >}} |  |
| [`EPS`](https://docs.fileformat.com/page-description-language/eps/) | Encapsulated Postscript file format |  |{{< emoticons/tick >}} |  |
| [`XPS`](https://docs.fileformat.com/page-description-language/xps/) | Saves the document in the XPS (XML Paper Specification) format |  | {{< emoticons/tick >}} |  |
| `XamlFixed` | Saves the document in the Extensible Application Markup Language (XAML) format as a fixed document |  | {{< emoticons/tick >}} |  |
| [`SVG`](https://docs.fileformat.com/page-description-language/svg/) | Saves the document in the SVG (Scalable Vector Graphics) format |  | {{< emoticons/tick >}} |  |
| `HtmlFixed` | Saves the document in the HTML format using absolutely positioned elements |  | {{< emoticons/tick >}} |  |
| `OpenXps` | Saves the document in the OpenXPS (Ecma-388) format |  | {{< emoticons/tick >}} |  |
| [`PS`](https://docs.fileformat.com/page-description-language/ps/) | Saves the document in the PS (PostScript) format |  | {{< emoticons/tick >}} |  |
| [`PCL`](https://docs.fileformat.com/page-description-language/pcl/) | Saves the document in the PCL (Printer Control Language) format |  | {{< emoticons/tick >}} |  |
| [`EPUB`](https://docs.fileformat.com/ebook/epub/) | IDPF EPUB format | {{< emoticons/tick >}} | {{< emoticons/tick >}} |  |
| `XamlFlow` | **Beta**Saves the document in the Extensible Application Markup Language (XAML) format as a flow document |  | {{< emoticons/tick >}} |  |
| `XamlFlowPack` | **Beta**Saves the document in the Extensible Application Markup Language (XAML) package format as a flow document |  | {{< emoticons/tick >}} |  |
| [`TIFF`](https://docs.fileformat.com/image/tiff/) | Renders a page or pages of the document and saves them into a single or multipage TIFF file |  | {{< emoticons/tick >}} |  |
| [`PNG`](https://docs.fileformat.com/image/png/) | Renders a page of the document and saves it as a PNG file |  | {{< emoticons/tick >}} |  |
| [`BMP`](https://docs.fileformat.com/image/bmp/) | Renders a page of the document and saves it as a BMP file |  | {{< emoticons/tick >}} |  |
| [`EMF`](https://docs.fileformat.com/image/emf/) | Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file |  | {{< emoticons/tick >}} |  |
| [`JPEG`](https://docs.fileformat.com/image/jpeg/) | Renders a page of the document and saves it as a JPEG file |  | {{< emoticons/tick >}} |  |
| [`GIF`](https://docs.fileformat.com/image/gif/) | Renders a page of the document and saves it as a GIF file |  | {{< emoticons/tick >}} |  |
| WebP | Google image compression format |  | {{< emoticons/tick >}} |  |
