- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.