Title: Message
Use the encoding "Cp1254".
 
Best Regards,
Paulo Soares


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Couas
Sent: Wednesday, June 30, 2004 8:06 AM
To: [EMAIL PROTECTED]
Subject: [iText-questions] ITEXT and TURKISH FONT and BASEFONT and ActobatViewer for JavaBean

Hi,
 
Curently , use ITEXT for creating PDF and sending them bye FAX on AIX for Turkish Prospect .
I use template because i need to change Font Width for many numeric.
Fax part use Adobe library for creating TIFF file for FAX http://www.adobe.com/products/acrviewer/acrvdnld.html 
 
If i use bf = BaseFont.createFont("/pdf5b/fonts/tur_arial.ttf",BaseFont.IDENTITY_H, true);  
PDF file is good, but Adobe library don't found Font com.adobe.acrobat.sidecar.FontException: A required font or CMAP (Identity-H) could not be found on this system.
 
If i use bf = BaseFont.createFont(("/pdf5b/fonts/tur_arial.ttf",BaseFont.WINANSI, true);  or  BaseFont.createFont(("/pdf5b/fonts/tur_arial.ttf",BaseFont.CP1252, true); 
PDF file is bad without Turkish caracters, but Adobe library don't have problem
 
What is IDENTITY_H parameter ?
I have tried to add /pdf5b/fonts/tur_arial.ttf" in my CLASSPATH and this file is too in System.getProperty("user.home")+"/"AcrobatFonts directory, but without succes
Do you have an idea
 
 
Regards
Philippe
 

Philippe COUAS

Responsable Développement

INFODEV S.A.

 

Reply via email to