Aspose::Pdf::DocumentFactory::CreateDocument метод
Содержание
[
Скрывать
]DocumentFactory::CreateDocument() method
Создать пустой документ.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument()
ReturnValue
Документ создан.
См. также
- Typedef SharedPtr
- Class Document
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream>&) method
Загрузить документ из потока.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input)
| Параметр | Тип | Описание |
|---|---|---|
| input | const System::SharedPtr<System::IO::Stream>& | Входной поток. |
ReturnValue
Документ создан.
См. также
- Typedef SharedPtr
- Class Document
- Class Stream
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<LoadOptions>&) method
Создать документ.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input, const System::SharedPtr<LoadOptions> &options)
| Параметр | Тип | Описание |
|---|---|---|
| input | const System::SharedPtr<System::IO::Stream>& | Входной поток. |
| options | const System::SharedPtr<LoadOptions>& | Document параметры загрузки. |
ReturnValue
Документ создан.
См. также
- Typedef SharedPtr
- Class Document
- Class Stream
- Class LoadOptions
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream>&, const System::String&) method
Загрузить защищённый паролем документ из потока.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input, const System::String &password)
| Параметр | Тип | Описание |
|---|---|---|
| input | const System::SharedPtr<System::IO::Stream>& | Поток источника. |
| password | const System::String& | Пароль для доступа к документу. |
ReturnValue
Документ создан.
См. также
- Typedef SharedPtr
- Class Document
- Class Stream
- Class String
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
DocumentFactory::CreateDocument(const System::String&) method
Загрузить документ из файла.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::String &fileName)
| Параметр | Тип | Описание |
|---|---|---|
| fileName | const System::String& | Имя PDF‑файла. |
ReturnValue
Документ создан.
См. также
- Typedef SharedPtr
- Class Document
- Class String
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++