Registry / serialization / duckx
library1.2.2vcpkgunverified

DuckX is a library for creation of Office docx files.

vcpkg install duckx
INSTALL
IMPORT
SIG · DUCKX
D
duckx
serializationcppv1.2.2
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.

duckx.hpp
#include <duckx.hpp>

Open a docx file and print all paragraph text.

#include <duckx.hpp> #include <iostream> int main() { duckx::Document doc("example.docx"); doc.open(); for (auto p : doc.paragraphs()) { std::cout << p.text() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

duckx — pip install duckx · libregistry