spipu / html2pdf

OFFICIAL PROJECT | HTML to PDF converter written in PHP
http://html2pdf.fr/en/default
Open Software License 3.0
1.68k stars 749 forks source link

Linebreak in QR-Code (EPC-QR Code) #809

Open perler-at opened 2 months ago

perler-at commented 2 months ago

Hello!

I'm trying to create an EPC QR code (https://en.wikipedia.org/wiki/EPC_QR_code). This requires separating the data using line breaks. The QR code is generated and printed on the PDF, but when I scan the code the line breaks are replaced by spaces. How exactly do I have to insert line breaks in the tag?

Best regards, Perler