Get the Sales Invoice PDF using Sage SDK Canada Edition

SUGGESTED

I am using SAGE SDK For Sage 2014 Canada Premium Edition.

I am using a SDK to create the Invoices in C#(.NET)

What i want is that possible to get the generated Invoice PDF may be in byte array that i can get using SDK so that i can store the copy in my system.

Any help is highly appreciated.

Thank You,

  • 0

    Hi Kamals,

    The best people to answer this question would be our development team. Support is provided by email only to our development partner; however, if our development team determines that there is a need to communicate with the customer over the phone, they will call them.

    If you are using our Development kit and are not yet registered as a development partner you can do so by emailing [email protected].

    Hope this helps!

  • 0
    SUGGESTED

    If you use a Crystal Reports invoice, in Sage 2014, the invoice data items are written into plain text, delimited (temporary) files at the time of printing, under:

    Documents\Simply Accounting\forms\CAN2014

    This is the data that is passed to the Crystal Reports dll, and the files are over-written each time an invoice (or sales order, etc.) is printed.

    If you use one of the 'built-in' forms, nothing is written to an external file.

    When you email an invoice to a 'compatible' customer, a PDF is generated, as well as a comma-delimited file with a .IMP extension.  The .IMP file contains some of the invoice data.  (no descriptions or comments are included)

    There is no .NET print method (other than an alignment test print?) that I can see in the SDK.

    Could you be more specific about what you're aiming to do?