Aspose::Pdf::DocumentFactory class

DocumentFactory class

Class which allows to create/load documents of different types.

class DocumentFactory : public Aspose::Pdf::LicenseManagement::IVentureLicenseTarget

Methods

MethodDescription
CreateDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<LoadOptions>)Create document.
CreateDocument()Create empty document.
CreateDocument(System::SharedPtr<System::IO::Stream>)Load document from a stream.
CreateDocument(System::SharedPtr<System::IO::Stream>, System::String)Load password protected document from a stream.
CreateDocument(System::String)Load document from a file.
DocumentFactory()

See Also