Hi to all,
i have downloaded my logo as a png file.
In all pdf documents, dolibarr has stretch the logo size so it looks very diffuse.
How can i change the logo size in the pdf Template?
I know i need to change all templates separately.
e.g. for the propal i need to change the pdf_azur.modules.php .
I´m not a perfect coder. i think i need to change this lines:
$logo=$conf->mycompany->dir_output.'/logos/'.$this->emetteur->logo;
if ($this->emetteur->logo)
{
if (is_readable($logo))
{
$height=pdf_getHeightForLogo($logo);
$pdf->Image($logo, $this->marge_gauche, $posy, 0, $height); // width=0 (auto)
but how?
i want a size of 300 x 59 px.
thanks for your help!
regards