<?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 conversion using sas EG in linux in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362957#M274862</link>
    <description>&lt;P&gt;One other option you have, Adobe when installed, can have a folder which it routinely scans for files and converts anything it finds in there. &amp;nbsp;You could save your RTF there and it would pick it up and create the PDF. &amp;nbsp;However be aware that your limited in the fact you can't do anything mcuh with that process unless you know all the workings of Adobe. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your doing a large document and need bookmarks or anything fancy, then you may be better off looking at Word scripting (VBA) to load RTF files and create the document as you want. &amp;nbsp;In SAS you may not have command line access, and so far I have found the proc document and such like to be well below par in terms of usability.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2017 07:55:29 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-05-31T07:55:29Z</dc:date>
    <item>
      <title>rtf to pdf conversion using sas EG in linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362937#M274857</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know, is there any data _null_ sas code to convert rtf file to pdf in SAS EG in linux environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 02:39:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362937#M274857</guid>
      <dc:creator>skg74_mail_umkc_edu</dc:creator>
      <dc:date>2017-05-31T02:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: rtf to pdf conversion using sas EG in linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362938#M274858</link>
      <description>&lt;P&gt;Is SAS generating the RTF file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG doesn't usually allow you to pass commands to the OS, so do you have X commands enabled?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 02:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362938#M274858</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-31T02:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: rtf to pdf conversion using sas EG in linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362939#M274859</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes,RTF file is getting generated.how can we know, whether x commands is enabled?&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 02:47:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362939#M274859</guid>
      <dc:creator>skg74_mail_umkc_edu</dc:creator>
      <dc:date>2017-05-31T02:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: rtf to pdf conversion using sas EG in linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362940#M274860</link>
      <description>&lt;P&gt;If the RTF file is generated from SAS, why not switch on PDF output as well instead of converting?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;XCMD means it's enabled.&lt;/P&gt;
&lt;P&gt;NOXCMD means its not enabled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options; run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you haven't changed it, it's off by default. Only your system administrator will be able to turn it on, you can't control that option.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 03:00:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362940#M274860</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-31T03:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: rtf to pdf conversion using sas EG in linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362956#M274861</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@skg74_mail_umkc_edu wrote:&lt;BR /&gt;
&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes,RTF file is getting generated.how can we know, whether x commands is enabled?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the RTF is created from SAS, then just change ODS RTF to ODS PDF.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 07:52:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362956#M274861</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-31T07:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: rtf to pdf conversion using sas EG in linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362957#M274862</link>
      <description>&lt;P&gt;One other option you have, Adobe when installed, can have a folder which it routinely scans for files and converts anything it finds in there. &amp;nbsp;You could save your RTF there and it would pick it up and create the PDF. &amp;nbsp;However be aware that your limited in the fact you can't do anything mcuh with that process unless you know all the workings of Adobe. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your doing a large document and need bookmarks or anything fancy, then you may be better off looking at Word scripting (VBA) to load RTF files and create the document as you want. &amp;nbsp;In SAS you may not have command line access, and so far I have found the proc document and such like to be well below par in terms of usability.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 07:55:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/362957#M274862</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-31T07:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: rtf to pdf conversion using sas EG in linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/363128#M274863</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@skg74_mail_umkc_edu wrote:&lt;BR /&gt;
&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes,RTF file is getting generated.how can we know, whether x commands is enabled?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the RTF is created from SAS, then just change ODS RTF to ODS PDF.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Of if you want both versions use two ods statements:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods pdf file="filename.pdf";&lt;/P&gt;
&lt;P&gt;od rtf file="filename.rtf";&lt;/P&gt;
&lt;P&gt;&amp;lt;output generation goes here&amp;gt;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 15:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-to-pdf-conversion-using-sas-EG-in-linux/m-p/363128#M274863</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-31T15:39:37Z</dc:date>
    </item>
  </channel>
</rss>

