kelputoo

Results 2 comments of kelputoo

Hello! Sure you can use this functions here: printer.Append(String.Format("{0,-25} {1,3} {2,6} ", "Table", "3", "10€")) It's printing something like this: Item Name Quantity Price Table 3 10€

> try this (esc/pos) > ...... > PrintQR("http://www.google.com"); /// calling function > ...... > private string PrintQR(string _qr) { > Encoding m_encoding = Encoding.GetEncoding("iso-8859-1"); > string buffer = ""; >...