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
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
The splash backend is always enabled. This option is kept for compatibility.
zlib for poppler
v23.1.0#2
!uwp
GPL-2.0-or-later
Manifest