Replies: 1 comment
-
Hi @R00118189 For now, no, this is not possible using However there is an in-progress work by @gmischler to support this use-case: #1200 You can still use custom code, either subclassing the Table class or just using FPDF.multi_cell() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add caption to a cell containing image
row.cell(img=self.get_photo(photo),img_fill_width=True)
but want to add additional info directly below the image, ex. data from picture exif metadata likeDateTimeOriginal
is this possible with fpdf2?Beta Was this translation helpful? Give feedback.
All reactions