TCPDF错误:[图像]无法获取图像的大小:

时间:2017-05-24 06:17:42

标签: php pdf tcpdf

我正在使用tcpdf和此代码用于样式自定义标题:

  $pdf->setHeaderData($ln='', $lw=0, $ht='', $hs='
        <table style="padding-bottom: 10px; width:100%;">
            <tr>
                <td width="120">
                    <img src="'.base_url('assets/img/logo.png').'"/ style="width: 100px; margin-right: 70px;">
                </td>
                <td style="padding-top: -50px;">
                    <span style="font-size:27px; color: #ED1B23; margin-top: -35px;">PT Malindo Feedmill Tbk</span>
                </td>
            </tr>
        </table><hr>', $tc=array(0,0,0), $lc=array(0,0,0));

此代码在localhost中工作,但是当我放入服务器时,此代码不起作用,在服务器中我启用了file_get_contents并安装了cURL。

这是错误消息:

TCPDF ERROR: [Image] Unable to get the size of the image: http://domain/assets/img/logo.png

0 个答案:

没有答案