Answered
So In the properties of my pdf I have it set to open FULL SCREEN so that I can see the page transitions.
But I also have it set to display at "Actual Size" which for some reason after I set it goes to 100%.
My problem is that on load of the PDF it continuously loads "filling the screen" and "over enlarging the document past 100% actual size."
How can I have the Document open to FULL SCREEN Mode but view at 100% and NOT Over fill and scale the document up?
Thank You!
Robert
put that JavaScript into the PDF as a document level script (Advanced menu > Document processing > Document JavaScripts)[i]app.fs.isFullScreen = true;
this.zoom = 100;[/i]
And don't check anything in the Initial view settings.
;-)
abracadabraPDF.net