This content has been marked as final.
Show 2 replies
-
1. Re: Save document on first page
Jump_Over Oct 24, 2013 7:16 AM (in response to Dan-BTP)Hi,
with (app.activeDocument.layoutWindows[0]) { screenMode = ScreenModeOptions.PREVIEW_TO_PAGE; activePage = app.activeDocument.pages[0]; zoom(ZoomOptions.FIT_PAGE); }... and now save it.
Take a look here: http://jongware.mit.edu/idcs5/pc_LayoutWindow.html
Jarek
-
2. Re: Save document on first page
Dan-BTP Oct 24, 2013 7:20 AM (in response to Jump_Over)Exactly what I needed! Thanks very much!

