Aspose::Pub::IPdfConverter class

IPdfConverter class

Declares functionality to convert PUB document into PDF document.

class IPdfConverter : public virtual System::Object

Methods

MethodDescription
virtual ConvertToPdf(System::SharedPtr<Document>, System::String)Converts PUB document into PDF format and saves result as PDF file.
virtual ConvertToPdf(System::SharedPtr<Document>, System::SharedPtr<System::IO::Stream>)Converts PUB document into PDF format and saves result in stream passed.

See Also