FPDI 在 pdf 文件中插入 html 代码
FPDI insert html code on pdf file
我使用 FPDI 并想在 pdf 文件中插入一些 html 代码,但是方法 WriteHTML() 仅适用于 FPDF 而不是 FPDI。我该怎么做?
我通过将此脚本 http://www.fpdf.org/en/script/script42.php 输入 fpdf_tpl.php 文件来解决,并且我的 FPDI class
中有 WriteHTML() 方法
我使用 FPDI 并想在 pdf 文件中插入一些 html 代码,但是方法 WriteHTML() 仅适用于 FPDF 而不是 FPDI。我该怎么做?
我通过将此脚本 http://www.fpdf.org/en/script/script42.php 输入 fpdf_tpl.php 文件来解决,并且我的 FPDI class
中有 WriteHTML() 方法