Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created February 20, 2019 10:22
Show Gist options
  • Save bjoerntx/ccbcd42335a8c444c14880a5294ffe2e to your computer and use it in GitHub Desktop.
Save bjoerntx/ccbcd42335a8c444c14880a5294ffe2e to your computer and use it in GitHub Desktop.
TXTextControl.ReportingCloud.ReportingCloud rc =
new TXTextControl.ReportingCloud.ReportingCloud("yourAPIKey");
byte[] bResults = rc.ConvertDocument(
File.ReadAllBytes("document.pdf"),
TXTextControl.ReportingCloud.ReturnFormat.TXT);
Console.WriteLine(Encoding.ASCII.GetString(bResults));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment