Xpdf è un visualizzatore per il Portable Document Format (PDF) gratuito di Adobe che è veloce e snello ed è accompagnato da alcuni programmi di utilità a linea di comando.
Download (HTTP): http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.00.tar.gz
Download (FTP): ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00.tar.gz
Download MD5 sum: 95294cef3031dd68e65f331e8750b2c2
Dimensione del download: 534 KB
Stima dello spazio su disco richiesto: 32 MB
Stima del tempo di costruzione: 0.36 SBU
Patch necessaria: ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl1.patch
Patch necessaria: ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch
Patch necessaria: ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl3.patch
Patch necessaria: http://www.linuxfromscratch.org/blfs/downloads/6.0/xpdf-3.00pl3-freetype_2.1.7_hack-2.patch
AFPL Ghostscript-8.14 o ESP Ghostscript-7.07.1 (solo i font), t1lib e libpaper
Installare Xpdf eseguendo i seguenti comandi:
patch -d xpdf -Np0 -i ../../xpdf-3.00pl1.patch &&
patch -d xpdf -Np0 -i ../../xpdf-3.00pl2.patch &&
patch -d xpdf -Np0 -i ../../xpdf-3.00pl3.patch &&
patch -Np1 -i ../xpdf-3.00pl3-freetype_2.1.7_hack-2.patch &&
./configure --prefix=/usr --sysconfdir=/etc \
--with-freetype2-includes=/usr/include/freetype2 &&
make &&
make install
--enable-a4-paper: Questo switch deve essere aggiunto per impostare DIN A4 come formato standard per la carta.
Nella directory /etc si trova un xpdfrc campione che può essere copiato in ~/.xpdfrc o preso come esempio per scrivere un proprio file di configurazione.
# 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/TTF psFile "|lpr" psPaperSize letter #psPaperSize A4 textEOL unix enableT1lib yes enableFreeType yes antialias yes urlCommand "links -g %s"
Il pacchetto Xpdf contiene xpdf, pdftops, pdftotext, pdftoppm, pdffonts, pdfimages e pdfinfo.
Last updated on