Interface IPubConverter
IPubConverter interface
Declares functionality to convert PUB document into format specified
public interface IPubConverter
Methods
Name | Description |
---|---|
ConvertToFormat(Document, Stream, PubExportFormats) | Converts PUB document into format specified and saves result into stream passed. |
ConvertToFormat(Document, string, PubExportFormats) | Converts PUB document into format specified and saves result to file located at the fileName. |
See Also
- namespace Aspose.Pub
- assembly Aspose.PUB