JEditorPane printing a HTML PAGE
Hi,
Here is my problem. I am displaying a HTML Page in a JEditorPane. So far so good.
when I try to print is printing to my printer. Here is the problem the Text or to say the font doesnot look good in the paper, each letter is not nice and smoth and it looks like some of the pixels in each letter were lost. This happens right when I initialize the JEditorPane with html code. I can also see the pixels in each letter are lost when I initilized it in a JEditorPane.
Any help will be appreciate.

