PDA

View Full Version : Characters missing when exporting to pdf.



relaxer
11-20-2006, 11:00 AM
When I'm exporting my table to a PDF some chars disapear (swedish letters едц). The disapearing chars are visible in the preview and if the document is printed but not if exported to a PDF file. I tried to change font to Verdana (from sans serif) but no dice..

I searched the forum but I couldn't find anything on this matter, please help

//A

Taqua
11-21-2006, 08:51 AM
This is most likely caused by the fact, that this laguage contains characters which are not part of the western-european character set.

So your problem with swedish characters belong to the same family of encoding related issues (like missing chinese or russian characters).

So activate the unicode mode and possibly embedded font mode and your problems will be gone.

This thread covers everything in depth:
http://www.jfree.org/phpBB2/viewtopic.php?t=19366

Have fun,
said Thomas

relaxer
11-22-2006, 04:27 AM
Thanks, the problem is solved.

I removed the line:
<property name="org.jfree.report.modules.output.pageable.pdf.Encoding">Identity-H</property>


that made all the difference (even though your link said that it should be there to enable odd chars...) :)