Extract pages
I am using the following javascript to extract a page (in this case page 11):
this.extractPages({nStart:10});
Since I sometimes will add or delete pages from a large file, I would like to simply extract the current page instead of a specific page number as the page numbers will change. Or, I may want to extract the current page plus the page after it. I'm looking for script to accomplish this. Thanks.
