A PDF rendering library
The package poppler can be imported via CMake FindPkgConfig module:
find_package(PkgConfig)
pkg_check_modules(POPPLER_CPP REQUIRED IMPORTED_TARGET poppler-cpp)
target_link_libraries(main PRIVATE PkgConfig::POPPLER_CPP)
Enable the Cairo graphics backend
Enable use of LCMS2 as color management system
curl for poppler
Defaut font configuration backend
Use fontconfig
glib for poppler
Install headers for private API (aka unstable API/ABI headers)
Enable the Qt API
Use zlib to uncompress flate streams (not totally safe).
v25.7.0#0
!uwp & !xbox
GPL-2.0-or-later
Manifest