How show the total number of pages in dompdf?
sample: pag 1 of 5
i'm using ".pagenum:before { content: counter(page); }" to view the current page
I work with 0.6 version and $PAGE_NUM and $PAGE_COUNT does not work.
|
|
|
By default, inline PHP is disabled for security reasons, you need to enable it yourself in dompdf_config.custom.inc.php. See here. For now, total page count is not supported with the CSS you are using, we are planning to make it work in 0.6 final though. |
|||
|
|
Check you have enabled inline_pdf in dompdf. Use this code, you can put where you like, it gets the height and width of the document and puts the page/total_pages at the bottom right.
|
|||
|
|
|
See the attachment named issue121.php on this bug report. Worked for me. As I understand it you can't echo the page num but you can draw it somewhere. |
|||
|
|
|
Example
UpdateIf you are using an old version where this is not supported, upgrade. Otherwise, you may be out of luck. |
||||
|
|
|
In php, you can access dompdf variables:
|
|||||
|