phpfpdi

FPDI insert html code on pdf file


I use FPDI and want to insert in pdf file some html code but the method WriteHTML() is only on FPDF and not in FPDI. How can I do it?


Solution

  • I solved by entering this script http://www.fpdf.org/en/script/script42.php into fpdf_tpl.php file and I have WriteHTML() method into my FPDI class