<?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 Printing figures from RTF-File (no top-left frame) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-figures-from-RTF-File-no-top-left-frame/m-p/464678#M20970</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I having a problem creating figures with ODS RTF since SAS 9.4. I used the following code to create a RTF-File.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS RTF style=styles.rtf; 

proc sgplot data=sashelp.enso noautolegend;
   title 'Atmospheric Pressure Differences between '
         'Easter Island and Darwin, Australia';
   pbspline y=pressure x=year;
run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class=""&gt;If I call this document, I have the following problems:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;1. When zooming, the upper and left frames disappear (even without zoom, these upper and left frames look thinner)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;2. When printing the RTF document, the top and left frames are missing. See also attached PDF (using print option in Word)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;This problem first occurs under SAS 9.4. When I look at old RTF docs under SAS 9.2, all frames are complete. Could someone help me with this problem? Thanks a lot.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 May 2018 09:58:52 GMT</pubDate>
    <dc:creator>SASUserMD</dc:creator>
    <dc:date>2018-05-24T09:58:52Z</dc:date>
    <item>
      <title>Printing figures from RTF-File (no top-left frame)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-figures-from-RTF-File-no-top-left-frame/m-p/464678#M20970</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I having a problem creating figures with ODS RTF since SAS 9.4. I used the following code to create a RTF-File.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS RTF style=styles.rtf; 

proc sgplot data=sashelp.enso noautolegend;
   title 'Atmospheric Pressure Differences between '
         'Easter Island and Darwin, Australia';
   pbspline y=pressure x=year;
run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class=""&gt;If I call this document, I have the following problems:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;1. When zooming, the upper and left frames disappear (even without zoom, these upper and left frames look thinner)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;2. When printing the RTF document, the top and left frames are missing. See also attached PDF (using print option in Word)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;This problem first occurs under SAS 9.4. When I look at old RTF docs under SAS 9.2, all frames are complete. Could someone help me with this problem? Thanks a lot.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 09:58:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-figures-from-RTF-File-no-top-left-frame/m-p/464678#M20970</guid>
      <dc:creator>SASUserMD</dc:creator>
      <dc:date>2018-05-24T09:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Printing figures from RTF-File (no top-left frame)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-figures-from-RTF-File-no-top-left-frame/m-p/464712#M20971</link>
      <description>&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I found a solution. No idea how it works, but it works:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics / reset imagefmt=png;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 12:23:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-figures-from-RTF-File-no-top-left-frame/m-p/464712#M20971</guid>
      <dc:creator>SASUserMD</dc:creator>
      <dc:date>2018-05-24T12:23:30Z</dc:date>
    </item>
  </channel>
</rss>

