README 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. This is poppler, a PDF rendering library.
  2. Poppler is a fork of the xpdf PDF viewer developed by Derek Noonburg
  3. of Glyph and Cog, LLC. The purpose of forking xpdf is twofold.
  4. First, we want to provide PDF rendering functionality as a shared
  5. library, to centralize the maintenance effort. Today a number of
  6. applications incorporate the xpdf code base, and whenever a security
  7. issue is discovered, all these applications exchange patches and put
  8. out new releases. In turn, all distributions must package and release
  9. new version of these xpdf based viewers. It's safe to say that
  10. there's a lot of duplicated effort with the current situation. Even if
  11. poppler in the short term introduces yet another xpdf derived code
  12. base to the world, we hope that over time these applications will
  13. adopt poppler. After all, we only need one application to use poppler
  14. to break even.
  15. Second, we would like to move libpoppler forward in a number of areas
  16. that don't fit within the goals of xpdf. By design, xpdf depends on
  17. very few libraries and runs a wide range of X based platforms. This
  18. is a strong feature and reasonable design goal. However, with poppler
  19. we would like to replace parts of xpdf that are now available as
  20. standard components of modern Unix desktop environments. One such
  21. example is fontconfig, which solves the problem of matching and
  22. locating fonts on the system, in a standardized and well understood
  23. way. Another example is cairo, which provides high quality 2D
  24. rendering. See the file TODO for a list of planned changes.
  25. Please note that xpdf, and thus poppler, is licensed under the GPL,
  26. not the LGPL. Consequently, any application using poppler must also
  27. be licensed under the GPL. If you want to incorporate Xpdf based PDF
  28. rendering in a closed source product, please contact Glyph & Cog
  29. (www.glyphandcog.com) for commercial licensing options. Note that
  30. this only allows you to use xpdf in a closed source product,
  31. not poppler itself.
  32. Kristian Høgsberg, Feb. 27, 2005
  33. See the README-XPDF for the original xpdf-3.03 README.