Line 103:
Line 103:
$pdf->Image('\www\htdocs\dolibarr\document\societe\logo.jpg', 10, 5, 60.00);
$pdf->Image('\www\htdocs\dolibarr\document\societe\logo.jpg', 10, 5, 60.00);
</syntaxhighlight>
</syntaxhighlight>
−
With this example: 10=abscissa, 5=ordinate, 60=with of logo
+
With this example: 10=abscissa, 5=ordinate, 60=width of logo
*If the logo is on or outside existing text, remove existing text by commenting the code that outputs the text or by changing its position.
*If the logo is on or outside existing text, remove existing text by commenting the code that outputs the text or by changing its position.