This was one of the old posts that got corrupted when I did a reinstall of WP 2.8.1. Since this script is pretty handy, so I’m re-posting it.
This scripts worked in Acrobat 8 & 9 Pro. Instead of of manually extracting all the pages, and then manually optimize them, this script can ease the process. To access the Batch Processing menu: Advanced -> Document Processing -> Batch Processing. The screen shot below shows where and how to add the script:
Then add the following script into the “Javascript Editor”:
var filename = this.documentFileName.replace(".pdf","");
try{ for(var i = 0; i
Saves a lot of time if you have a lot of files to extract and need to optimized the files using custom settings.
