<?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: Images in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165846#M12170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you modifying the size of the image, perhaps there's a way to batch process that task?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2014 19:57:56 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2014-07-03T19:57:56Z</dc:date>
    <item>
      <title>Ods RTF: Images</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165845#M12169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm creating around 800 reports using ods rtf and each report has an unique jpeg image that I need to insert into the body of the text. I'm using SAS 9.2. I have tried using proc report(code below) but I end up having to modify the size of each image. Is there an easier way to do this?&amp;nbsp; I have tried Proc GSlide with proc report but it prints 2 maps instead of one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data img2;&lt;/P&gt;&lt;P&gt; list='^S={preimage="K:\fbname._cropped.jpg"}';&lt;BR /&gt; run;&lt;BR /&gt; &lt;BR /&gt; proc report data=img2 noheader nofs&lt;BR /&gt; style={frame=void rules=none protectspecialchars=off};&lt;BR /&gt; define list /style={cellwidth=40cm} ;&lt;BR /&gt; run;&lt;BR /&gt; title ' ';&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Any help would be really appreciated.&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 19:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165845#M12169</guid>
      <dc:creator>SMM</dc:creator>
      <dc:date>2014-07-03T19:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ods RTF: Images</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165846#M12170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you modifying the size of the image, perhaps there's a way to batch process that task?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 19:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165846#M12170</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-07-03T19:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ods RTF: Images</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165847#M12171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Paint to resize the mockup image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 20:01:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165847#M12171</guid>
      <dc:creator>SMM</dc:creator>
      <dc:date>2014-07-03T20:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ods RTF: Images</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165848#M12172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to use ODS Layout for your output. I've worked with it a little bit and it is pretty straight forward. The examples in the attached pdf file are for output to a pdf but you may be able to use the same statements for rft output. This may not help but hopefully it does.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jul 2014 22:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165848#M12172</guid>
      <dc:creator>kodmfl</dc:creator>
      <dc:date>2014-07-05T22:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ods RTF: Images</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165849#M12173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I do not believe that ODS LAYOUT currently works with ODS RTF. It is designed for ODS PDF.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 02:12:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165849#M12173</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-07-06T02:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ods RTF: Images</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165850#M12174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I stand corrected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 15:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Ods-RTF-Images/m-p/165850#M12174</guid>
      <dc:creator>kodmfl</dc:creator>
      <dc:date>2014-07-06T15:25:02Z</dc:date>
    </item>
  </channel>
</rss>

