Answered
Hi!
I create the form in LiveCycle Designer 8 and after I want to set the Initial View to 100% in Adobe Acrobat Pro Extended.
But all tabs are inactive in Properties Dialogue Box in Acrobat Pro Extended, but if I create a PDF in Adobe Acrobat Pro Extended it’s no problem.
Is it not possible to set Initial View if I create the PDF with forms in LiveCycle Designer? I have not find settings for this issue in LiveCycle Designer 8.
Best from Peter
Try this in the DocReady event for the top level node in the form hierarchy:
event.target.zoom = 100;
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script