TPPDF
TPPDF copied to clipboard
Complex Layout / Absolute Position
Hello First thank you for this amazing library!
I have following structure of PDF which I have to generate
Page 1 - X looks like this:
Titel & main content are easy and clear how to set. But as I don't see any function to set absolute position of "Company Name", "Company Address" & Page Number, I'm not sure how I can reach this.
Same on last page of PDF export:
Additional to previous issues, here I have to set footer block on bottom of page and also page number on same vertical position as last line of main text.
If someone could give me a hint, I would be very graceful.
Hi there.
My initial approach would be adding the Company Name
to a left-container header.
Regarding the Page 2/2
, the pagination can be set in different container, but I have never thought about setting it inside a main content container. But you could try changing PDFPagination.container
Closed due to inactivity