Homepage
This is the Poppler Wiki. The homepage is at http://poppler.freedesktop.org.
Documentation
There is currently very little documentation. Poppler comes with multiple frontends (APIs). For the glib and Qt4 frontends there is some reference.
Qt4 http://people.freedesktop.org/~aacid/docs/qt4/
Glib Documentation is in the release under glib/reference/html/
Suggested Fontconfig font substitutions
Poppler is using fontconfig to do the font searching on the system for fonts that are not embedded into the pdf files. This is a list of recommended font substitutions that distributions/users should have in their fontconfig configuration
Font A -> Font B
Symbol -> Standard Symbols L
ZapfDingbats -> Dingbats
To do the substitution use
<alias>
<family>Font A</family>
<accept><family>Font B</family></accept>
</alias>
If that does not work for you use
<match target="pattern">
<test name="family">
<string>Font A</string>
</test>
<edit name="family" mode="prepend" binding="same">
<string>Font B</string>
</edit>
</match>
but what you should do is warn your distribution to improve their default fontconfig configuration
Both fonts come in the Free Type1 URW fonts package and is very probable distributions already ship it.
This list probably should go somewhere into the tarball when it's more complete.
Programs using poppler
Name |
URL |
Frontend |
evince |
glib |
|
Okular |
Qt4 |
|
kde pdf kfile plugin |
http://websvn.kde.org/trunk/KDE/kdegraphics/kfile-plugins/pdf/ |
Qt |
PopplerKit GNUStep/Cocoa frontend |
http://svn.gna.org/viewcvs/gsimageapps/trunk/Frameworks/PopplerKit/ |
none |
Vindaloo |
http://svn.gna.org/viewcvs/gsimageapps/trunk/Applications/Vindaloo/ |
|
Sumatra PDF viewer |
none |
|
ePDFView |
glib |
|
Qt4 |
Choosing a backend
Cairo
Pros: has antialiasing, properly transforms the pen.
Splash
Pros: does minification filtering of bitmaps.


