Printing on formatted text
I want to print text in a particular format using c#.
the format is like of postcard where at top i have address and at bottom i have mailing address
currently i am using HTML formatting but i am not able to print text formatted in HTML.
is there any other way to store format of document to be printed .
i am using .net 3.5 framework
any pointer in this direction would readily help me out
RamonPosted Oct 23, 2008, 11:38 PM
Try this: FreeTextBox.
http://freetextbox.com
It automatically creates the HTML code for you, and then you can print from there.
Infact, look's llike it's the same texbox we use to type messages in this forum.