Expand description
pdfgen
is a low-level library that offers fine-grained control over PDF syntax and
PDF file generation.
Modules§
Macros§
- write_
fmt - Helper macro for writing formatted string content into PDF writer without allocating a string.
Usage is very similar to
std::write
macro:
Structs§
- Document
- This represents one cohesive PDF document that can contain multiple pages of content.