Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 3, 2025 16:59
Show Gist options
  • Save bjoerntx/accc11216a779f487956485aba2a7dfe to your computer and use it in GitHub Desktop.
Save bjoerntx/accc11216a779f487956485aba2a7dfe to your computer and use it in GitHub Desktop.
using (TXTextControl.ServerTextControl tx = new TXTextControl.ServerTextControl())
{
tx.Create();
tx.Text = "This is a sample document.";
tx.Save("sample.pdf", TXTextControl.StreamType.AdobePDF);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment