标签: php html image pdf pdf-generation
我正在尝试在我的pdf文档中插入图像作为徽标,目前我写的如下:
$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, "heading", "subheading"); $pdf->image('logo.png');
但我无法在我的pdf文档中获取徽标,是否需要更正?