Slade Posted March 30, 2009 Share Posted March 30, 2009 How do you edit the size of the logo that is generated on PDF invoices. I've tried changing the actual image it uses but that doesn't affect the size. What do I need to change in the pdf.php to change the logo size. The logo it's generating now is very small.Any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
rocky Posted March 31, 2009 Share Posted March 31, 2009 Have a look at line 75 of classes/PDF.php: $this->Image(_PS_IMG_DIR_.'/logo.jpg', 10, 8, 0, 15); According to the manual, the parameters are image_filename, x-coordiate, y-coordinate, width, height. Link to comment Share on other sites More sharing options...
Recommended Posts