PubFactory Class

Factory for PUB objects
Inheritance Hierarchy
SystemObject
  Aspose.PubPubFactory

Namespace:  Aspose.Pub
Assembly:  Aspose.PUB (in Aspose.PUB.dll) Version: 20.2
Syntax
public static class PubFactory

The PubFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateParser(Stream)
Creates PUB parser for PUB stream
Public methodStatic memberCreateParser(String)
Creates PUB parser for PUB file
Public methodStatic memberCreatePdfConverter
Creates PdfConverter
See Also