Hi friends,
I am facing the problem of slow printing when using the Window based printing. I think it will be faster if I go for draft printing, but am confused about how to specify the font-style in my css.
In my style sheet, I tried like this –
BODY
{
font-style: ‘draft 10 cpi’;
}
but there seems no effect.
Actually, my problem is to get DOS-type printing through my JSP application. The clarity (dots-per-inch) can be as low as possible.
You can also suggest any alternative solution.
Regards.
Nise