Aspose::Pub::PubPackageConverter class

PubPackageConverter class

class PubPackageConverter : public Aspose::Pub::IPubPackageConverter

Methods

MethodDescription
ConvertToFormat(System::SharedPtr<PackageDocumentCollection>, bool, PubExportFormats, PubDocumentType) overrideConverts each document from the inputDocumentCollection list to the specified format and saves the results in the appropriate storage. Type of storage to save is specified by outputType parameter. References to converted documents are placed in the returned PackageDocumentCollection object. If the mergeFiles flag is set, then all converted documents will be merged into single document in the same order in which they were placed in the inputDocumentCollection list.

See Also