Demonstrate OAuth2 Authentication to Intuit online API.
I created this program to turn a Recipient Created Tax Invoice (RCTI) into a Tax Invoice in Quickbooks. My code takes a PDF and extracts out most of the data, displaying it on the form for me to verify that it has been correctly decoded. When I have checked it, I use it to create an invoice in Quickbooks and upload the RCTI PDF file as an attachment to the invoice.
The sample does not include the class that handles the PDF Decoding, as it needs QuickPDF and the PDF format that it decodes is particular to my customer.
The code takes a list of Pdf files and looks for a json file of the same as a pdf file. It reads this information in ready for creating the actual invoice in Quickbooks.
WebView2Loader.dll in the same directory as the executable file