tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

Problem wit printing table #448

Closed pnussbaumer closed 3 years ago

pnussbaumer commented 3 years ago

I try to create a PDF with TCPDF similar to example 048, but it print no background-color. In the attachment I send the html-cod as string and formated and in a third file I send the code for dreate the PDF. the forth file is the output from tcpdf. Thanks for your assitance bilanz.txt bilanz_html.txt bilanz_31.12.2020_pdf.txt bilanz_format_html.txt

pnussbaumer commented 3 years ago

I found the problem!

williamdes commented 3 years ago

I found the problem!

What was it?

pnussbaumer commented 3 years ago

It was the wrong declaration, but in the meantime Ihave changed the cod and work with "Cell" and "MultiCell" and so I can better control the printout.