AlexSidorov f519908c25 fix bag print propusk in windows 1 jaar geleden
..
AUTHORS f519908c25 fix bag print propusk in windows 1 jaar geleden
BINARIES f519908c25 fix bag print propusk in windows 1 jaar geleden
COPYING f519908c25 fix bag print propusk in windows 1 jaar geleden
COPYING3 f519908c25 fix bag print propusk in windows 1 jaar geleden
README f519908c25 fix bag print propusk in windows 1 jaar geleden
README-XPDF f519908c25 fix bag print propusk in windows 1 jaar geleden
freetype6.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
jpeg62.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libcairo-2.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libexpat-1.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libfontconfig-1.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libgcc_s_dw2-1.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libpixman-1-0.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libpng16-16.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libpoppler-79.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libpoppler-cpp-0.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libstdc++-6.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
libtiff3.dll f519908c25 fix bag print propusk in windows 1 jaar geleden
pdfdetach.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdffonts.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdfimages.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdfinfo.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdfseparate.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdftocairo.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdftohtml.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdftoppm.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdftops.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdftotext.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
pdfunite.exe f519908c25 fix bag print propusk in windows 1 jaar geleden
zlib1.dll f519908c25 fix bag print propusk in windows 1 jaar geleden

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. Note that
this only allows you to use xpdf in a closed source product,
not poppler itself.

Kristian Høgsberg, Feb. 27, 2005


See the README-XPDF for the original xpdf-3.03 README.