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를 작성한 사람들을 놀라게 하려면