Using QR Codes
Learn how to insert custom QR Codes in your PDF documents using PDFMonkey.
bitjson/qr-code
<script src="https://cdn.jsdelivr.net/npm/@bitjson/qr-code@^1.0/dist/qr-code.js"></script>
<!--
contents: the text to transform
module-color: color of the dots
position-ring-color: color of the large surrounding squares
position-center-color: color of the small surrounding squares
-->
<qr-code
contents="https://pdfmonkey.io/"
module-color="#db2777"
position-ring-color="#db7222"
position-center-color="#27db22"
style="width: 200px;"
></qr-code>Dots-only
QRCode.js
Last updated
Was this helpful?
