Date: Wed, 24 May 2006 17:28:07 +0530
Reply-To: Madan Gopal Kundu <Madan.Kundu@RANBAXY.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Madan Gopal Kundu <Madan.Kundu@RANBAXY.COM>
Subject: Adding logo to rtf output
Content-Type: text/plain; charset="us-ascii"
Hi,
My present program is as follows to produce output in rtf file.
data ab;
input x y;
cards;
1 2
3 4
5 6
;
run;
ods rtf body='newstyle-body.rtf';
proc print data=ab;
run;
ods rtf close;
I want to add a logo in each page of my rtf output. The complete path of
logo is: 'C:\myimage.jpg'. How can I add logo to my output?
Please help. Thanks in advance.
Regards,
Madan Gopal Kundu
(i) The information contained in this e-mail message is intended only for the confidential use of the recipient(s) named above. This message is privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail, and delete the original message.
(ii) The sender confirms that Ranbaxy shall not be responsible if this email message is used for any indecent, unsolicited or illegal purposes, which are in violation of any existing laws and the same shall solely be the responsibility of the sender and that Ranbaxy shall at all times be indemnified of any civil and/ or criminal liabilities or consequences there.
|