I am sure this will turn out to be something simple, but I don't know what term I should be looking for.
I have a javascript where after I input infromation in a dialog box the javascript will extract the pages within the defined range through the extractPages function. Then I have the rest of the javascript insert textboxes and the information inputted by the user. I want these actions to apply to the extracted pages and not to the original PDF. When I run the javascript it applies all the actions after the extractpages function to the original PDF and not the newly extracted pages.
How do I focus the javascript to the newly extracted pages without first saving the newly extracted pages?
Thanks in advance...
Mike
If you do specify cPath then I think you will need to open the file using openDoc and then use the Document object it returns.
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com