Document.LoadFrom

Document.LoadFrom method

Loads a file, converting it to PDF.

public void LoadFrom(string filename, LoadOptions options)
ParameterTypeDescription
filenameStringThe path to the file to open.
optionsLoadOptionsThe load options.

Exceptions

exceptioncondition
PdfExceptionIf the file cannot be loaded.
FileNotFoundExceptionIf the file is not found.

See Also