Aspose::Pdf::Document::LoadFrom method

Document::LoadFrom method

Loads a file, converting it to PDF.

void Aspose::Pdf::Document::LoadFrom(System::String filename, System::SharedPtr<LoadOptions> options)
ParameterTypeDescription
filenameSystem::StringThe path to the file to open.
optionsSystem::SharedPtr<LoadOptions>The load options.

See Also