下载地址 (HTTP): 下载地址 (FTP): ftp://ftp.foolabs.com/pub/xpdf/xpdf-2.02.tar.gz 目前版本 2.02 包大小: 472 KB 编译所需磁盘空间: 8.2 MB 预计编译时间: 1.05 SBU |
xpdf 是一个又快又小而且带有许多有用命令行工具的Adobe's free Portable Document Format(PDF) 查看工具.
xpdf 依赖于: xfree86-4.3.0 和 lesstif-0.93.36 xpdf 能用到: 装过的字体:GhostScript-8.00, freetype-2.1.3, t1lib 和 truetype. |
用下面的命令安装xpdf:
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \ --with-freetype2-includes=/usr/include/freetype2 \ --with-freetype2-library=/usr/lib \ --with-appdef-dir=/usr/X11R6/lib/X11/app-defaults/ && make && make install |
xpdf 用来显示PDF格式的文件.
pdftops 将PDF文件转化为Postscript格式.
pdftotext 从PDF文件中分析出ASCII文本.
pdftopbm 将PDF文件转化成PBM (Portable BitMap)格式.
在 etc 目录中您能发现示例文件 xpdfrc 它能直接复制为 ~/.xpdfrc 或者在借助它写出您自己的配置文件.
# Example .xpdfrc displayFontT1 Times-Roman /usr/share/ghostscript/fonts/n021003l.pfb displayFontT1 Times-Italic /usr/share/ghostscript/fonts/n021023l.pfb displayFontT1 Times-Bold /usr/share/ghostscript/fonts/n021004l.pfb displayFontT1 Times-BoldItalic /usr/share/ghostscript/fonts/n021024l.pfb displayFontT1 Helvetica /usr/share/ghostscript/fonts/n019003l.pfb displayFontT1 Helvetica-Oblique /usr/share/ghostscript/fonts/n019023l.pfb displayFontT1 Helvetica-Bold /usr/share/ghostscript/fonts/n019004l.pfb displayFontT1 Helvetica-BoldOblique /usr/share/ghostscript/fonts/n019024l.pfb displayFontT1 Courier /usr/share/ghostscript/fonts/n022003l.pfb displayFontT1 Courier-Oblique /usr/share/ghostscript/fonts/n022023l.pfb displayFontT1 Courier-Bold /usr/share/ghostscript/fonts/n022004l.pfb displayFontT1 Courier-BoldOblique /usr/share/ghostscript/fonts/n022024l.pfb displayFontT1 Symbol /usr/share/ghostscript/fonts/s050000l.pfb displayFontT1 ZapfDingbats /usr/share/ghostscript/fonts/d050000l.pfb fontDir /usr/X11R6/lib/X11/fonts/truetype psFile "|lpr" psPaperSize a4 textEOL unix t1libControl low freetypeControl low urlCommand "links -g %s" |