Hi - I have been trying to split one pdf into two pdf’s. I need to output the first pdf with one name ( Secure2.0_123456.pdf ) and then output the second pdf ( SMM_123456.pdf). 123456 is a variable. I am using workflow only and using the PDF Splitter plug in. It splits the pdf correctly, but I can’t seem to get the pdf’s to output correctly. My workflow is like this - Folder Capture → PDF Splitter → Send To Folder (1st pdf) → Send To Folder (2nd PDF). What this does is output the first pdf twice, then loops back up to the PDF Splitter and then outputs the second pdf. But they get overwritten. So ultimately, I only end up with the second pdf twice. I have even tried to use branches and same thing happens. Any help would be great. It is probably something simple.
You need to set your setup like this:
- Folder Capture
- PDF Splitter (acts like a loop)
- Condition in loop counter %i
- Output to folder based on condition.
UGH - I knew it as something simple. Never thought of a condition. Thank you!!