Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active November 10, 2020 10:13
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/fff0ecf3a479b5269549499333b41ca4 to your computer and use it in GitHub Desktop.
Save bjoerntx/fff0ecf3a479b5269549499333b41ca4 to your computer and use it in GitHub Desktop.
// create a new invoice
InvoiceDescriptor invoice = ImportZUGFeRD("ZUGFeRD.pdf");
// import the visible PDF
var clPDFInvoice = new TXTextControl.DocumentServer.PDF.Contents.Lines("ZUGFeRD.pdf");
// check validity
var valid = IsValidZUGFeRD(invoice, clPDFInvoice);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment