<?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: Insert an image (not background) with ods powerpoint in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-an-image-not-background-with-ods-powerpoint/m-p/678281#M24361</link>
    <description>&lt;P&gt;If you're inserting an image at the top you can use the technique shown here using a template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/53/334.html" target="_blank"&gt;https://support.sas.com/kb/53/334.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Aug 2020 22:04:03 GMT</pubDate>
    <dc:creator>ghosh</dc:creator>
    <dc:date>2020-08-20T22:04:03Z</dc:date>
    <item>
      <title>Insert an image (not background) with ods powerpoint</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-an-image-not-background-with-ods-powerpoint/m-p/511992#M21974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering what I do wrong when trying to insert an image in the powerpoint.&lt;/P&gt;&lt;P&gt;Please note that I'm not looking for a picture I could enter as background for the slide but really inserting an image on the top.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the code below, you can find both powerpoint where it is not working and pdf where it is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let xxroot   =C:/temp;
ods escapechar='^';
ods rtf(web) close;

ods powerpoint file="&amp;amp;xxroot./test.pptx";
    *title '^{style [preimage="&amp;amp;xxroot./test.png"]}';
       
    proc odstext;
    p 'hello';
    run;
    &lt;BR /&gt;    ods text     = '^{style [preimage="&amp;amp;xxroot./test.png"]}';

    *proc odstext;
    *p 'Bye' /style=[preimage="&amp;amp;xxroot./test.png"];
    *run;
    
    proc odstext;
    p 'Bye';
    run;
    &lt;BR /&gt;    *title;
ods powerpoint close;



ods pdf file = "&amp;amp;xxroot./test2.pdf";
	ods pdf text = '^{style [preimage="&amp;amp;xxroot./test.png"]}';
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Nov 2018 11:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-an-image-not-background-with-ods-powerpoint/m-p/511992#M21974</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2018-11-11T11:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Insert an image (not background) with ods powerpoint</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-an-image-not-background-with-ods-powerpoint/m-p/678281#M24361</link>
      <description>&lt;P&gt;If you're inserting an image at the top you can use the technique shown here using a template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/53/334.html" target="_blank"&gt;https://support.sas.com/kb/53/334.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 22:04:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Insert-an-image-not-background-with-ods-powerpoint/m-p/678281#M24361</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-08-20T22:04:03Z</dc:date>
    </item>
  </channel>
</rss>

