Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created November 19, 2019 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/412bb37087e0c2a54987748b49a11f7e to your computer and use it in GitHub Desktop.
Save GroupDocsGists/412bb37087e0c2a54987748b49a11f7e to your computer and use it in GitHub Desktop.
using (Converter converter = new Converter("sample.pdf"))
{
MarkupConvertOptions options = new MarkupConvertOptions();
converter.Convert("converted.html", options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment