Bartjuh1994 Posted December 30, 2013 Share Posted December 30, 2013 (edited) Hi Prestashoppers, I want a bigger footer on my pdf invoice. But, when i add some data like: Address: City: Country: Company: Some text: Some text: The last 2 rows are not shown in the footer. How can i increase the footer height? Thanks in advance. Edited December 30, 2013 by Bartjuh1994 (see edit history) 1 Link to comment Share on other sites More sharing options...
ajob333 Posted December 30, 2013 Share Posted December 30, 2013 Hi Prestashoppers, I want a bigger footer on my pdf invoice. But, when i add some data like: Address: City: Country: Company: Some text: Some text: The last 2 rows are not shown in the footer. How can i increase the footer height? Thanks in advance. Looking for the same thing. Link to comment Share on other sites More sharing options...
jerry1023 Posted January 2, 2014 Share Posted January 2, 2014 (edited) To increase height of your PDF invoice, you may refer to this PDF processing guide. Edited January 2, 2014 by jerry1023 (see edit history) Link to comment Share on other sites More sharing options...
J.Sahu Posted January 2, 2014 Share Posted January 2, 2014 There are many threads which explain the solution of modifying invoice. Hope these links will help you http://www.prestashop.com/forums/topic/213664-guide-modifying-prestashop-15-invoice-template/ http://www.prestashop.com/forums/topic/167376-solved-edit-invoice-pdf/ Link to comment Share on other sites More sharing options...
NewIntern Posted July 14, 2014 Share Posted July 14, 2014 Hi Prestashoppers, I want a bigger footer on my pdf invoice. But, when i add some data like: Address: City: Country: Company: Some text: Some text: The last 2 rows are not shown in the footer. How can i increase the footer height? Thanks in advance. hi, i'm facing the same problem with my footer for invoice which i need to add more info into it but the footer height is too small. so, do you find the solution to increase the footer height for invoice? thanks in advance. Link to comment Share on other sites More sharing options...
tuk66 Posted July 14, 2014 Share Posted July 14, 2014 Look at writePage() method in /classes/pdf/PDFGenerator.php file. There some marginn related settings there $this->SetHeaderMargin(5); $this->SetFooterMargin(18); $this->setMargins(10, 40, 10); 3 1 Link to comment Share on other sites More sharing options...
NewIntern Posted July 15, 2014 Share Posted July 15, 2014 Look at writePage() method in /classes/pdf/PDFGenerator.php file. There some marginn related settings there $this->SetHeaderMargin(5); $this->SetFooterMargin(18); $this->setMargins(10, 40, 10); Thanks a lot... Link to comment Share on other sites More sharing options...
ps20 Posted October 15, 2015 Share Posted October 15, 2015 Thanks a lot... Link to comment Share on other sites More sharing options...
Recommended Posts