Sponsored Content
Operating Systems AIX Russian fonts not displaying in AIX PDF files Post 302384258 by TonyFullerMalv on Monday 4th of January 2010 04:05:34 PM
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
 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
NetSDS::Util::Translit(3pm)				User Contributed Perl Documentation			       NetSDS::Util::Translit(3pm)

NAME
NetSDS::Util::Translit - transliteration routines SYNOPSIS
use NetSDS::Const; use NetSDS::Util::Translit; # Transliterate cyrillic string $trans_string = trans_cyr_lat($cyr_string); # Reverse transliteration to russian language $rus_string = trans_lat_cyr("Vsem privet", LANG_RU); DESCRIPTION
"NetSDS::Util::Translit" module contains routines for bidirectional cyrillic text transliteration. Now it supports russian and ukrainian languages processing. EXPORTS
trans_cyr_lat($text[, $lang]) - transliterate string Convert text from cyrillic to latin encoding. Language may be set if not default one. $lat = trans_cyr_lat($string); trans_lat_cyr($text[, $lang]) - reverse transliteration This function transliterate string from latin encoding to cyrillic one. Target language may be set if not default one. $cyr = trans_lat_cyr("Sam baran", "ru"); EXAMPLES
None yet BUGS
Unknown yet TODO
Implement examples and tests. SEE ALSO
Encode, perlunicode AUTHORS
Valentyn Solomko <pere@pere.org.ua> perl v5.12.4 2011-08-27 NetSDS::Util::Translit(3pm)
All times are GMT -4. The time now is 09:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy