Hi
We have several jobs which are line mode data where there are multiple pages per document, but we don’t just output as flat line mode but create a data structure. So currently we treat each page as a separate record, but this makes reporting etc very messy as we have to process each page as a separate record and add white text to the page for account number for example and output to PDF then read back in as a PDF and set the boundary as when the code changes.
Is there a guide or can anyone point me in the right direction on how we can create a structure something more like:
I can see how I could create the data structure possibly but it’s very messy and I then have no idea how I would control the pages, ie make a print context repeat based on how many records were in the pages array so was wondering if anyone has any tips