Aspose::Pdf::DocumentFactory class
DocumentFactory class
Class which allows to create/load documents of different types.
class DocumentFactory : public Aspose::Pdf::LicenseManagement::IVentureLicenseTarget
Methods
Method | Description |
---|---|
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
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++