Hi,
Ours is a web based (
Struts, Spring, Hibernate) application.
In a particular use case, print-receipt; we pull up data from database and display it a new window ... followed by a javascriptLwindow.print()
To print the content.
But this prints the browser window - in graphic mode.
The target printer, attached to the browser machine is a Dot matrix printer; and consumes a lot off time to print a single window (because of the graphic nature)
Can the printing be done in text mode ?
thank you.
jeevan