Registry / other / podofo

podofo

JSON →
library1.1.0vcpkgunverified

PoDoFo is a library to work with the PDF file format

vcpkg install podofo
INSTALL
IMPORT
SIG · PODOFO
P
podofo
othercppv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

podofo/podofo.h
✓ #include <podofo/podofo.h>

Load a PDF file and print the number of pages.

#include <podofo/podofo.h> #include <iostream> int main() { PoDoFo::PdfMemDocument doc; doc.Load("input.pdf"); std::cout << "Pages: " << doc.GetPages().GetCount() << std::endl; return 0; }
Debug
Known issues
gotchaPoDoFo may have incomplete support for some PDF features like encryption or advanced annotations.
fix
Check the library documentation for supported features before relying on complex PDF operations.
affects: all
Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

podofo — pip install podofo · libregistry