0
votes

I have got a pdf document with 1200 pages. I need to insert an empty page after every set of 30 pages. I am sure this would require javascript since it probably doesn't come as a pre-installed function ?

Thanks appreciate any feedback

1
This might help you: acrobatusers.com/tutorials/… - Drakes
Look at the bottom of this thread too: forums.adobe.com/thread/1173889?tstart=0 - Drakes

1 Answers

0
votes

You can insert or add a page or pages in a PDF document using the document object's insertPages method. See the "JavaScript for Acrobat JavaScript Reference" for more information.