Problem
I would like to produce a landscape sized PDF document but cannot easily do that
Proposed Solution
A built-in utility function to turn a portrait-dimension Size{} into lansdcape by flipping the X Y values
Alternatives Considered
Manually specifying Size{}, or a DIY helper function to rotate a Size to landscape
Scope
document (Layer 2: model)
Problem
I would like to produce a landscape sized PDF document but cannot easily do that
Proposed Solution
A built-in utility function to turn a portrait-dimension
Size{}into lansdcape by flipping the X Y valuesAlternatives Considered
Manually specifying
Size{}, or a DIY helper function to rotate aSizeto landscapeScope
document (Layer 2: model)