I'm looking for a (preferably LGPL'ed) PDF-rendering library that I can use on Mac OS X, Windows and Linux using C++.
So far I found:
(updated with content from answers below)
- Poppler
- GPL
- very easy to use
- Qt4-backend
- GhostScript
- GPL (depending on the version of GhostScript)
- command line only
- does not support PDF boxes
- MuPDF (Sumatra)
- A drama to compile on its own (uses DARCS and Jam)
- Based on GhostScript (Fitz)
- Seems to be what Palm (WebOS) is using.
- PDFTron
- Commercial (did not test it): $1,000 per CPU socket
- Adobe PDF-Library
- very expensive: $25,000 once + $5,000 yearly per platform
- complex to use
Thanks in advance!