So I have a pain in the backside task I'd like to try and cut down to size.
Basically we use a piece of software that automatically generates reports and logs for us and they can either be generated individually or as one large PDF.
For my current project I need to generate thousands of these reports, which to do individually will be a nightmare, so I want to generate the single large PDF and have FME scan through the PDF and split out the pages.
Each report has a location reference number and the sheet number (e.g. 1 of 7) so what I would like to do is have FME scan through the PDF, read the reference and sheet numbers, split out the pages and recombine into the individual location references.