Hey Try67
Check this out...
Here is a looping system for extraction
for(var i=0; i<this.numPages; i+=1)
{
var extr = this.extractPages({nStart: i, nEnd: i});
extr.closeDoc(true);
}
It works by that it extracts the page and opens up but I need it to save somewhere...
Any help???