setting a dynamic row height for each row of a table #818
Unanswered
Nithyashri-E
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is not currently doable, but this is an interesting feature suggestion! A potential approach could be
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's name the above table's cell as follows:
| cell1 | cell2 |
| cell3 | cell4 |
| cell5 | cell6 |
A string of words with varying lengths goes into cell1, cell3, cell5. My requirement is to make these cell's row height auto adjust based upon its string length and the font size considered.
NOTE: The row height used for cell1 must be used for cell2 too and the row height used in cell3 must be used for cell4 and so on. Is there any fpdf method I can use to do this in python?
Beta Was this translation helpful? Give feedback.
All reactions