Crate pdfgen

Crate pdfgen 

Source
Expand description

pdfgen is a low-level library that offers fine-grained control over PDF syntax and PDF file generation.

Modules§

types

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.