Aspose.Words

About Document Conversions in Aspose.Words

The ability to easily and reliably convert documents from one format to another is one of the four main feature areas of Aspose.Words (the other three being: document object model, rendering and mail merge).

Almost any task that you want to perform with Aspose.Words involves loading or saving a document in some format.

The LoadFormat enumeration specifies all load or import formats supported by Aspose.Words. The SaveFormat enumeration specifies all save or export formats supported by Aspose.Words. Aspose.Words can convert a document from any load format into any save format making the total number of possible conversions very large.

Converting from one document format to another in Aspose.Words is very easy and can be accomplished using just two lines of code:

1.       Load your document into a Document object using one of its constructors. By default, Aspose.Words will even auto-detect the file format for you.

2.       Invoke one of the Document.Save methods on the Document object and specify the desired output format.