Category "pyfpdf"

add_page() not accepting the parameters for width and height of the page in FPDF

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())

How to solve line discontinuity in html table (python fpdf2 generate PDF documents)

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