zoffixznet / Mojo-PDF

PDF generating Perl 5 module with the Mojo goodness!
1 stars 2 forks source link

Make table fill space #7

Open zoffixznet opened 8 years ago

zoffixznet commented 8 years ago

Likely just add a height option that will cause vertical cell spacing to be auto-calculated.

A larger issue is we'd want for spacing to be equal across the entire table. Do make a dry-run rendering to see how much space we're left with on the last page? How would that deal with overflow callback?