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]

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.