这是我的示例代码。 我坚持如何插入图像。 我将不胜感激任何帮助:
include('autoload.php');
use mikehaertl\pdftk\Pdf;
$dat = "review.png";
$pdf = new Pdf('Josco.pdf');
$pdf->fillForm(['signature'=>$dat ]);
$pdf->saveAs('my.pdf');
我不知道如何在图像类型字段中填充图像。请找附件 pdf文件供参考:
[1]: https://drive.google.com/file/d/1wz_mhdCFbG5o_1CgF6VlIJ4Gh70Ne8-E/view?usp=sharing
答案 0 :(得分:0)
单独使用pdftk无法在pdf中添加图像。可能的方法是使用tcpdf或fpdf生成空白页的pdf文件,其中签名位于您想要的位置。然后使用pdftk戳记函数在源pdf
上标记生成的文件