I want to print bill through POS printer. It should print in following format which i am displaying to salesman in FlowDocument control.
Item CODE Qty Price Total
------------------------------------------------
ABcDEFG 10 $5 $50
XYZ 5 $10 $50
------------------------------------------------
Grand Total 15 $100
I have a demo app which is written in Foxpro, it uses a text file(.txt) for preview and then prints the text file is similar.
EDITED:
What I want to know is, is it possible to print sales bill in above format using raw data printing (reading directly from FlowDocument output format and sending it as raw data for POS printer). Or do i need to send data containing spaces for alignment etc.