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
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.