-
It appears that a table can only be positioned in the middle of a page. |
Beta Was this translation helpful? Give feedback.
Answered by
Lucas-C
Oct 30, 2023
Replies: 1 comment 7 replies
-
Hi @stevenlis Have you checked the
It's used there in the source code: https://github.com/py-pdf/fpdf2/blob/2.7.6/fpdf/table.py#L231 Do you require some other kind of positioning? |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Lucas-C
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @stevenlis
Have you checked the
align
parameter ofFPDF.table()
?It's used there in the source code: https://github.com/py-pdf/fpdf2/blob/2.7.6/fpdf/table.py#L231
Do you require some other kind of positioning?