IDocumentConverterPlugin

IDocumentConverterPlugin

Overview

IDocumentConverterPlugin is a interface in Aspose.Words FOSS for .NET.

Defines an interface for external converter plugin.

This interface provides 2 methods for working with IDocumentConverterPlugin objects in .NET programs. Available methods include: Convert, ConvertToImages. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
Convert(inputStream: Stream, loadOptions: LoadOptions, outputStream: Stream, saveOptions: SaveOptions)Converts document using specified input output streams and save options.
ConvertToImages(inputStream: Stream, loadOptions: LoadOptions, saveOptions: SaveOptions)Converts pages from document from input stream to array of images.

See Also