Open JianDk opened 2 years ago
pyfpdf
is not maintained anymore, have you tried using fpdf2
?
https://pyfpdf.github.io/fpdf2/
We do not support this use case for the moment, but feel free to open a feature request at https://github.com/PyFPDF/fpdf2/issues
I am generating a PDF file using FPDF in Python. Below is a code snippet, where I am creating a table using cell. The table consists of 3 columns. In the last cell of each row, I need to insert an image with a QR code. I don't know how to insert an image inside a cell.
Create table header