<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RTF to PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17941#M3583</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
 Thanks for your response.&lt;BR /&gt;
&lt;BR /&gt;
 Already I have tried this method. But it not meet the following(MY) situations,&lt;BR /&gt;
&lt;BR /&gt;
1. More than one hyperlink in specified cell&lt;BR /&gt;
2. Hyperlink should be present in the specified text.., not for whole cell&lt;BR /&gt;
&lt;BR /&gt;
Help to resolve this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks &amp;amp; Regards,&lt;BR /&gt;
S E N T H I L</description>
    <pubDate>Wed, 18 Nov 2009 04:15:50 GMT</pubDate>
    <dc:creator>S_E_N_T_H_I_L</dc:creator>
    <dc:date>2009-11-18T04:15:50Z</dc:date>
    <item>
      <title>RTF to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17939#M3581</link>
      <description>Hi to all,&lt;BR /&gt;
I generated one Word Document which contains the Hyperlinks to open the particular pages of PDF.&lt;BR /&gt;
&lt;I&gt;&lt;B&gt;(FYI: Hyperlinks are generated by RTF Tags).&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;
When I converted that file (doc) to PDF by ‘PRINT’ options, I can’t get those hyperlinks. I believe this was happened due to ‘RTF Tags’. Since RTF tags are not worked in PDF.&lt;BR /&gt;
&lt;BR /&gt;
Any one can help to resolve this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
S E N T H I L</description>
      <pubDate>Tue, 17 Nov 2009 11:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17939#M3581</guid>
      <dc:creator>S_E_N_T_H_I_L</dc:creator>
      <dc:date>2009-11-17T11:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: RTF to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17940#M3582</link>
      <description>Hi:&lt;BR /&gt;
  I noticed that you also posted this question in the Microsoft Office forum. This suggested method for setting hyperlinks was posted there:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=7725&amp;amp;tstart=0" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=7725&amp;amp;tstart=0&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  In addition to that method, (which shows a URL= style override being used in a SAS TITLE statement), you can set a URL based on a variable's value, as shown in the program below.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
                                 &lt;BR /&gt;
[pre]&lt;BR /&gt;
proc format;&lt;BR /&gt;
  value $gend 'M' = 'http://www.google.com'&lt;BR /&gt;
              'F' = 'http://www.weather.com';&lt;BR /&gt;
run;&lt;BR /&gt;
                                       &lt;BR /&gt;
title; footnote;&lt;BR /&gt;
options nodate nonumber;&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
                           &lt;BR /&gt;
ods pdf file="c:\temp\show_url.pdf" notoc;&lt;BR /&gt;
ods escapechar="^";&lt;BR /&gt;
               &lt;BR /&gt;
proc print data=sashelp.class; &lt;BR /&gt;
  title 'Use URL in variable cells based on variable value';&lt;BR /&gt;
  var name age height;&lt;BR /&gt;
  var sex / style(data)={url=$gend.};&lt;BR /&gt;
run;&lt;BR /&gt;
          &lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 17 Nov 2009 16:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17940#M3582</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-11-17T16:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: RTF to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17941#M3583</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
 Thanks for your response.&lt;BR /&gt;
&lt;BR /&gt;
 Already I have tried this method. But it not meet the following(MY) situations,&lt;BR /&gt;
&lt;BR /&gt;
1. More than one hyperlink in specified cell&lt;BR /&gt;
2. Hyperlink should be present in the specified text.., not for whole cell&lt;BR /&gt;
&lt;BR /&gt;
Help to resolve this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks &amp;amp; Regards,&lt;BR /&gt;
S E N T H I L</description>
      <pubDate>Wed, 18 Nov 2009 04:15:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17941#M3583</guid>
      <dc:creator>S_E_N_T_H_I_L</dc:creator>
      <dc:date>2009-11-18T04:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: RTF to PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17942#M3584</link>
      <description>Hi:&lt;BR /&gt;
  As Scott already replied to your previous posting....you can only have one hyperlink per cell. And the hyperlink attaches to the contents of the whole cell. If you have an Adobe product, can you put multiple hyperlinks in a single table cell??? And, even if it is possible with an Adobe product, you can't do everything with SAS that you can do with Adobe when you create a PDF file.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 18 Nov 2009 05:37:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-to-PDF/m-p/17942#M3584</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-11-18T05:37:10Z</dc:date>
    </item>
  </channel>
</rss>

