Hy guys,<div><br></div><div>I am trying to modifiy the default template for Invoice pdf, and I want to draw some lines in my output.</div><div>In vtlib/Vtiger/PDF/Inventory/HeaderViewer.pdf , in the display function , the output is generated. I&#39;ve made some changes , but when I try to draw a line, with the these call :</div>
<div><ul><li>$lineData=array(&quot;105&quot;,$bottom+55,&quot;94&quot;);
<br>     $pdf-&gt;<span class="posthilit">drawLine</span>($lineData);</li></ul><div>the pdf isn&#39;t generating anymore. I&#39;ve tried to do some debug , but I can&#39;t find out from where is being called drawLine. Apparently isn from include/tcpdf/pdf.php .</div>
<div>I dont&#39;t get any error , just a blank screen.</div><div><br></div><div>Has anybody tried drawLine in vtiger 5.4.0.</div><div><br></div><div>Thanks. </div></div>