qr_pdf_generator
1.0.0
[仅限 Javascript] 将字符串数组编码为 QR 码并从中生成 PDF。纯粹从浏览器运行。
现场演示:http://jsfiddle.net/rmwtcc8e/
添加 jQuery 和其他 3 个依赖项(观看 example.html)后,只需运行
stuff = ['time has come', 'bitch']; //your array of strings to encode qr_generate(stuff); //encodes the strings and generates the PDF with QR codes
致那些编写过 jQuery.js、FileSaver.js、jsPDF.js 和 qrcode.js 的小伙伴们