Pdf to Md

This example demonstrates how to convert PDF to Markdown.

using (var converter = new MarkdownConverter("example.pdf"))
{
    converter.Convert("output.md", options);
}

More resources

GitHub examples

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