<?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: ODS RTF Cover Page with Images in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-Cover-Page-with-Images/m-p/581790#M165399</link>
    <description>&lt;P&gt;Cynthia, you are the best!! Thank you so much!&lt;/P&gt;</description>
    <pubDate>Fri, 16 Aug 2019 17:28:04 GMT</pubDate>
    <dc:creator>NR13</dc:creator>
    <dc:date>2019-08-16T17:28:04Z</dc:date>
    <item>
      <title>ODS RTF Cover Page with Images</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-Cover-Page-with-Images/m-p/581688#M165350</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble creating a cover page using ods rtf, that has more than one image. I'm looking for something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.JPG" style="width: 393px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31805i9B61909416DFB024/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 11:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-Cover-Page-with-Images/m-p/581688#M165350</guid>
      <dc:creator>NR13</dc:creator>
      <dc:date>2019-08-16T11:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF Cover Page with Images</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-Cover-Page-with-Images/m-p/581720#M165366</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Here's an example that I've used before in the Forums as an example of this:&lt;/P&gt;
&lt;P&gt;The code to make the work.cover data:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data cover;
  length tline $50;
  infile datalines dlm=',' dsd;
  input lnum tline $;
return;
datalines;
1,"k"
2,"text"
3,"s"
4,"More Text"
;
run;
 &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I just use "k" and "s" as placeholders in the column, so I avoid any missing values messages. I'm going to use a foreground color of white to make the k and the s disappear in the cell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cover page:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cover_with_report.png" style="width: 473px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31809iE83EA30040DD1D49/image-size/large?v=v2&amp;amp;px=999" role="button" title="cover_with_report.png" alt="cover_with_report.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the PROC REPORT code that generated the cover page:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cover_code.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31810i5FF193623572D28E/image-size/large?v=v2&amp;amp;px=999" role="button" title="cover_code.png" alt="cover_code.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you could switch to using the Report Writing Interface with PDF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 18:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-Cover-Page-with-Images/m-p/581720#M165366</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-08-16T18:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF Cover Page with Images</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-Cover-Page-with-Images/m-p/581790#M165399</link>
      <description>&lt;P&gt;Cynthia, you are the best!! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 17:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-RTF-Cover-Page-with-Images/m-p/581790#M165399</guid>
      <dc:creator>NR13</dc:creator>
      <dc:date>2019-08-16T17:28:04Z</dc:date>
    </item>
  </channel>
</rss>

