KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: lionCoolKing on June 17, 2011, 11:43:24 am

Title: Invoice
Post by: lionCoolKing on June 17, 2011, 11:43:24 am
Hi,

my requirement is now to create a invoice for the products the customer has purchased. i am currently using kkEng.getPdf() which returns an instance of PdfResultIf . through that instance i am invoking the getPdfBytes() which returns a byte [].

But the question is how to know from the byte array that which one is image and which one needs to placed where.

Regards
Title: Re: Invoice
Post by: greg on June 17, 2011, 11:55:29 am
Have a look at the javadoc for calling the PDF features:

http://www.konakart.com/javadoc/server/com/konakart/blif/AdminEngineMgrIf.html

...or for the very API call you are using in:

http://www.konakart.com/javadoc/server/com/konakart/appif/KKEngIf.html

Note that the PDF creation features are only in the Enterprise Extensions.