Russian fonts not displaying in AIX PDF files


 
Thread Tools Search this Thread
Operating Systems AIX Russian fonts not displaying in AIX PDF files
# 1  
Old 12-10-2009
.

Hi,
We have an issue with russian cyrillic fonts that are not displayed correctly in pdf when application works in AIX . The same russian fonts are displayed properly in windows machine.



There are spaces between russian characters and also cyrillic fonts are overlapping in AIX environments and the code is developed in java and font used is



and the encoding used in cp1251 .

Can anyone help why the fonts is not giving the expected results in AIX environment.

Thanks & REGARds
JInto

Last edited by jinto; 05-07-2010 at 06:34 AM.. Reason: .
# 2  
Old 12-10-2009
There are language packs for Adobe Acrobat that may not be installed onto your AIX system, take a look at:
Adobe - Reader: Asian and Central European font packs for Adobe Reader
Some PDF file may appear to work because they either are:
1. Just a PDF of an image, not real text.
or
2. Have embedded fonts.

Those that do not require the appropriate language pack to be installed.
AIX does not seem to be listed for Acrobat V8 but as the one for Linix is a tarball you may be able to use that? AIX is listed for Acrobat V7 and lists a Central European pack.

HTH

Last edited by TonyFullerMalv; 01-04-2010 at 05:07 PM.. Reason: Corrected "n" to "onto"
# 3  
Old 12-22-2009
issue not solved

Hi Tony,

Thanks for your response.

I have installed the font pack in my AIX environment and still issue is not solved...

we have installed the following file sets
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.loc.utf.RU_RU

Whether anything else need to be done for reflecting the new font pack installation in AIX environments.

Any font cache rebuild is required for changes to come into effect?

Also we are using a encoding format Cp1251 which i believe i suitable only for windows environment...

We also tried with K0I8-R ENCODING...BUT NO LUCK!!!

Dop you have more inputs on how to solve this issue ?


Thanks in advance
Regards

Jinto

Last edited by jinto; 05-07-2010 at 05:54 AM.. Reason: rm URL (atrefact...)
# 4  
Old 01-04-2010
All I have done to install the extra language packs is to ungzip and untar each file into a directory under /tmp and then run the INSTALL script that comes as part of the language pack and answer the questions using an expect(1) script to automate the install that answers the questions (Left hand column below with the answer (right hand column where \r is the "enter key") below:
Code:
"Continue  installation"     "y\r"
"license agreement"        "accept\r"
"installed the Acrobat Reader"  "/opt/Adobe/Acrobat7.0\r"
eof     break

Obviously the path to where your install of Adobe Acrobat is could be different to mine shown above.

HTH
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to find the details of Fonts on AIX?

Hi, Can someone help me out, how I can find the details of the Fonts installed on AIX, details such as the font type, directory, Non-Latin Fonts like Greek, Hebrew, or Arabic, starting with Arabic Objective: Oracle Reports creates PDF on AIX we want to use ARABIC Fonts which are... (1 Reply)
Discussion started by: filosophizer
1 Replies

2. AIX

AIX Fonts and Display issue

Hello Everyone, have a question regarding fonts: #env root@oraapp:/>env _=/usr/bin/env LANG=ar_AA LOGIN=root SSH_TTY=/dev/pts/1 PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java131/jre/bin:/u ... (2 Replies)
Discussion started by: filosophizer
2 Replies

3. AIX

How to print PDF files on AIX 5.3?

Hello All, How to print PDF files on AIX 5.3 and 6.1 because i tried adobe reader with no success, any help will be highly appreciated. Thank you (8 Replies)
Discussion started by: moudmm
8 Replies

4. AIX

Print to Windows PDF printer from AIX

Hopefully this is the correct place to post this, if not please let me know. I am trying to find a way to print from AIX directly to a windows PDF printer. I don't really care if it is paid or freeware, I am just trying to get it to work. I did see a product called BullZip and I am going to... (3 Replies)
Discussion started by: DerangedNick
3 Replies

5. Shell Programming and Scripting

Converting secured pdf files to pdf using acroread

Does anybody have idea of Converting secured pdf files to pdf using acroread ? ---------- Post updated at 04:49 PM ---------- Previous update was at 04:44 PM ---------- This file is not password protected. (4 Replies)
Discussion started by: Soham
4 Replies

6. AIX

AIX TrueType Fonts Installation

We have an app that prints PDF files but some of the required TrueType fonts are missing on our AIX box. Does AIX support TrueType fonts? How can I install the following fonts?: OCR A Extended (OCRAEXT.TTF) Courier New (cour.ttf) I have tried copying those fonts from my Windows box into... (4 Replies)
Discussion started by: kah00na
4 Replies

7. AIX

Adding own fonts in AIX

Hi I am new to AIX and want to install some fonts (in Indian Languages) created by us into the AIX server and we should be able to use these fonts in Mozilla and other user applications. There is no Info Print Manager. We have font files as PFB/PFM and TTF. Which is the best method to go... (0 Replies)
Discussion started by: mssridhar
0 Replies

8. AIX

AIX converting PDF to PS

my app creates pdf and prints them on windows. I want to run the same app on AIX 5.2. I convert PDF to PS using acroread command. But some options of acroread like landscape etc do not work. I came to know from google that there is bug with acroread for AIX with landscape option. Can you suggest... (3 Replies)
Discussion started by: vinayakshukre
3 Replies

9. AIX

how to install fonts in AIX

Dear Friends, Please help me out to install fonts in AIX. I am new to AIX. Thanks in advance. Regards, dba (2 Replies)
Discussion started by: aix.dba
2 Replies

10. AIX

Send email from unix (AIX) with PDF attachment

I am using the following command to send PDF attachment with a mail. uuencode <attachment.pdf> <attachment.pdf>|mailx -s <subject> <mail_id> < <Message_file.txt> This one send the message with attachment. I would like send PDF attachment with the mail Can any one help with this issue ? ... (0 Replies)
Discussion started by: sunjup
0 Replies
Login or Register to Ask a Question