How to count output pages each record

Hi, may i ask your idea. from picture, I need to create report with total page pers record but i don’t know the way how to get values.
From my data, I can’t manually count from D1(detail items) because of D1 possible to long words and wrap line.

You can use a postprocessor script in the DataMapper.

There are several examples of such scripts in these forums, just use the Search function to find them.

Hi Phil
Thank you for your advice. After searching in the forums I didn’t clear with the concept.

From my report, I need to know how many total pages each record after finish Create Print Content. Because, every record can have the overflow pages.
So, I don’t know the way how to use postprocessor script in the DataMapper to get total pages for each record. or can I use postprocessor script in Create Print Content for create the report?

Sorry, I thought you wanted to extract those totals from the data itself.

To know how many pages were generated for each document, you can use the Job Report task in Workflow.

Hi Phil
Thank you so much.