We have been using the following javascript to spawn duplicates from a template in adobe 7.
var response=app.response("How many pages");
for(var i=0;i
We have been using the following javascript to spawn duplicates from a template in adobe 7.
var response=app.response("How many pages");
for(var i=0;i
If you do not already have the Acrobat JavaScript reference, you should get it and look at the documentation for this method. There is some information that will be helpful to you.
You can use JavaScript to add the number to the pages you want, either by adding form fields and setting their values, or using text annotations (comments). You will probably want to flatten the pages too, which you can do via JavaScript.
George