FlyZhy.Org logo Projects - Installing Pdf Reader

Before
HowTo
Xpdf
Adobe Reader
Related Links

PDF - Portable Document Format, the most popular electronic document format. But how to read the .pdf files in GNU/Linux. Here gives the lightweight and functional way for Chinese users.

Before

HowTo

Xpdf

download

installing

xpdf
#tar xvfz xpdf-3.00-cjk.tar.gz
#cd xpdf
#tar xvfz xpdf-3.00.tar.gz
#cd xpdf-3.00
#patch -Np1 -i ../xpdf-3.00-freetype_2.1.7_hack-1.patch
#patch -Np0 -i ../xpdf-3.0-cjk-font.diff
#patch -Np0 -i ../xpdf-cjk-fix.diff
#cd xpdf
#patch -Np0 -i ../../xpdf-3.00pl1.patch
#cd ..
#./configure --prefix=/usr --sysconfdir=/etc --with-freetype2-includes=/usr/include/freetype2
#make
#make install
xpdf-chinese-simpilified
#mkdir -p /usr/share/xpdf/chinese-simplified
#tar xvfz xpdf-chinese-simplified.tar.gz
#mv xpdf-chinese-simplified/* /usr/share/xpdf/chinese-simplified/

configuring

using

#xpdf xxx.pdf
#man xpdf

Adobe Reader

download

installing

#tar xvfz AdobeReader_chs-7.0.5-1.i386.tar.gz
#./AdobeReader/INSTALL

using

#acroread xxx.pdf

top

Related Links


1. The symbol "+" stands for adding the following lines into the file in front of "+".

2. You can modify this file according to your own fonts path and fonts you have.

3. It's very convenient for Chinese users to use the .tar.gz version of this reader.