Aspose::Pdf::DocumentFactory::CreateDocument método
Contenido
[
Ocultar
]DocumentFactory::CreateDocument() method
Crear documento vacío.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument()
ReturnValue
Documento creado.
Ver también
- Typedef SharedPtr
- Class Document
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream>&) method
Cargar documento desde un flujo.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input)
| Parámetro | Tipo | Descripción |
|---|---|---|
| input | const System::SharedPtr<System::IO::Stream>& | Secuencia de entrada. |
ReturnValue
Documento creado.
Ver también
- 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
Crear documento.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input, const System::SharedPtr<LoadOptions> &options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| input | const System::SharedPtr<System::IO::Stream>& | Secuencia de entrada. |
| options | const System::SharedPtr<LoadOptions>& | Document opciones de carga. |
ReturnValue
Documento creado.
Ver también
- 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
Cargar documento protegido con contraseña desde un flujo.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::SharedPtr<System::IO::Stream> &input, const System::String &password)
| Parámetro | Tipo | Descripción |
|---|---|---|
| input | const System::SharedPtr<System::IO::Stream>& | Flujo de origen. |
| password | const System::String& | Contraseña para acceder al documento. |
ReturnValue
Documento creado.
Ver también
- Typedef SharedPtr
- Class Document
- Class Stream
- Class String
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
DocumentFactory::CreateDocument(const System::String&) method
Cargar documento desde un archivo.
System::SharedPtr<Document> Aspose::Pdf::DocumentFactory::CreateDocument(const System::String &fileName)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fileName | const System::String& | Nombre del archivo PDF. |
ReturnValue
Documento creado.
Ver también
- Typedef SharedPtr
- Class Document
- Class String
- Class DocumentFactory
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++