<?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 2 images in a title in proc report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297083#M60255</link>
    <description>&lt;P&gt;Did you try PostImage for the second?&lt;/P&gt;
&lt;P&gt;I don't do much with the image insertions but I would thing that Preimage is in one "location" and Postimage in another.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you might want to consider some justification code to justify the first into left and the second as right.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2016 22:35:37 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-09-07T22:35:37Z</dc:date>
    <item>
      <title>Insert 2 images in a title in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297049#M60247</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I need to get one image in each of the top corners of a pdf.&amp;nbsp; I thought I could do this by putting both&amp;nbsp;images in a title with spaces in between but it doesn't work.&amp;nbsp; I can get either of these images to print individually, but when I use both, only the first prints.&amp;nbsp; The second image is ignored but I don't get an error message.&amp;nbsp; This is my code:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;FONT color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;escapechar&lt;/FONT&gt;=&lt;FONT color="#800080"&gt;'^'&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;FONT color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;pdf&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;close&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;ods&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;pdf&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;file&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; = &lt;FONT color="#800080"&gt;&lt;FONT color="#800080"&gt;&lt;FONT color="#800080"&gt;'c\sed\NYSAA ELA Grade 3 teacher report 2016.pdf'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT color="#0000ff"&gt;notoc&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff"&gt;data&lt;/FONT&gt;=NYSAA_2016_Grade3_ela_elements&amp;nbsp;&lt;FONT color="#0000ff"&gt;style&lt;/FONT&gt;(header)=[background=white] &lt;FONT color="#0000ff"&gt;bypageno&lt;/FONT&gt;=&lt;STRONG&gt;&lt;FONT color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&amp;lt;more statements&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;title1&amp;nbsp;'^S={preimage="c\sed\nysed-logo-text.png"}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;^S={preimage="c\sed\dlm_logo_final_registered.jpg"}';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Thanks.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 19:38:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297049#M60247</guid>
      <dc:creator>BigFluffyTail</dc:creator>
      <dc:date>2016-09-07T19:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Insert 2 images in a title in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297083#M60255</link>
      <description>&lt;P&gt;Did you try PostImage for the second?&lt;/P&gt;
&lt;P&gt;I don't do much with the image insertions but I would thing that Preimage is in one "location" and Postimage in another.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you might want to consider some justification code to justify the first into left and the second as right.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 22:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297083#M60255</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-07T22:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Insert 2 images in a title in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297158#M60256</link>
      <description>&lt;PRE&gt;
You should post it at ODS Report forum. 



ods pdf file='/folders/myfolders/x.pdf' style=sasweb;
ods escapechar='~';
title j=l '~S={preimage="/folders/myfolders/x.png" color=white} x'
      j=r '~S={postimage="/folders/myfolders/x.png" color=white} y';
proc print data=sashelp.class;run;
ods pdf close;

&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Sep 2016 11:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297158#M60256</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-08T11:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Insert 2 images in a title in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297178#M60260</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; This worked.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Insert-2-images-in-a-title-in-proc-report/m-p/297178#M60260</guid>
      <dc:creator>BigFluffyTail</dc:creator>
      <dc:date>2016-09-08T13:21:15Z</dc:date>
    </item>
  </channel>
</rss>

