Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
What is this page about?
This page explains which document formats Aspose.Words can load and save.
The following table indicates the input and output file formats supported by Aspose.Words for .NET:
| Format | Description | Load | Save | Remarks |
|---|---|---|---|---|
DOC |
Microsoft Word 97 – 2007 Document |
|
|
|
DOT |
Microsoft Word 97 – 2007 Template |
|
|
|
DocPreWord60 |
The document is in the Word 6 or Word 95 format |
|
||
DOCX |
Office Open XML WordprocessingML Document (macro-free) |
|
|
|
DOCM |
Office Open XML WordprocessingML Macro-Enabled Document |
|
|
|
DOTX |
Office Open XML WordprocessingML Template (macro-free) |
|
|
|
DOTM |
Office Open XML WordprocessingML Macro-Enabled Template |
|
|
|
XLSX |
XML-based file format for representing spreadsheets |
|
||
FlatOpc |
Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package |
|
|
|
FlatOpcMacroEnabled |
Office Open XML WordprocessingML Macro-Enabled Document stored in a flat XML file instead of a ZIP package |
|
|
|
FlatOpcTemplate |
Office Open XML WordprocessingML Template (macro-free) stored in a flat XML file instead of a ZIP package |
|
|
|
FlatOpcTemplateMacroEnabled |
Office Open XML WordprocessingML Macro-Enabled Template stored in a flat XML file instead of a ZIP package |
|
|
|
XML |
XML document |
|
||
RTF |
RTF format |
|
|
|
WordML |
Microsoft Word 2003 WordprocessingML format |
|
|
|
HTML |
HTML or XHTML format |
|
|
|
MHTML |
MHTML (Web archive) format |
|
|
|
MOBI |
eBook format used by the MobiPocket Reader and Amazon Kindle Readers |
|
|
|
AZW3 |
eBook format used by Amazon Kindle readers |
|
|
|
CHM |
CHM (Compiled HTML Help) format |
|
||
ODT |
ODF Text Document |
|
|
|
OTT |
ODF Text Document Template |
|
|
|
TXT |
Plain Text |
|
|
|
MD |
Markdown Document |
|
|
|
PDF |
Adobe Portable Document format |
|
|
|
EPS |
Encapsulated Postscript file format |
|
||
XPS |
Saves the document in the XPS (XML Paper Specification) format |
|
||
XamlFixed |
Saves the document in the Extensible Application Markup Language (XAML) format as a fixed document |
|
||
SVG |
Saves the document in the SVG (Scalable Vector Graphics) format |
|
||
HtmlFixed |
Saves the document in the HTML format using absolutely positioned elements |
|
||
OpenXps |
Saves the document in the OpenXPS (Ecma-388) format |
|
||
PS |
Saves the document in the PS (PostScript) format |
|
||
PCL |
Saves the document in the PCL (Printer Control Language) format. |
|
||
EPUB |
IDPF EPUB format |
|
|
|
XamlFlow |
Saves the document in the Extensible Application Markup Language (XAML) format as a flow document |
|
||
XamlFlowPack |
Saves the document in the Extensible Application Markup Language (XAML) package format as a flow document |
|
||
TIFF |
Renders a page or pages of the document and saves them into a single or multipage TIFF file |
|
||
PNG |
Renders a page of the document and saves it as a PNG file |
|
||
BMP |
Renders a page of the document and saves it as a BMP file |
|
||
EMF |
Renders a page of the document and saves it as a vector EMF (Enhanced Meta File) file |
|
||
JPEG |
Renders a page of the document and saves it as a JPEG file |
|
||
GIF |
Renders a page of the document and saves it as a GIF file |
|
||
| WebP | Google image compression format |
|
Q: Which file formats can Aspose.Words for .NET load (import)? A: Aspose.Words can load Word‑processing formats such as DOC, DOT, DOCX, DOCM, DOTX, DOTM, FlatOpc variants, XML, RTF, WordML, HTML, MHTML, ODT, OTT, TXT, MD, PDF, EPUB, MOBI, AZW3, CHM, and several e‑book formats. Loading is indicated by a tick (✔) in the “Load” column of the table.
Q: Which file formats can Aspose.Words for .NET save (export)? A: The library can save to all formats that have a tick in the “Save” column, including the same Word‑processing formats as for loading plus additional output formats such as XLSX, EPS, XPS, XamlFixed, SVG, HtmlFixed, OpenXps, PS, PCL, TIFF, PNG, BMP, EMF, JPEG, GIF, WebP, and others listed in the table.
Q: Can I convert a DOCX document directly to PDF using Aspose.Words for .NET?
A: Yes. Load the DOCX file (supported for loading) and then call Document.Save("output.pdf", SaveFormat.Pdf);. The conversion is performed entirely in memory without needing intermediate files.
Q: Why does the table show XLSX as a save‑only format? A: Aspose.Words does not interpret spreadsheet data, so it cannot load XLSX files. However, it can export a Word document’s tabular content to an XLSX workbook, which is why only the “Save” column is ticked.
Q: Are there any limitations when saving to image formats such as PNG or JPEG?
A: Image formats are raster outputs; they render each page as a separate image. Complex layouts, very high‑resolution documents, or documents with many pages may result in large image files or increased memory usage. Use the ImageSaveOptions class to control resolution, page range, and other settings.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.