Dear list,

i've got a problem regarding the support of Japanese characters within iText lib.
After having read the tutorials, included the iTextAsian.jar and iTextAsianCmaps.jar to eclipse project and classpath and using the following text, my Java application throws exceptions when trying to execute the following commands:

BaseFont bfJapanese = BaseFont.createFont("KozMinPro-Regular", "UniJIS-UCS2-V", BaseFont.NOT_EMBEDDED);
Font FontJapanese = new Font(bfJapanese, 12, Font.NORMAL);                

I have installed the Adobe addOn for displaying Japanese characters also. Furthermore i've enabled MS XP (SP2) to display eastern asian characters.

When trying to open the example pdf (cjk.pdf) from the lowagie site, i get an error message like 'Error while processing page. Mapping defined by font is missing or damaged.' (unfortunately i have a german OS isntalled, so this is my translation)

Please, HELP.......

Kind regards

Ingo Bischofs

______________________________________________________________________
This email has been scanned for viruses.
______________________________________________________________________
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to