<?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 Adding a text box to an image in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81933#M3028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Ods html, I create a cover page containing an image referenced in the title statement of a dummy proc report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ;&lt;/P&gt;&lt;P&gt;x="";&lt;/P&gt;&lt;P&gt;proc report data=_last_&amp;nbsp; nowd headline Noheader SPLIT='*'&amp;nbsp;&amp;nbsp; style(report)=[rules=all cellspacing=0 bordercolor=white] ;;&lt;/P&gt;&lt;P&gt;column x;define _all_/noprint;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title1 color=CX262A2A&amp;nbsp; &amp;lt;IMG SRC="../Cover.png"&amp;nbsp; width="1000"&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title3&amp;nbsp; color=Navy&amp;nbsp;&amp;nbsp; h=13 font="Arial" "2013 Financial report";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make "2013 Financial report" (Title3) to appear&lt;STRONG&gt; into the image&lt;/STRONG&gt; at definite coordinates and&lt;STRONG&gt; not below it&lt;/STRONG&gt;? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that the proc report method is not the right one for achieving that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 20:08:42 GMT</pubDate>
    <dc:creator>EzPaste</dc:creator>
    <dc:date>2013-07-16T20:08:42Z</dc:date>
    <item>
      <title>Adding a text box to an image</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81933#M3028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Ods html, I create a cover page containing an image referenced in the title statement of a dummy proc report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ;&lt;/P&gt;&lt;P&gt;x="";&lt;/P&gt;&lt;P&gt;proc report data=_last_&amp;nbsp; nowd headline Noheader SPLIT='*'&amp;nbsp;&amp;nbsp; style(report)=[rules=all cellspacing=0 bordercolor=white] ;;&lt;/P&gt;&lt;P&gt;column x;define _all_/noprint;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title1 color=CX262A2A&amp;nbsp; &amp;lt;IMG SRC="../Cover.png"&amp;nbsp; width="1000"&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title3&amp;nbsp; color=Navy&amp;nbsp;&amp;nbsp; h=13 font="Arial" "2013 Financial report";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make "2013 Financial report" (Title3) to appear&lt;STRONG&gt; into the image&lt;/STRONG&gt; at definite coordinates and&lt;STRONG&gt; not below it&lt;/STRONG&gt;? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that the proc report method is not the right one for achieving that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 20:08:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81933#M3028</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-07-16T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a text box to an image</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81934#M3029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a SAS/Graph solution, I would recommend using Proc Gslide with an iback (background image), such as the following.&amp;nbsp; (The line-spacing (ls) option controls how much space above the title text.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions iback="U:\foo.png";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gslide;&lt;/P&gt;&lt;P&gt;title1 ls=20 "2013 Financial Report";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 13:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81934#M3029</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-07-18T13:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a text box to an image</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81935#M3030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the interesting approach, but I meet 2 problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The resolution of the picture is very low&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The image repeats itself partly at its rigth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 08:42:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81935#M3030</guid>
      <dc:creator>EzPaste</dc:creator>
      <dc:date>2013-07-19T08:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a text box to an image</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81936#M3031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the picture quality, you'll want to make sure you're using SAS 9.2 or higher, and using device=png.&amp;nbsp; Here are some details on the 'why' &lt;A href="http://robslink.com/SAS/democd30/new_92_sas.htm#color256" title="http://robslink.com/SAS/democd30/new_92_sas.htm#color256"&gt;Robert Allison's Favorites of What's New in V9.2 SAS/Graph...&lt;/A&gt;&lt;/P&gt;&lt;P&gt; You'll also want to make sure that the gslide is approximately the same size &amp;amp; proportions as the image you're displaying in the background (of vice-versa).&amp;nbsp; You can change the size and proportions of your gslide by using goptions xpixels and ypixels, for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To have the image only repeat once, you can use&amp;nbsp; goptions imagestyle=fit&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a001564959.htm" title="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a001564959.htm"&gt;SAS/GRAPH(R) 9.2: Reference, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 12:07:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Adding-a-text-box-to-an-image/m-p/81936#M3031</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-07-19T12:07:06Z</dc:date>
    </item>
  </channel>
</rss>

