endroid / qr-code

QR Code Generator
https://endroid.nl
MIT License
4.33k stars 721 forks source link

[Feature Request] PdfWriter sub-millimeter block size #420

Open artnum opened 9 months ago

artnum commented 9 months ago

Using PdfWriter, there is no way to get a sub-millimeter block size. Phones are capable of reading QRCode with block size of below 1/3 of a millimeter.

In order to get around this, I used that modified version of PdfWriter PdfWriter.txt (uploaded with .txt as .patch is blocked by github for some reason) but it feels a bit rough. Maybe there is a better way to unlink the block size to the output unit size.