lukevp / ESC-POS-.NET

Efficient, Easy to Use Thermal Printing & POS (Windows/Linux/OSX, WiFi/BT/USB/Ethernet)
MIT License
512 stars 168 forks source link

large string QR code #138

Open NebojsaMancic opened 2 years ago

NebojsaMancic commented 2 years ago

Hi,

How can I print QR code with url which length is over 900 characters ?

May I print QR code with data in GIF base64 format ? example uri and gif data.txt

igorocampos commented 2 years ago

If there is no restriction on your hardware, you should be able to do so with Model 2. You can see some tests that were successful with 2k characters string:

https://github.com/lukevp/ESC-POS-.NET/issues/71#issuecomment-701730942

image