I have an order guide that I need to column wrap onto the right side of the page. 4 columns (Item/UOM/Qty/Desc) are tied together. Is there a way to wrap this onto the right side of the page, before continuing on to page 2?
That’s a kind of two colums layout where each of the two columns has another columns nested and the content flows from the left column to the right one, right?
As far as I know there’s no built-in tool to create this sort of layout, you need to try to achieve that with scripting, and the big problem is to care for page breaks properly. As you never know for an element what current position it has on the paper you only could loop through a fixed amount of values and break after that manually.
Never seen such code, guess that’s not an easy one.