i am trying to achieve the following:
Step 1: Create a table in HTML
Step 2: Replace a placeholder with the HTML generated in Step 1
Step 3: Add a page break
Step 1 & Step 2 are fine; Step 3 instead is giving me a headache.
How can I realize this? I dont want to implement a difficult algorithm, because the table I am creating has dynamic content, so the height of the table is different from document to document.
Isnt there another way to achive this? Even if i play around with HTML like give the height of a div - element 100%, in the generated doc this CSS rule is ignored.
Could you please give me a hint?
Kind regards,
Sebastian