Hi,
Ours is a web based application.
In a particular use case, print-receipt; we pull up data from database and display it a new window ... followed by a javascript::window.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
Ours is a web based application.
In a particular use case, print-receipt; we pull up data from database and display it a new window ... followed by a javascript::window.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
Comment