Hi,
In my job/output presets. I split the pdfs based on pages.
This is loaded in the workflow, now is there a way to get details of each pdf splits?
For eg: The output produced 2 sets of pdf:
- 1-6_pages.pdf
- 6-plus_pages.pdf
Now I would like get number total pages of each record within each pdf stream.
In the end It would create 2 report files such as follows:
1-6_pages.rpt
ID, pages
cus1, 2
cus2, 5
6-plus_pages.rpt
ID, pages
cus3, 7
cus4, 10
Is this possible at all? Or at least a workaround without needing to split the data prior to processing.
Thanks
E