Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 28, 2024 12:51
Show Gist options
  • Save bjoerntx/736006b36f073d90df6cfcd68e4e8d72 to your computer and use it in GitHub Desktop.
Save bjoerntx/736006b36f073d90df6cfcd68e4e8d72 to your computer and use it in GitHub Desktop.
using (TXTextControl.ServerTextControl tx = new TXTextControl.ServerTextControl())
{
tx.Create();
tx.Load("test.docx", TXTextControl.StreamType.WordprocessingML);
tx.Save("test.pdf", TXTextControl.StreamType.AdobePDF);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment