Hi list,

When trying to open my pdf with Japanese characters in it i get an error message like:
'Error while processing page. Mapping defined by font (CMap) is missing or damaged.'

Unfortunately i have a german OS installed, so this is my translation that doesn`t match the original English error message.

@Paulo: you were damn right - i missed adding the jars to my manifest file

Any ideas?

Thx

Ingo Bischofs



----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, August 29, 2006 9:59 AM
Subject: [iText-questions] Japanese fonts


> 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);
>

If you get an exception then the jars are not in the right classpath. Check
that they are in your project and not in the iText project.

> I have installed the Adobe addOn for displaying Japanese characters also.

You'll need that

> Furthermore i've enabled MS XP (SP2) to display eastern asian characters.
>

It doesn't matter.

> 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)

That example is Chinese not Japanese.

Paulo

>
> 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
>


-------------------------------------------------------------------------
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

______________________________________________________________________
This email has been scanned for viruses.
______________________________________________________________________


______________________________________________________________________
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