jeromeetienne / jquery-qrcode

qrcode generation standalone (doesn't depend on external services)
http://blog.jetienne.com/blog/2011/04/07/jquery-qrcode/
MIT License
4.84k stars 2.5k forks source link

Add rendering by DIV capability. #61

Closed niecw closed 2 years ago

niecw commented 10 years ago

I've added a function to generate the QR code using DIV. I did this because I have performance issue when converting the resulting HTML to PDF using wkhtmltopdf when I use table rendering and faced difficulties in getting a consistent output from wkhtmltopdf if I choose canvas rendering. Rendering using DIV is the easy way out for me. PDF generation using wkhtmltopdf requires half of that using table and I do not have to tweak the HTML or wkhtmltopdf flag to achieve the consistent result.

niecw commented 10 years ago

Sorry, I have not put it in the minified version.