I have got a basket function including some employees.
It is then possible to print the basket of employees using<cfdocument format="PDF" orientation="landscape">
But I each employee can be printed accross 2-4 pages.
I would like to number this pages 1 to 4 and then when the next employee prints the start number should be 1 again.
If I just use cfdocument.currentpagenumber I get the number 1 to the end of all of the prints.
I have tried to <CFSET Page = cfdocument.currentpagenumber> and then output #Page# but it shows the exact same as cfdocument.currentpagenumber.
Is it possible to change the numbering of documents?
It is then possible to print the basket of employees using<cfdocument format="PDF" orientation="landscape">
But I each employee can be printed accross 2-4 pages.
I would like to number this pages 1 to 4 and then when the next employee prints the start number should be 1 again.
If I just use cfdocument.currentpagenumber I get the number 1 to the end of all of the prints.
I have tried to <CFSET Page = cfdocument.currentpagenumber> and then output #Page# but it shows the exact same as cfdocument.currentpagenumber.
Is it possible to change the numbering of documents?