<?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 insert external images in SAS reporting PDF Excel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/298274#M10564</link>
    <description>&lt;P&gt;"Ods pdf text" &amp;nbsp;statement may help you to add external images&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2016 10:24:46 GMT</pubDate>
    <dc:creator>sanjay1</dc:creator>
    <dc:date>2016-09-14T10:24:46Z</dc:date>
    <item>
      <title>How to insert external images in SAS reporting PDF Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/238285#M8643</link>
      <description>&lt;P&gt;For example take sashelp.cars dataset. I want to print image of each model in my final output along with other columns like horsepower etc . I have .jpg images saved externally with model name and want to print right image in front of right model .&lt;/P&gt;
&lt;P&gt;This means that for each row I might have different image .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i would like output in Excel if not possible then PDF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me how to do this in SAS9.2 ? Below is sample code but I do ot know how to add a column with image as content of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods pdf file="&amp;amp;output_location./report.html";&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc report data=sashelp.cars(keep=model type horsepower origin);&lt;BR /&gt; where origin='Europe' and type='Sedan';&lt;BR /&gt;column model horsepower; &lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 15:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/238285#M8643</guid>
      <dc:creator>ucvikas</dc:creator>
      <dc:date>2015-12-08T15:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert external images in SAS reporting PDF Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/238314#M8644</link>
      <description>&lt;P&gt;Hi mate,&lt;/P&gt;
&lt;P&gt;I've never try this but checkout this&amp;nbsp;&lt;A href="http://support.sas.com/kb/46/552.html" target="_self"&gt;Embed images in a PROC REPORT table&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There is a code and you can try yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 16:02:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/238314#M8644</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2015-12-08T16:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert external images in SAS reporting PDF Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/298274#M10564</link>
      <description>&lt;P&gt;"Ods pdf text" &amp;nbsp;statement may help you to add external images&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 10:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/298274#M10564</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2016-09-14T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert external images in SAS reporting PDF Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/299162#M10572</link>
      <description>ODS PDF TEXT will allow you to insert TEXT and preimage or postimages at procedure breaks. If you want to have a picture of a model in a report cell for that model, then using the PROC REPORT suggestion will be your best bet.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sun, 18 Sep 2016 15:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-insert-external-images-in-SAS-reporting-PDF-Excel/m-p/299162#M10572</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-09-18T15:45:58Z</dc:date>
    </item>
  </channel>
</rss>

