LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2009, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?
Comments: To: "Richard A. DeVenezia" <rdevenezia@wildblue.net>
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!


Back to: Top of message | Previous page | Main SAS-L page