I’m trying to vertically align a table in my document to the bottom of the page.
I’ve set the vertical alignment of the table to BOTTOM but that just makes the cells align to the bottom of the table itself.
How can I make the Document itself vertically aligned to the bottom?
Thanks
After many days of searching.. my solution was to wrap my table in an outer table with 1 cell. Set the cell to the height of the page minus the two margins and set vertical alignment to the bottom. Add all content you want bottom justified to this table.
Full example, error code omitted for brevity