{"id":61867,"library":"podofo","title":"PoDoFo","description":"PoDoFo is a library to work with the PDF file format","status":"active","version":"1.1.0","language":"cpp","source_language":null,"source_url":null,"tags":["pdf","document","parsing","generation"],"install":[{"cmd":"vcpkg install podofo","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(podofo CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE PoDoFo::PoDoFo)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"podofo/podofo.h","correct":"#include <podofo/podofo.h>"}],"quickstart":{"code":"#include <podofo/podofo.h>\n#include <iostream>\n\nint main() {\n    PoDoFo::PdfMemDocument doc;\n    doc.Load(\"input.pdf\");\n    std::cout << \"Pages: \" << doc.GetPages().GetCount() << std::endl;\n    return 0;\n}","lang":"cpp","description":"Load a PDF file and print the number of pages."},"warnings":[{"fix":"Check the library documentation for supported features before relying on complex PDF operations.","message":"PoDoFo may have incomplete support for some PDF features like encryption or advanced annotations.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'document':14 'file':11 'format':12 'generat':16 'librari':5 'pars':15 'pdf':10,13 'podofo':1,2 'work':7","created_at":"2026-06-17T05:08:39.034644+00:00","updated_at":"2026-06-17T05:08:39.034644+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}