Delimit max width of write_html() function FPDF2
How to set max width of a write_html()? I have a string with html tags and i need print the text formatted inside of a rectangle background. But the texts leak to the edge of the page.
How can i delimit the maximum width of the formatted text?
Can’t set X axis for pdf.table position FPDF2
I can’t set X axis position for display pdf.table, only Y axis works using set_y(). When i use set_x() nothing happens or set_xy() only Y axis parameter works.