dos-based printing in Java - TechRepublic
General discussion
January 13, 2002 at 03:03 PM
nise_k

dos-based printing in Java

by nise_k . Updated 24 years, 5 months ago

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

This discussion is locked

All Comments