(C++) Poppler
February 24, 2017 · View on GitHub
(C++) Poppler
Poppler is a library to render PDF documents.
The Qt class QPrinter can also be used to render PDF documents.
Poppler examples
Note for Qt Creator users
Add the following line to your project file (to prevent link errors):
LIBS += -lpoppler-qt4
External links