Load from a local disk

The following example demonstrates how to load a file from a local disk.

AdvancedUsage.Loading.LoadFromLocalDisk

using (var converter = new MarkdownConverter("source.xls"))
{
	// ...
}

More resources

GitHub examples

You may easily run the code above and see the feature in action in our GitHub examples: