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 (February 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 28 Feb 2009 18:24:18 -0500
Reply-To:     Arthur Tabachneck <art297@NETSCAPE.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Arthur Tabachneck <art297@NETSCAPE.NET>
Subject:      Re: ODS HTML Link to an external file does not work
Comments: To: mtamboli@GMAIL.COM

M,

If you provide some code, you will probably get better feedback.

That said, have you tried to incorporate something like: ods pdf file="score08.pdf" path="yourpathname" (url=none)

Art --------- On Sat, 28 Feb 2009 10:44:20 -0800, Manoj <mtamboli@GMAIL.COM> wrote:

>Hello, > >I am creating an HTML report with a link to a pdf version for the same >report. >I have tried two alternatives below to create a link to the pdf and >both do not seem to work. I am using SAS 9.1.3. > >ods escapechar='^'; > >A) ods html text="^S={just=right url='score08.pdf'}View Printable >Version"; > >B) title1 link="^S={url='score08.pdf'}View Printable Version"; > >Any suggestions or pointers. > >Appreciate your help in advance. > >Thanks, > >M


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