Poppler (software)
|
|
This article needs attention from an expert on the subject. See the talk page for details. WikiProject Free Software or the Free Software Portal may be able to help recruit an expert. (January 2010) |
| Developer(s) | freedesktop.org |
|---|---|
| Initial release | March 4, 2005[nb 1] |
| Stable release | 0.18.2 / December 4, 2011[1] |
| Preview release | none |
| Written in | C++ |
| Operating system | Linux, Unix, BSD, Windows |
| Type | Library |
| License | GPLv2 |
| Website | poppler.freedesktop.org |
In computing, Poppler (or libpoppler) is a free software library used to render PDF documents. It is the most common such library on GNU/Linux systems,[2] and is used by the PDF viewers of the open source GNOME and KDE desktop environments. Its development is supported by freedesktop.org.
The project was started by Kristian Høgsberg with two goals in mind:[3]
- To provide PDF rendering functionality as a shared library, in order to centralize maintenance effort
- To go beyond the goals of Xpdf, and integrate with functionality provided by modern operating systems
As of the version 0.18 release in Fall 2011, the poppler library represents a complete implementation of ISO 32000-1, the PDF format standard, and is the first major free PDF library to support its forms and annotations features.[2]
Poppler itself is a fork of the Xpdf-3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.[3][4]
The name "Poppler" comes from the animated series Futurama episode The Problem with Popplers.[4]
Contents |
[edit] PDF readers using Poppler
A number of free software applications use Poppler to render PDF documents[5]
| Application | External Links | Graphical Toolkit |
|---|---|---|
| Evince | homepage | GTK+ |
| Okular | homepage | Qt |
| kde pdf kfile plugin | homepage | Qt |
| PopplerKit | homepage | GNUstep/Cocoa |
| Vindaloo | homepage | PopplerKit |
| ePDFView | homepage | GTK+ |
| TeXworks | homepage | Qt |
| LocoPDF | homepage | none |
| pdftotext | poppler utils | none |
| DiffPDF | homepage | Qt |
| Zathura | homepage | GTK+ |
| Xournal | homepage | GTK+ |
| Inkscape | [1] |
[edit] Features
Poppler can use two back-ends for drawing PDF documents, Cairo and Splash. Its features may depend on which back-end it employs. A third back-end based on Qt4's painting framework "Arthur", is available, but is incomplete and no longer under active development.[6] Bindings exist for Glib, Qt3, and Qt4, that provide interfaces to the Poppler backends, although the Qt3 and Qt4 bindings support only the Splash backend. There is a patchset available to add support for the Cairo backend to the Qt4 bindings,[7] but the Poppler project does not currently wish to integrate the feature into the library proper.[8]
Some characteristics of the backends are as follows
- Cairo. Anti-aliasing of vector graphics, and transparent objects.[5] Cairo does not smooth bitmap images such as scanned documents. Cairo does not depend on the X Window System, so Poppler can run on platforms which do not use an X server, such as Windows or Mac OS.
- Splash. Supports minification filtering of bitmaps.[5]
Poppler comes with a text rendering backend as well, which can be invoked from the command line utility pdftotext. It is useful for searching for strings in PDFs from the command line, using the utility grep, for instance.[9]
Example:
pdftotext file.pdf - | grep string
Poppler supports interactive documents using Javascript.[10], annotations, and forms.
[edit] See also
- List of PDF software
- GNU PDF and iText, two other open source PDF libraries
[edit] Notes
[edit] References
- ^ a b "Poppler Releases". http://poppler.freedesktop.org/releases.html. Retrieved 2011-12-06.
- ^ a b "GNU PDF project leaves FSF High Priority Projects list; mission complete!". October 6, 2011. http://www.fsf.org/blogs/community/gnu-pdf-project-leaves-high-priority-projects-list-mission-complete. Retrieved 2011-10-11.
- ^ a b "Poppler README file". http://cgit.freedesktop.org/poppler/poppler/tree/README. Retrieved 2010-01-21.
- ^ a b "Poppler Homepage". http://poppler.freedesktop.org. Retrieved 2010-01-21.
- ^ a b c "Poppler Wiki. Information about Poppler". http://freedesktop.org/wiki/Software/poppler. Retrieved 2010-01-21.
- ^ http://www.mail-archive.com/poppler@lists.freedesktop.org/msg02641.html
- ^ http://github.com/giddie/poppler-qt4-cairo-backend
- ^ https://bugs.freedesktop.org/show_bug.cgi?id=25240
- ^ "Searching PDF Files With grep". http://www.linuxjournal.com/video/searching-pdf-files-grep. Retrieved 2010-01-21.
- ^ "Poppler PDF library learns Javascript". September 12, 2008. http://www.linux-magazine.com/Online/News/Poppler-PDF-library-learns-Javascript/%28kategorie%29/0. Retrieved 2010-01-21.
General references
- Albert Astals Cid (29 August 2005) The Poppler Library, presentation at the 2005 KDE conference
[edit] External links
- Poppler homepage
- Qt Quarterly: Poppler: Displaying PDF Files with Qt
- Poppler utils installer for windows.
|
||||||||||||||||