I have a dot matrix printer capable of 180 dpi (EPSON TM-U220) and a C# WPF application for billing. It must print a ticket with a barcode and a QR code. I am using zxing to generate a barcode and a QR code and I just print it using printDialog.
The QR code and barcode are not readable using the scanner, unless they are printed with a very big size. Is there a way to print readable barcodes and QR codes using a dot matrix printer?