Aspose::Pdf::Document::LoadFrom method
Document::LoadFrom method
Loads a file, converting it to PDF.
void Aspose::Pdf::Document::LoadFrom(const System::String &filename, const System::SharedPtr<LoadOptions> &options)
| Parameter | Type | Description |
|---|---|---|
| filename | const System::String& | The path to the file to open. |
| options | const System::SharedPtr<LoadOptions>& | The load options. |
See Also
- Class String
- Typedef SharedPtr
- Class LoadOptions
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++