0

In TCPDF vthis function show value {:ptp:} so How can i get interger.

So please help me. I need this value because i need apply some condition.

I have lot of checked documentation. But i can't found the solution.

Bhavin Thummar
  • 1,255
  • 1
  • 12
  • 29

1 Answers1

1

You only can get an alias because you not know the total page number until the end of the document. TCPDF replace the placeholder alias at $pdf->Output() with the correct number.

Brain Foo Long
  • 2,057
  • 23
  • 28