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


Aspose.Words allows users to work with documents in various formats and provides a wide range of options for this. For example, users can create a document from scratch or load an existing file in any [supported import format](/words/java/supported-document-formats/), make some changes to that document and then save the result. When importing a document in the selected format, the user can apply various load options.

{{% alert color="primary" %}}

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

{{% /alert %}}

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

- [load options for all formats](https://reference.aspose.com/words/java/com.aspose.words/loadoptions/)
- [CHM load options](https://reference.aspose.com/words/java/com.aspose.words/chmloadoptions/) for CHM format
- [HTML load options](https://reference.aspose.com/words/java/com.aspose.words/htmlloadoptions/) for HTML format
- [PDF load options](https://reference.aspose.com/words/java/com.aspose.words/pdfloadoptions/) for PDF format
- [RTF load options](https://reference.aspose.com/words/java/com.aspose.words/rtfloadoptions/) for RTF format
- [TXT load options](https://reference.aspose.com/words/java/com.aspose.words/txtloadoptions/) for TXT format
