Question
Dynamic barcode generation
I need to generate a PDF417 barcode image as PDF, given a certain value from a textfield.
I followed this thread (Is there not a method to add a barcode field via Javascript? ) and successfully added an image on a button, but I have to generate another image and then load it again on that button. Is there any way to generate an image using Javascript, without browser support, just the Adobe API?
