i have page , in this page i have around 45 lines ,
the first 5 lines are document heading, and this document heading css style is just font-family-arial, font-weight bold ,
and heading inserted inside the td , no more style,
problem is , this first 5 line print very dead slow, after 5the printer print the text very fastly, obviously the reset of the
text are just fonr-weight:normel, Pleawse advise some tip/ideas to increase the printing fast ,
(Am using dot matrix printer ,)
It is a known issue with DMP (Dot Matrix Printer) as the printing from a web page goes as a image print. For bold-face printing it normally prints twice or very slowly (depending on the number of pins in the printer).
For one such issue, I rolled out a component to convert RTF to plain text with printer escape characters (for bold facing, double sizing, compressing fonts) and sent it as a text file to the printer.