html - How to create table in FPDF using php? -
i trying create pdf file using php.
my problem want create table , i'm not sure how to.
any suggestions?
alternatively @ tutorial 6
$pdf->writehtml($html); you can write table , output that.
although recommend tcpdf bit more versatile
Comments
Post a Comment