kou / poppler-test
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
0a1b41f
Albert Astals Cid (author)
Fri Jun 26 10:31:22 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Sep 23 20:42:59 -0700 2007 | |
| |
AUTHORS | Sun Aug 24 09:19:57 -0700 2008 | |
| |
CMakeLists.txt | Fri Jun 19 12:07:39 -0700 2009 | |
| |
COPYING | Sun Nov 04 15:03:55 -0800 2007 | |
| |
ConfigureChecks.cmake | Wed Jan 30 14:12:03 -0800 2008 | |
| |
INSTALL | Thu Mar 03 11:45:58 -0800 2005 | |
| |
Makefile.am | Wed Jan 07 15:57:03 -0800 2009 | |
| |
NEWS | Fri Jun 19 12:07:39 -0700 2009 | |
| |
README | Tue Jun 02 14:52:59 -0700 2009 | |
| |
README-XPDF | Thu Mar 03 11:45:58 -0800 2005 | |
| |
README.contributors | Fri Aug 29 11:50:57 -0700 2008 | |
| |
README.windows | Tue Sep 18 01:04:50 -0700 2007 | |
| |
TODO | Wed May 31 12:18:28 -0700 2006 | |
| |
autogen.sh | Mon Oct 22 14:33:59 -0700 2007 | |
| |
cmake/ | Sun May 17 03:08:53 -0700 2009 | |
| |
config.h.cmake | Wed Jan 07 09:02:59 -0800 2009 | |
| |
configure.ac | ||
| |
fofi/ | Wed May 20 14:08:41 -0700 2009 | |
| |
glib/ | ||
| |
goo/ | Wed May 13 15:31:16 -0700 2009 | |
| |
m4/ | Wed Jun 10 14:28:03 -0700 2009 | |
| |
makefile.vc | Tue Sep 25 16:13:51 -0700 2007 | |
| |
msvc/ | Fri Jun 19 12:07:39 -0700 2009 | |
| |
poppler-cairo.pc.cmake | Wed Jan 30 14:12:03 -0800 2008 | |
| |
poppler-cairo.pc.in | Thu Jun 02 11:49:55 -0700 2005 | |
| |
poppler-config.h.cmake | Thu May 14 07:25:59 -0700 2009 | |
| |
poppler-glib.pc.cmake | Wed Jan 30 14:12:03 -0800 2008 | |
| |
poppler-glib.pc.in | Tue May 30 19:02:54 -0700 2006 | |
| |
poppler-qt.pc.cmake | Wed Jan 30 14:12:03 -0800 2008 | |
| |
poppler-qt.pc.in | Sat May 26 15:33:21 -0700 2007 | |
| |
poppler-qt4.pc.cmake | Wed Jan 30 14:12:03 -0800 2008 | |
| |
poppler-qt4.pc.in | Sat May 26 15:33:21 -0700 2007 | |
| |
poppler-splash.pc.cmake | Wed Jan 30 14:12:03 -0800 2008 | |
| |
poppler-splash.pc.in | Thu Jun 02 11:49:55 -0700 2005 | |
| |
poppler.pc.cmake | Wed Jan 30 14:12:03 -0800 2008 | |
| |
poppler.pc.in | Thu Mar 03 11:45:58 -0800 2005 | |
| |
poppler/ | Fri Jun 26 10:31:22 -0700 2009 | |
| |
qt/ | Sat Feb 21 09:02:36 -0800 2009 | |
| |
qt4/ | Fri Jun 19 12:07:39 -0700 2009 | |
| |
splash/ | Tue Jun 02 14:02:22 -0700 2009 | |
| |
test/ | Tue Jun 16 07:34:16 -0700 2009 | |
| |
utils/ | Fri Jun 19 00:37:02 -0700 2009 |
README
This is poppler, a PDF rendering library. Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC. The purpose of forking xpdf is twofold. First, we want to provide PDF rendering functionality as a shared library, to centralize the maintenance effort. Today a number of applications incorporate the xpdf code base, and whenever a security issue is discovered, all these applications exchange patches and put out new releases. In turn, all distributions must package and release new version of these xpdf based viewers. It's safe to say that there's a lot of duplicated effort with the current situation. Even if poppler in the short term introduces yet another xpdf derived code base to the world, we hope that over time these applications will adopt poppler. After all, we only need one application to use poppler to break even. Second, we would like to move libpoppler forward in a number of areas that don't fit within the goals of xpdf. By design, xpdf depends on very few libraries and runs a wide range of X based platforms. This is a strong feature and reasonable design goal. However, with poppler we would like to replace parts of xpdf that are now available as standard components of modern Unix desktop environments. One such example is fontconfig, which solves the problem of matching and locating fonts on the system, in a standardized and well understood way. Another example is cairo, which provides high quality 2D rendering. See the file TODO for a list of planned changes. Please note that xpdf, and thus poppler, is licensed under the GPL, not the LGPL. Consequently, any application using poppler must also be licensed under the GPL. If you want to incorporate Xpdf based PDF rendering in a closed source product, please contact Glyph & Cog (www.glyphandcog.com) for commercial licensing options. Kristian Høgsberg, Feb. 27, 2005 See the README-XPDF for the original xpdf-3.00 README.

