PoDoFo is a library to work with the PDF file format
podofo provides CMake targets:
find_package(podofo CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:podofo_shared>,podofo_shared,podofo_static>)
Enable font manager support on Unix platforms
v0.10.0#0
!uwp
LGPL-2.0-only
Manifest