我们使用symfony 2和alos使用symfony pdf帮助器当我创建它在图像路径上显示问题时

时间:2017-09-02 13:10:55

标签: symfony symfony-2.7

我们正在使用symfony 2并使用symfony pdf帮助器。当我创建发票时,它在图像路径上显示问题。如果需要添加任何细节,请告诉我。

<table style="width:100%;">
    <tr style="text-align:center;">
        <td style="text-align:center; font:bold 22px 'Cambria'; line-height:22px;">Invoice</td>
    </tr>
    <tr style="text-align:left;">
        <th style="float:left;">
          <img style="width:150px; height:50px; text-align:left; position:absolute; left:45px; margin-bottom:15px;" src="{{asset('newdesign/images/modifiedtrademarklogo310x86.png')}}"/>
       <img style="width:150px; height:50px; text-align:left; position:absolute; left:45px; margin-bottom:15px;" src="{{asset('newdesign/images/modifiedtrademarklogo310x86.png')}}"/>
        </th>

    </tr>
</table>
<table style="width:100%; margin-top:15px;">
    <tr><td>Trademarkclick.com</td></tr>
    <tr><td>96 Basement, Sukhdev Vihar,</td></tr>
    <tr><td>New Delhi - 110025</td></tr>
    <tr><td>011-41085620</td></tr>
    <tr><td>GSTIN - 07AJXPB5138L2Z</td></tr>
</table>

enter image description here

1 个答案:

答案 0 :(得分:0)

在symfony 2.7 {{ absolute_url(asset('css/pdf.min.css')) }}或symfony2旧{{ asset('css/pdf.min.css', absolute = true) }}上使用图片资源的绝对网址