comzemadrid Posted March 5, 2013 Share Posted March 5, 2013 hello everyone. i need to change the PDF invoice size from A4 to 58 by 150 mm. im in the pdf.php file. i can see this line if im correct.. public static function multipleInvoices($invoices) { $pdf = new PDF('P', 'mm', 'A4'); but now i dont have any idea how to mention my new page size there. anyone can help pleass? thanks Link to comment Share on other sites More sharing options...
tuk66 Posted March 7, 2013 Share Posted March 7, 2013 PrestaShop version? Link to comment Share on other sites More sharing options...
comzemadrid Posted March 7, 2013 Author Share Posted March 7, 2013 1.4.5 Link to comment Share on other sites More sharing options...
tuk66 Posted March 7, 2013 Share Posted March 7, 2013 Try $pdf = new PDF('P', 'mm', array(58, 150)); I've not tested it. Link to comment Share on other sites More sharing options...
comzemadrid Posted March 7, 2013 Author Share Posted March 7, 2013 okay. im gonna try. thanks Link to comment Share on other sites More sharing options...
Recommended Posts