Date: Fri, 1 May 2009 14:30:41 -0400
Reply-To: Akshaya <akshaya.nathilvar@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Akshaya <akshaya.nathilvar@GMAIL.COM>
Subject: Re: ODS PDF option to set initial pageview mode?
In-Reply-To: <0daf276f-b16f-47c2-9fc0-e9a948426fc6@g19g2000vbi.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
I'm not sure about any system options in SAS. Acrobat PDF always use the
display option(Actual, Fit page, Fit Width..) from the previously opened
document. If you always want your results to be viewed in Fit Page mode,
open any pdf document, choose Fit Page(Ctrl+0) from View option and close
the Adobe. Now if you run your code in SAS, PDF doc opens in Fit Page mode,
until you change the display option again.
HtH
On Fri, May 1, 2009 at 2:18 PM, Richard A. DeVenezia <
rdevenezia@wildblue.net> wrote:
> I want a pdf document to open showing the entire page (Fit Page).
>
> Is there a ODS setting to make this happen ?
>
>
> What I am seeing is that the document opens in Fit Width mode.
>
> ods listing close;
> ods pdf file='sample.pdf';
> proc print data=sashelp.class;
> run;
> ods pdf close;
>
> --
> Richard A. DeVenezia
>
--
AkshayA!
|