The Aspose.Words Image File Processor for .NET allows developers to export documents to image formats such as TIFF, JPEG, PNG, BMP, EMF, and GIF. It provides high-quality rendering of document pages as static images, enabling integration into printing, archiving, and preview workflows.
Note: The plugin does not support creating or editing standalone image files. It is designed to convert documents into image formats or render specific elements from the DOM, such as charts, as images. For creating or modifying documents before conversion, use the Word Processor plugin.
Document class and load the source document (e.g., DOCX, ODT, or RTF).Document.Save method and specify the desired image format, such as SaveFormat.Jpeg or SaveFormat.Png.ImageSaveOptions class for resolution, page selection, or color mode.Document.Save to export one or multiple pages of the document as image files.Download the plugin from the Aspose.Words releases page or install via NuGet for easy integration.
Supported formats
Output settings
ImageSaveOptions.PageSet and ImageSaveOptions.Resolution.It is a specialized plugin that enables saving documents as image files in formats such as TIFF, JPEG, PNG, BMP, EMF, and GIF. It is ideal for rendering document pages as static images in .NET applications.
No. The plugin does not create images independently. It converts existing document pages into image formats. To generate or edit document content, use the Word Processor plugin before saving as images.
The plugin supports TIFF, JPEG, PNG, BMP, EMF, and GIF formats for output.
No. It is designed solely for document-to-image conversion. Image editing or manipulation is outside its scope.
Yes. The ImageSaveOptions class allows developers to configure resolution, compression, page selection, and color mode during export.
Comprehensive examples are available at the Aspose.Words GitHub repository.