I need to figure out how, in Workflow or Designer, to add a blank sheet after every 3rd page in a PDF. I know how to do this with javascript in Acrobat, but I want to incorporate into an existing workflow to eliminate the need to do it with Acrobat.
If you want to go the “full Connect route”, you’d do this with Job and Output Presets. The Output Preset “Separation” dialog allows you to insert Slip Sheets.
If you’re a coder, you can use the PDFEditObject in the Run Script task to access the ppAlambic API for manipulating PDFs.