I am using Acrobat Professional ver 6.0 and develop forms which have calculation scripts written in java scripts. The end user downloads these forms form web and view in Adobe Reader.To reduce the load of server I am trying to add page and fileds at runtime.
My Question :Is it possible to add the balnk pages and fields at runtime by using Java script on PDF while opening the PDF in Adobe reader(ver 6.0 & above)???
Assuming that you can apply the necessary Rights you then need to add the pages from an external source. If the pages are already in the doc but not visible it doesn't help you with size or download speed so they have to come from the outside. The only way to do this is with an FDF file that can be served up from a server.
The other, easier route is to upgrade to Acrobat 8.0 and build a LiveCycle form. Which has the ability to grow dynamically and doesn't require all these special rights.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script