Aspose::Pub::PubFactory class

PubFactory class

Factory for PUB objects.

class PubFactory

Methods

MethodDescription
static CreateParser(System::String)Creates PUB parser for PUB file.
static CreateParser(System::SharedPtr<System::IO::Stream>)Creates PUB parser for PUB stream.
static CreatePdfConverter()Creates PdfConverter.
static CreatePdfConverter(System::SharedPtr<PubToPdfConversionOptions>)Creates PdfConverter using conversion options specified.
static CreatePubConverter()Creates PubConverter.
static CreatePubPackageConverter()Creates Pub package converter.
PubFactory()

See Also