Jump to content

Increase height of invoice footer (PDF)


Recommended Posts

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

  • 6 months later...

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

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);
  • Like 3
  • Thanks 1
Link to comment
Share on other sites

 

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

  • 1 year later...
×
×
  • Create New...