I have a workflow (screenshot below) that I know could be optimised, and wanted to see what suggestions people might have. I’ve obsfucated anything that might identify the brand it relates to.
It creates PDFs one record at a time. It checks the metadata to see if it belongs to Part A or Part B. It then saves the file into a folder (concatenating). If Part B, it splits the first page into a separate file and the other pages into a second file.
Works fine although slowly and the resulting PDFs are not optimised. I could generate Part A and Part B separately, but I still need to split the first page of each record’s document into a “B1” file and the rest into “B2”. They are variable length and has to use page number not a detection area.
Any thoughts?