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 (October 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 22 Oct 2004 00:12:46 +0000
Reply-To:   Don Henderson <donaldjhenderson@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Don Henderson <donaldjhenderson@HOTMAIL.COM>
Subject:   Re: Convert HTML into PFD using ODS?
Content-Type:   text/plain; format=flowed

Why not just generate the HTML and PDF at the same time:

ods pdf .... ods html .....

sas code

ods pdf close; ods html close;

Note: don't have SAS on this PC (at a conference using a public pc) to double check the syntax.

HTH, -don h

>From: Igor Kurbeko <ikurbeko@ATHEROGENICS.COM> >Reply-To: Igor Kurbeko <ikurbeko@ATHEROGENICS.COM> >To: SAS-L@LISTSERV.UGA.EDU >Subject: Convert HTML into PFD using ODS? >Date: Thu, 21 Oct 2004 15:28:31 -0400 > >Hi, guys. > > > >Is there an easy way to convert HTML into PDF using ODS? > > > >Thanks > > > >Igor Kurbeko > >Clinical Programmer Analyst > >678 336 4328 > >ikurbeko@atherogenics.com <mailto:ikurbeko@atherogenics.com> ><mailto:ikurbeko@atherogenics.com> > > > >If a man will begin with certainties, he shall end in doubts > >

_________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement


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