<?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 RTF --&amp;gt; PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3596#M1540</link>
    <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Is there any easy way using SAS to convert RTF file in a PDF file. Sorry if it is a silly question, but I have never used it before!&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,</description>
    <pubDate>Mon, 25 Jun 2007 12:53:45 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-06-25T12:53:45Z</dc:date>
    <item>
      <title>RTF --&gt; PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3596#M1540</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Is there any easy way using SAS to convert RTF file in a PDF file. Sorry if it is a silly question, but I have never used it before!&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,</description>
      <pubDate>Mon, 25 Jun 2007 12:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3596#M1540</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-25T12:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: RTF --&gt; PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3597#M1541</link>
      <description>Hmmm,&lt;BR /&gt;
&lt;BR /&gt;
steam hammers to crack walnuts comes to mind &lt;GRIN&gt;&lt;BR /&gt;
&lt;BR /&gt;
RTF is a particular file format with data embedded in formatting codes certain other applications will understand.  PDF is another file format using other formatting codes, and there is no easy translation of which I am aware.&lt;BR /&gt;
&lt;BR /&gt;
Conceptually you could hand craft something to surgically excise and interpret the RTF codes and reinsert PDF codes back into the data stream, but this is neither easy nor necessarily an easy task.&lt;BR /&gt;
&lt;BR /&gt;
There are multiple helper applications about that will take a Word document and produce a PDF file, including the early versions of MS Office 2007.  Since Word recognises and handles RTF files as if they were native word files, this is the path I would take.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
If you use a SAS session to create an RTF file, then it seems to me it might be easier to create a PDF file at the same time by also opening a PDF destination in ODS.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David&lt;/GRIN&gt;</description>
      <pubDate>Mon, 25 Jun 2007 13:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3597#M1541</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-25T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: RTF --&gt; PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3598#M1542</link>
      <description>I have already try to create a PDF file at the same time I create the RTF file. But the problem is I use RTF control words, and so I can't directly use the PDF destination.&lt;BR /&gt;
If there is no way using directly the SAS system, maybe I would use Acrobat Distiller (even if I would prefer do it using SAS)?</description>
      <pubDate>Mon, 25 Jun 2007 13:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3598#M1542</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-25T13:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: RTF --&gt; PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3599#M1543</link>
      <description>Hi, &lt;BR /&gt;
David is right. If you are using RTF control strings in SAS to create your RTF file, then your best bet might be to use Acrobat Distiller or some Word plug-in to turn the RTF file into a PDF file.&lt;BR /&gt;
 &lt;BR /&gt;
Depending on what your RTF control strings are doing, you may be able to send them to the RTF destination ONLY by using RAW text strings with ODS ESCAPECHAR. But, if you want the PDF file to look like the RTF file -- then you have to go down the 3rd party software road.&lt;BR /&gt;
 &lt;BR /&gt;
In 9.2, you will be able to use the text-decoration style attributes to perform some of the underlining, etc in PDF and RTF without using control strings. But until then....you're left to converting your RTF file to PDF using other (non-SAS) methods.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 25 Jun 2007 14:49:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3599#M1543</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-06-25T14:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: RTF --&gt; PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3600#M1544</link>
      <description>OpenOffice.org's Writer can read RTF files and export directly to PDF. It's not an automatic solution, but it's free. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http:://www.openoffice.org"&gt;http:://www.openoffice.org&lt;/A&gt;</description>
      <pubDate>Mon, 25 Jun 2007 19:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/RTF-gt-PDF/m-p/3600#M1544</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2007-06-25T19:47:10Z</dc:date>
    </item>
  </channel>
</rss>

