个人工具

UbuntuHelp:JapaneseInAdobeReaderHowto

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 10:58的版本 (新页面: {{From|https://help.ubuntu.com/community/JapaneseInAdobeReaderHowto}} {{Languages|UbuntuHelp:JapaneseInAdobeReaderHowto}} == Introduction == This guide explains how to install support fo...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Introduction

This guide explains how to install support for Japanese fonts in Adobe Reader 7.0 under Ubuntu 6.06.

Installation

Before you start, make sure you have installed Adobe Reader 7.0.

1. Download two jpnfont packages from the Adobe site

mkdir /tmp/{4,5}
cd /tmp/5
wget ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/jpnfont.tar.gz
cd /tmp/4
wget ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/4.x/jpnfont.tar.gz 

2. Unpack and install

cd /tmp/5
tar xzf jpnfont.tar.gz
cd /usr/lib/Adobe/Acrobat7.0/Resource/CMap
su
tar xf /tmp/5/JPNKIT/LANGCOM.TAR
cd /usr/lib/Adobe/Acrobat7.0/Resource/Font
tar xf /tmp/5/JPNKIT/LANGJPN.TAR 
cd /tmp/4
tar zxf jpnfont.tar.gz
cd /usr/lib/Adobe/Acrobat7.0/Resource/Font
tar xf /tmp/4/JPNKIT/LANGJPN.TAR 

3. Try it!

Fire up your Adobe Reader - support for Japanese fonts should work now.

Notes

This howto is based on a now inaccessible August 2005 guide for Suse distros.