How to display QR code in JSP page? -


i using eclipse mars version appache tomcat 6. want make qr code of input string jsp page , display in next page.

i tried these steps in jsp.`// create java qrcode object qrcode barcode = new qrcode();

// set qrcode data text encode barcode.setdata("create-qr-code-in-java");

// generate qrcode barcode & encode gif format barcode.drawbarcode("c://barcode-qrcode.gif"); `

i had tried developing qr code in asp.net , working well, placing image developing qr code

download qrcoder.dll online

html code enter image description here

coading part enter image description here

hope resolve issue


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -