I'm working on a document that contains a list of items. The list may vary in length from day to day, but I want the page height to change to accommodate the entire list regardless of how long it is.
My current thinking is to have the number of items as a querystring on the document's URL (?items=123) and use JS to read this and dynamically set the height of the @page accordingly. Is that possible, or is the page size set before the JavaScript is run?
My current thinking is to have the number of items as a querystring on the document's URL (?items=123) and use JS to read this and dynamically set the height of the @page accordingly. Is that possible, or is the page size set before the JavaScript is run?