Convert Microsoft Project MPP file to Text Formats
Contents
[
Hide
]
Microsoft Project (MSP) allows developers to save project data (MPP/XML) to HTML, text and MPT templates. Aspose.Tasks also allows you to save project data to the same formats similar to MSP. This is achieved using the standard Save method exposed by the Project class.
Saving Project Data as HTML
Aspose.Tasks can export project data to HTML format. It allows to save all the data to HTML or export only required pages to HTML by using the SaveOptions as shown in the following code samples.
Controlling Document Header Name during Export to HTML
Saving Fonts, Images and CSS Styles Separately
Aspose.Tasks for .NET API gives you enough power to save fonts, images, and CSS styles information separately to files while saving Project Data to HTML. This is achieved using the HtmlSaveOptions class by providing information about CSS, Font and Image destinations.