If my picking tickets need to contain multiple lar...
# general
a
If my picking tickets need to contain multiple large blocks of text, which depending on certain field settings on each Sales Order, may take up between 1 and 4 inches, how can I make those conditional instruction text blocks appear on every page, but take up no more vertical space than necessary (and consequently leave more room for line items per page)? footer-height attribute is static, but it looks like it can be set to an ASSIGN variable in freemarker, and I could just add estimates of how much height will be needed for the largest text blocks in each section if the checkbox fields that turn them on are "T", in ASSIGN tags before the MACRO tags are defined. However, I think it would be better if there were a dynamic-height option other than the header or footer that reliably prints on every page. does anyone know of such a thing?