Open YvonSita opened 4 years ago
I want to insert QR Code in my PDF file generated by HTML2PDF. Before, I launch correctly my PDF file with my data from database.
https://github.com/spipu/html2pdf/blob/master/doc/barcode.md#tag-qrcode
<qrcode value="Value to Coder" ec="H" style="width: 50mm; background-color: white; color: black;"></qrcode>
Or what do you mean?
I want to insert QR Code in my PDF file generated by HTML2PDF. Before, I launch correctly my PDF file with my data from database.