I am working on my application using asp.net web forms and need to print receipts on a thermal printer. Currently, the receipt prints on a normal A4 size page, but I want it to also print on a thermal printer. How can I achieve this? Should I redesign the receipt specifically for the thermal printer, and if so, what should be the width of the div for the redesign? Alternatively, is there another method that will allow me to use the current design for printing on thermal paper? Your guidance is greatly appreciated.
Thank you for your help.