Jump to content

[Solved] Fpdf - Number Of Pages Variable?


mp88

Recommended Posts

I would like to add a special clause on the last page of PDF document and have to catch the page.

 

How to get actual (integer) value of: PageGroupAlias() ?

 

 

It prints "page number/number of pages" from ...\classes\PDF.php around line 300:

 

...
$this->Cell(190, 5, ' '."\n".Tools::iconv('utf-8', self::encoding(), 'P. ').$this->GroupPageNo().' / '.$this->PageGroupAlias(), 'T', 1, 'R');
...

 

 

 

 

 

(presta 1.4.8.2)

Edited by mp88 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...