IPdfConverter Interface

Declares functionality to convert PUB document into PDF document

Namespace:  Aspose.Pub
Assembly:  Aspose.PUB (in Aspose.PUB.dll) Version: 20.2
Syntax
public interface IPdfConverter
Methods
  NameDescription
Public methodConvertToPdf(Document, Stream)
Converts PUB document into PDF format and saves result in stream passed
Public methodConvertToPdf(Document, String)
Converts PUB document into PDF format and saves result as PDF file
See Also