Aspose::Pdf::DocumentFactory::CreateDocument‑metod
Innehåll
[
Dölj
]DocumentFactory::CreateDocument() method
Skapa tomt dokument.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument()
ReturnValue
Skapat dokument.
Se även
- Typedef SharedPtr
- Class Document
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream>&) method
Läs in dokument från en ström.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inmatning | const System::SharedPtr<System::IO::Stream>& | Indataström. |
ReturnValue
Skapat dokument.
Se även
- 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
Skapa dokument.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input, const System::SharedPtr<LoadOptions> &options)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inmatning | const System::SharedPtr<System::IO::Stream>& | Indataström. |
| options | const System::SharedPtr<LoadOptions>& | Document laddningsalternativ. |
ReturnValue
Skapat dokument.
Se även
- 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
Läs in lösenordsskyddat dokument från en ström.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input, const System::String &password)
| Parameter | Typ | Beskrivning |
|---|---|---|
| inmatning | const System::SharedPtr<System::IO::Stream>& | Källström. |
| password | const System::String& | Lösenord för åtkomst till dokumentet. |
ReturnValue
Skapat dokument.
Se även
- Typedef SharedPtr
- Class Document
- Class Stream
- Class String
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
DocumentFactory::CreateDocument(const System::String&) method
Läs in dokument från en fil.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::String &fileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fileName | const System::String& | Namn på PDF‑fil. |
ReturnValue
Skapat dokument.
Se även
- Typedef SharedPtr
- Class Document
- Class String
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++