There is an option for the Initial View that is "Magnification:" "Fit Page". And this works for the initial page when the PDF is opened. After that you would need to add a page open script to each page to set the pages zoom type to "zoomtype.fitP"
this.zoomType = zoomtype.fitP;