Problem
I want to generate an A6 PDF and have to jump through a few hoops to get that document since, since there's only a small number of document size consts available
Proposed Solution
Include a full set of ISO 216 paper sizes ([A-C][0-10] + DL)
Alternatives Considered
Manually specifying Size{} - it's OK, but more ergonomic to use consts for the common doc sizes like A4 is used
Scope
template (Layer 3: builder API)
Problem
I want to generate an A6 PDF and have to jump through a few hoops to get that document since, since there's only a small number of document size consts available
Proposed Solution
Include a full set of ISO 216 paper sizes (
[A-C][0-10]+DL)Alternatives Considered
Manually specifying
Size{}- it's OK, but more ergonomic to use consts for the common doc sizes likeA4is usedScope
template (Layer 3: builder API)