Aspose::Pub::IPubConverter class

IPubConverter class

Declares functionality to convert PUB document into format specified.

class IPubConverter : public virtual System::Object

Methods

MethodDescription
virtual ConvertToFormat(System::SharedPtr<Document>, System::String, PubExportFormats)Converts PUB document into format specified and saves result to file located at the fileName .
virtual ConvertToFormat(System::SharedPtr<Document>, System::SharedPtr<System::IO::Stream>, PubExportFormats)Converts PUB document into format specified and saves result into stream passed.

See Also