Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 15, 2022 18:53
Show Gist options
  • Save bjoerntx/e07cab32038dacac06590406f482a69e to your computer and use it in GitHub Desktop.
Save bjoerntx/e07cab32038dacac06590406f482a69e to your computer and use it in GitHub Desktop.
var mdFile = System.IO.File.ReadAllText("sample.md");
byte[] document = TXTextControl.Markdown.Convert(
mdFile,
TXTextControl.BinaryStreamType.WordprocessingML);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment