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 的朋友們