Printing problem

hi all,

I have next problem:

When I'm printing html document (from JEditorPane) which contains only Latin characters everything ok. But if html document contains Cyrillic characters then printing process is very long. What can i do for this problem off?

P.S. jdk1.6 or jdk1.5 under linux.

[314 byte] By [3eBCa] at [2007-11-27 7:40:23]
# 1
> then printing process is very longWhat?
corlettka at 2007-7-12 19:20:53 > top of Java-index,Java Essentials,Java Programming...
# 2
my application sends cyrillic data to printer very long time, much longer then data with latin characters only.
3eBCa at 2007-7-12 19:20:53 > top of Java-index,Java Essentials,Java Programming...
# 3
Do you mean that it takes a while to print cyrillic?So... is that a real problem?Most likely cause is that printer is actaully printing an image of the page, not a native (european) font.What kind of printer are we talking about?
corlettka at 2007-7-12 19:20:53 > top of Java-index,Java Essentials,Java Programming...
# 4
I'am using network connected HP LaserJet 4000
3eBCa at 2007-7-12 19:20:53 > top of Java-index,Java Essentials,Java Programming...
# 5

threebee,

Yup, you winblows box is actually generating an image of each page, and putting that over the wire (page by page I think) to the printer.... this is truly massive exercise compared to the equivalent native printer font.

Have a look on the HP site, and see if they're got a free download of a cyrilic (how do you spell that) font or two.

Cheers. Keith.

corlettka at 2007-7-12 19:20:53 > top of Java-index,Java Essentials,Java Programming...