Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 16, 2023 15:37
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 bjoerntx/027da43a8ff4a40b996b4857694d57ee to your computer and use it in GitHub Desktop.
Save bjoerntx/027da43a8ff4a40b996b4857694d57ee to your computer and use it in GitHub Desktop.
byte[] document = File.ReadAllBytes("App_Data/sample.pdf");
tx.Load(document, TXTextControl.BinaryStreamType.AdobePDF, ls);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment