Registry / utility / docraft

docraft

JSON →
library1.0.0-beta.3vcpkgunverified

Docraft is a self-contained C++ library for generating professionally rendered PDF documents — without external tools, command-line utilities, or runtime dependencies beyond your own application

vcpkg install docraft
INSTALL
IMPORT
SIG · DOCRAFT
D
docraft
utilitycppv1.0.0-beta.3
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.

docraft/docraft.hpp
#include <docraft/docraft.hpp>

Create a simple PDF document with text

#include <docraft/docraft.hpp> int main() { docraft::Document doc; doc.add_text("Hello, PDF!"); doc.save("output.pdf"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0-beta.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

docraft — pip install docraft · libregistry