Aspose::Pdf::Document::LoadFrom method
Document::LoadFrom method
Carga un archivo, convirtiéndolo a PDF.
void Aspose::Pdf::Document::LoadFrom(const System::String &filename, const System::SharedPtr<LoadOptions> &options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const System::String& | La ruta al archivo que se abrirá. |
| opciones | const System::SharedPtr<LoadOptions>& | Las opciones de carga. |
Ver también
- Class String
- Typedef SharedPtr
- Class LoadOptions
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++