Save As Extracted Pages with Javascript
I am working with Acrobat XI and currently using the built in javascript console and running the script with the action menu. I have a large document ~550 pages. It is a combination of 46 other reports. I need to break these reports out and save them. I am currently able to extract all of the reports using this.extractPages(0,13) and just setting the pages for each of the 46 reports. The problem is that I still have to then save and close each of the files. this.save() appears to only save the parent document. I am hoping that I can add to the script so that it saves the files to a location local or networked at a minimum. Preferably I would be able to specify the name of each of the files individually as well.
I have tried this.extractPages(0,13,"\\server\folder\subfolder\filename.pdf"); with no luck. If anyone has any suggestions I would appreciate it.
