Registry / utility / vanillapdf

vanillapdf

JSON →
library2.2.1vcpkgunverified

Vanilla.PDF is a cross-platform SDK for creating and modifying PDF documents.

vcpkg install vanillapdf
INSTALL
IMPORT
SIG · VANILLAPDF
V
vanillapdf
utilitycppv2.2.1
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.

vanillapdf/vanillapdf.h
#include <vanillapdf/vanillapdf.h>

Create a simple PDF document

#include <vanillapdf/vanillapdf.h> #include <iostream> int main() { auto doc = vanillapdf::Document::create(); auto page = doc->addPage(); doc->save("output.pdf"); std::cout << "PDF created successfully" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

vanillapdf — pip install vanillapdf · libregistry