| 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
|