1

Hi everibody,

Welcome in the new year to all readers (and everybody else smile )

I'm creating reports for a classroom with html2pdf. I'm very happy with this library because it encapsule a lot of calculating and "Try and Error" stuff. (Initially, I plottet the reports with fpdf, where I had to think quite a lot about actual-position and so on). Thanks to the developper for this handy tool.

Anyway, in this reports, there are several pages for each student, but the whole document for the full class gets created with an single "output" advice. How can I manage that each student-report is numbered as single document?

For example:
Student 1

page 1 of 3
page 2 of 3
page 3 of 3

Student 2
page 1 of 3
page 2 of 3
page 3 of 3

Like it is now:

Student one
page 1 of 6
page 2 of 6
page 3 of 6

Student two
page 4 of 6
page 5 of 6
page 6 of 6

Thanks for any support

Fabian

2

you can use pagegroup="new" on the page tag
Ancien pseudo : lolo

3

Spipu (./2) :
you can use pagegroup="new" on the page tag

Works perfect, thanks