3

Are out there some alternatives to the Poppler library?

My target is C++, in particular with the Qt 4 toolkit.

Chris Eberle
  • 47,994
  • 12
  • 82
  • 119
senseiwa
  • 2,369
  • 3
  • 24
  • 47
  • 1
    Is there any reason why Poppler doesn't suit your needs? All the popular Linux PDF readers use it. – Blender Nov 25 '11 at 17:49
  • Plus [it appears to be the method of choice](http://doc.qt.nokia.com/qq/qq27-poppler.html) for displaying PDFs from within Qt... – sam-w Nov 25 '11 at 22:35
  • 4
    Well, it's actually the GPL that bothers me. I primarily develop under the BSD license, and I'm uncomfortable with pure GPL projects... – senseiwa Nov 26 '11 at 17:43

1 Answers1

0

If you can compromise with few functionalities, You can live with XPdf. It is in GPLv2 but there is paid version too by http://www.glyphandcog.com/

I will recommend poppler over xpdf.

CantGetANick
  • 1,799
  • 15
  • 25