Unfortunately in #58 I only tested blank scorecards, which have less vertical height (no number in the top left, and no cutoffs+time limits). With letter size paper, real scorecards overflow the box, and only 2 fit per page as a result.
Fix this by changing horizontalMargin and verticalMargin to parameters depending on the page size, and decrease verticalMargin for letter-size paper.
Unfortunately in #58 I only tested blank scorecards, which have less vertical height (no number in the top left, and no cutoffs+time limits). With letter size paper, real scorecards overflow the box, and only 2 fit per page as a result.
Fix this by changing horizontalMargin and verticalMargin to parameters depending on the page size, and decrease verticalMargin for letter-size paper.
Before, After