With the start of each section with a specific class inside one HTML file we do a
In the footer we’d like to throw out something like
counter(page) ist the actual page number – that’s fine –, but counter(pages) is always the total page count of the PDF.
Is it possible to get the total page count per section and how do I get this?
Thanks
Tobias
counter-reset: page 1;
In the footer we’d like to throw out something like
content: 'Page ' counter(page) '/' counter(pages);
counter(page) ist the actual page number – that’s fine –, but counter(pages) is always the total page count of the PDF.
Is it possible to get the total page count per section and how do I get this?
Thanks
Tobias