---
title: "Supported Features on Document Save"
---

Aspose.Words allows users to work with documents in various formats and provides a wide range of features for this. For example, users can create a document from scratch or load it, make some changes, and then save those changes in the output file in any [supported export format](/words/java/supported-document-formats/). While saving the document in the selected format, the user can apply various save options.

```

It is important to know that many save options are common to all supported formats, and only some of the options are format-specific, such as PDF, DOCX, HTML, and others.

```

For a complete list of functions, see the API reference:

- [save options for all formats](https://reference.aspose.com/words/java/com.aspose.words/saveoptions/)
- [fixed page save options](https://reference.aspose.com/words/java/com.aspose.words/fixedpagesaveoptions/) for [fixed-page formats](/words/java/converting-to-fixed-page-format/): PDF, XPS, images and others
- [PDF save options](https://reference.aspose.com/words/java/com.aspose.words/pdfsaveoptions/) for PDF format
- [OOXML save options](https://reference.aspose.com/words/java/com.aspose.words/ooxmlsaveoptions/) for DOCX, DOCM, DOTX, DOTM, or FlatOpc formats
- [DOC save options](https://reference.aspose.com/words/java/com.aspose.words/docsaveoptions/) for DOC and DOT formats
- [Image save options](https://reference.aspose.com/words/java/com.aspose.words/imagesaveoptions/) for TIFF, PNG, BMP, EMF, JPEG, or SVG formats
- [SVG save options](https://reference.aspose.com/words/java/com.aspose.words/svgsaveoptions/) for SVG format
- [HTML save options](https://reference.aspose.com/words/java/com.aspose.words/htmlsaveoptions/) for HTML, MHTML, EPUB, or Azw3 formats
- [Markdown save options](https://reference.aspose.com/words/java/com.aspose.words/markdownsaveoptions/) for Markdown format
- [RTF save options](https://reference.aspose.com/words/java/com.aspose.words/rtfsaveoptions/) for RTF format
- [TXT save options](https://reference.aspose.com/words/java/com.aspose.words/txtsaveoptions/) for TXT format
- [ODT save options](https://reference.aspose.com/words/java/com.aspose.words/odtsaveoptions/) for ODT and OTT formats
- [PCL save options](https://reference.aspose.com/words/java/com.aspose.words/pclsaveoptions/) for PCL format
- [PS save options](https://reference.aspose.com/words/java/com.aspose.words/pssaveoptions/) for PS format
- [WordML 2003 save options](https://reference.aspose.com/words/java/com.aspose.words/wordml2003saveoptions/) for WordML format
- [HtmlFixed save options](https://reference.aspose.com/words/java/com.aspose.words/htmlfixedsaveoptions/) for HtmlFixed format
- [XamlFixed save options](https://reference.aspose.com/words/java/com.aspose.words/xamlfixedsaveoptions/) for XamlFixed format
- [XamlFlow save options](https://reference.aspose.com/words/java/com.aspose.words/xamlflowsaveoptions/) for XamlFlow or XamlFlowPack formats
- [XPS save options](https://reference.aspose.com/words/java/com.aspose.words/xpssaveoptions/) for XPS format
