Answered
I want write some scripts to change initial View setting of a PDF file.
for example I want change value of "magnification" from "default" to "Fitpage".
I try this code : " this.zoomtype = zoomtype.fitP; ", it can change the current zoomtype. but the value of magnification in "Initail View" still eval "default" not "Fitpage", that means this change can not be saved in the PDF File.
So, how can i change magnification value in "initail View" of a PDF file use srcipt?
thanks helper in advance :)
there are other ways to do this. You can batch process the files to set the initial view by using "open options" option. Or there lot of third party tools available.
Regards,
Saravana :)
Saravanan Murugesan