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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -