Aspose::Pub::PubFactory::CreateParser method

PubFactory::CreateParser(System::String) method

Creates PUB parser for PUB file.

static System::SharedPtr<IPubParser> Aspose::Pub::PubFactory::CreateParser(System::String fileName)
ParameterTypeDescription
fileNameSystem::StringPUB file name

ReturnValue

PUB parser

See Also

PubFactory::CreateParser(System::SharedPtr<System::IO::Stream>) method

Creates PUB parser for PUB stream.

static System::SharedPtr<IPubParser> Aspose::Pub::PubFactory::CreateParser(System::SharedPtr<System::IO::Stream> pubStream)
ParameterTypeDescription
pubStreamSystem::SharedPtr<System::IO::Stream>stream with PUB data

ReturnValue

PUB parser

See Also