<?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: how to convert pdf outputs into rtf or excel in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-convert-pdf-outputs-into-rtf-or-excel/m-p/295313#M16742</link>
    <description>&lt;P&gt;You may need to provide more information but generally:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="c:\path\mydocname.rtf";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/* your procedures that generate output. NOTE: DO not direct output to devices directly*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with put the output into an RTF file you specify with the file&amp;nbsp;part of the ODS RTF statement&amp;nbsp;that WORD can read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are using GDEVICE type statements it is hard to know what other setting you may have that effect output.&lt;/P&gt;
&lt;P&gt;Depending on what you are doing you may have appearance issues at the end as ODS Styles will control many of the appearance options.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2016 20:18:12 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-30T20:18:12Z</dc:date>
    <item>
      <title>how to convert pdf outputs into rtf or excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-convert-pdf-outputs-into-rtf-or-excel/m-p/295231#M16738</link>
      <description>&lt;P&gt;&amp;nbsp;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;the code below gives a pdf output to a printer but&amp;nbsp;I want to change the output to word or excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;can anyone help? if i need to change all the code can someone help me with the new code that can truly send an excel or rft &amp;nbsp;output to a printer?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%let device=PDFCT; /*to print pdf*/&lt;BR /&gt;/*%let device=LJIVPS; *//*to printer*/&lt;BR /&gt;%let targetdevice=LJIVPS; /*dont change the target device*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions&lt;BR /&gt;targetdevice=&amp;amp;targetdevice&lt;BR /&gt;device=&amp;amp;device&lt;BR /&gt;%if %upcase(&amp;amp;device) eq LJIVPS or %upcase(&amp;amp;device) eq PDFCT %then %do;&lt;BR /&gt;gaccess=gsasfile&lt;BR /&gt;%end;&lt;BR /&gt;gunit=pct&lt;BR /&gt;rotate=portrait&lt;BR /&gt;nodisplay&lt;BR /&gt;;&lt;BR /&gt;%let page_count=39; /*one less then start page*/&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 15:53:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-convert-pdf-outputs-into-rtf-or-excel/m-p/295231#M16738</guid>
      <dc:creator>Kinston</dc:creator>
      <dc:date>2016-08-30T15:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert pdf outputs into rtf or excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-convert-pdf-outputs-into-rtf-or-excel/m-p/295313#M16742</link>
      <description>&lt;P&gt;You may need to provide more information but generally:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="c:\path\mydocname.rtf";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/* your procedures that generate output. NOTE: DO not direct output to devices directly*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with put the output into an RTF file you specify with the file&amp;nbsp;part of the ODS RTF statement&amp;nbsp;that WORD can read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are using GDEVICE type statements it is hard to know what other setting you may have that effect output.&lt;/P&gt;
&lt;P&gt;Depending on what you are doing you may have appearance issues at the end as ODS Styles will control many of the appearance options.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-convert-pdf-outputs-into-rtf-or-excel/m-p/295313#M16742</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-30T20:18:12Z</dc:date>
    </item>
  </channel>
</rss>

