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)
ParameterTypeDescription
filenameconst System::String&The path to the file to open.
optionsconst System::SharedPtr<LoadOptions>&The load options.

See Also