I was converting a number of images to pdf using FPDF in python, however doing: pdf.add_page('P',x,y) (x and y are well defined and have values, pdf = FPDF())
I try to generate a PDF document. I use PYPDF2. The PDF contains a table which is generated by : class HTMLMixin: HTML2FPDF_CLASS = HTML2FPDF def write