%general-entities; ]> $LastChangedBy$ $Date$ poppler-&poppler-version;.tar poppler Poppler-&poppler-version; Poppler Introduction to Poppler The Poppler package contains a PDF rendering library. This is useful for providing PDF rendering functionality as a shared library. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &poppler-md5sum; Download size: &poppler-size; Estimated disk space required: &poppler-buildsize; Estimated build time: &poppler-time; Poppler Dependencies Optional , , , , , , and Qt-4.x.x If you're installing Poppler to support , you will need to have installed so that the libpoppler-qt library is built. Installation of Poppler Install Poppler by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc --enable-opi \ --disable-splash-output \ --disable-cairo-output \ --disable-poppler-glib --disable-gtk-test && make This package does not come with a test suite. Now, as the root user: make install && install -v -m644 -D README /usr/share/doc/poppler-&poppler-version;/README Command Explanations --enable-opi: This parameter forces the build to include support for OPI comments. --disable-splash-output: This parameter disables building the Splash graphics backend. Remove this parameter if you have Fontconfig installed. --disable-cairo-output: This parameter disables building the cairo graphics backend. Remove this parameter if you have cairo installed. --disable-poppler-glib and --disable-gtk-test: These parameters disable building the GLib wrapper and GTK+ test program. Remove these parameters if you have GTK+-2 installed. Note that if you plan on building , you must build the GLib wrapper. Configuring Poppler Config Files /etc/xpdfrc /etc/xpdfrc Configuration Information No specific configuration is required. Contents Installed Programs Installed Libraries Installed Directories None libpoppler.[so,a], libpoppler-glib.[so,a], libpoppler-qt.[so,a] and libpoppler-qt4.[so,a] /usr/include/poppler and /usr/share/doc/poppler-&poppler-version; Short Descriptions libpoppler.[so,a] contains the API functions to render PDF files. libpoppler.[so,a] libpoppler-glib.[so,a] is a wrapper library used to interface the PDF rendering functions with GTK+. libpoppler-glib.[so,a] libpoppler-qt.[so,a] is a wrapper library used to interface the PDF rendering functions with Qt. libpoppler-qt.[so,a] libpoppler-qt4.[so,a] is a wrapper library used to interface the PDF rendering functions with Qt-4. libpoppler-qt4.[so,a]