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
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
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.