Insert PDF after a selected page
I've built an action (using action wizard) in Acrobat XI Pro that inserts a single-page PDF file into another with this code:
this.insertPages({cPath:"/C/Scanning Temp Storage/Blank Red Page.pdf"});
I would like to find a way to have that page inserted after a selected page. So, varies from document to document.
I used to have this action working the way I want it, but it got broken after I had to migrate my customized actions from one Windows user to another.
Thanks for any help!
