Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Setting Magnification

Avatar

Level 4

Hi, I am wondering if there is any way to set the magnification in Adobe LiveCycle Designer?  It can be set in Adobe Acrobat if the form was not design in Adobe LiveCycle.  We have a practice here to set all magnification to 90% but I've been unable to do that with forms created in Adobe LiveCycle. 

Thanks

Connie Bretes

Adobe Acrobat X Pro

0 Replies

Avatar

Employee

You could try setting the zoom level as follows:

 

form1::docReady - (JavaScript, client)

 

var myDoc = event.target; // doc obj instance

myDoc.zoom = 90; // Sets this zoom level to 90%.

This works in StanadAlone, but I could not get it to work in designer preview. So, save the PDF and open it in Acrobat or Reader to see it function.