c# - How to Export Invoices Generated Through Quickbooks SDK to PDF -
We have a scenario where we need to use QuickBook SDK to make an invoice from an external application and then Invoice in a PDF Copy Calling App
Creating an invoice is very easy with the QuickBooks SDK, so there is no problem in this first step.
However, I'm sure how to actually print or return invoices (in the form of PDFs) through an external calling application
I have some questions related to this purpose I want to ask.
- Does QuickBook provide the ability to direct SDK and return a visual representation (such as PDF) to a document (for example an invoice)?
- Does the Quickbooks SDK provide the ability to print a document directly (for example an invoice)?
Most of these questions come with my usual lack of familiarity with QuickBook SDK.
Assuming that the number 1 above is not possible, there are some possible alternative strategies to fulfill our purpose.
Strategy A - Use of accredited filename to export print and PDF
If supported, we can print an invoice with a name of our selection in PDF Request a QuickBook for Using FileWire, we will monitor the directory and retrieve printed invoices programmatically.
Strategy B - Create your own invoice report outside of QuickBook
We know that we can get all the data Invoices back through the QuickBooks SDK We generate our own invoice reports And can print it out of Coachbook completely. This is a lot of work and if possible, we would love to avoid it.
I did not get any comments on these strategies. Better yet, a practical solution would be great.
FYI uses our technology stack C # / ASP.NET, QBFC, Web Connector, and QuickBook 2010.
Thanks in advance!
Your questions are answered ...:
What's the QuickBooks Does the SDK provide the ability to request and return a visual representation of a document (such as an invoice) (for example a PDF)?
No, it is not.
Does the QuickBook SDK provide the ability to print the document directly? (E.g., an invoice)?
No, it is not.
Your strategy is the right strategy to hold invoices data through SDK, and use it to create your own invoices.
Comments
Post a Comment