<?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: Vertical align text and graphic in banner in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/547191#M22593</link>
    <description>&lt;P&gt;Thanks... Using ODS layout, I've updated my code and can now print a clear image. Note some of the options below may be superfluous as I'm still studying/practicing these functions. here is the code in case it can help anyone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file="C:\Users\sxxxxxx\temp\FstName1Char2.pdf" dpi=&lt;STRONG&gt;300&lt;/STRONG&gt; style=styles.noborder notoc ;&lt;/P&gt;&lt;P&gt;ods escapechar='~';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS Layout&amp;nbsp; start width=&lt;STRONG&gt;100&lt;/STRONG&gt;% height=&lt;STRONG&gt;11&lt;/STRONG&gt; in;&lt;/P&gt;&lt;P&gt;ODS REGION x=&lt;STRONG&gt;76.80534&lt;/STRONG&gt;pct y=0cm width=5cm height=&lt;STRONG&gt;3.7&lt;/STRONG&gt;cm ;&lt;/P&gt;&lt;P&gt;ODS PDF text='~{style[background=red vjust=m preimage="C:\Users\sxxxxxx\Desktop\IMAGES_ENCOUR\1\001-1b.png"&amp;nbsp; ] }';&lt;/P&gt;&lt;P&gt;ODS REGION x=0cm y=0cm width=&lt;STRONG&gt;76.80534&lt;/STRONG&gt;pct height=&lt;STRONG&gt;3.325&lt;/STRONG&gt;cm style=[backgroundcolor=red ] ;&lt;/P&gt;&lt;P&gt;ODS PDF text="~{style[font_size=16pt background=red color=white just=l&amp;nbsp; ] &amp;amp;title}";&lt;/P&gt;&lt;P&gt;ods layout end;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2019 13:35:12 GMT</pubDate>
    <dc:creator>brulard</dc:creator>
    <dc:date>2019-03-29T13:35:12Z</dc:date>
    <item>
      <title>Vertical align text and graphic in banner</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/545822#M22563</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i'm having difficulty aligning the text and the image in a banner for a pdf report. Issue: the text is printing at the bottom of the banner.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've attached example image of the current look of the banner. Perhaps I am going at this wrong, and it is not possible for text and image to be printed on same row? Pls let me know your thoughts/suggestions, thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sample code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file="C:\Users\sxxxxxx\temp\FstName1Char.pdf" dpi=300 notoc ;&lt;BR /&gt;ods escapechar='~';&lt;/P&gt;&lt;P&gt;ods noproctitle;&lt;/P&gt;&lt;P&gt;TITLE1 /*j=l '~{style[preimage="C:\Users\sxxxxxx\Desktop\IMAGES_ENCOUR\download2.png" background=red] }' */&lt;BR /&gt;j=l "~{style[font_size=16pt background=red color=white verticalalign=TOP ] &amp;amp;title}"&lt;BR /&gt;j=r '~{style[background=red preimage="C:\Users\sxxxxxx\Desktop\IMAGES_ENCOUR\1\output-onlinepngtools.png"] }'&lt;BR /&gt;;&lt;BR /&gt;TITLE2 "~{style[font_size=10pt] Monthly report for: &amp;amp;dbmonth" };&lt;BR /&gt;TITLE3 "&amp;amp;quad2" ;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 14:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/545822#M22563</guid>
      <dc:creator>brulard</dc:creator>
      <dc:date>2019-03-25T14:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical align text and graphic in banner</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/545857#M22564</link>
      <description>&lt;P&gt;How big is your image file? If the size is such that it occupies an entire line where would you expect the remaining text to go?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can't download ZIP files from unknown sources to see your example.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 15:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/545857#M22564</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-25T15:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical align text and graphic in banner</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/545891#M22565</link>
      <description>&lt;P&gt;hi, the image is about an inch wide / high.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 16:45:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/545891#M22565</guid>
      <dc:creator>brulard</dc:creator>
      <dc:date>2019-03-25T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical align text and graphic in banner</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/545954#M22566</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/64767"&gt;@brulard&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;hi, the image is about an inch wide / high.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The image I see in the DOCX file is much closer to 6 inches wide. Perhaps you need to go back to that image file and verify how many pixels wide it is and compare to your document 300 dpi setting or include a width setting with the style options for the image&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 20:38:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/545954#M22566</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-25T20:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical align text and graphic in banner</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/547191#M22593</link>
      <description>&lt;P&gt;Thanks... Using ODS layout, I've updated my code and can now print a clear image. Note some of the options below may be superfluous as I'm still studying/practicing these functions. here is the code in case it can help anyone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods pdf file="C:\Users\sxxxxxx\temp\FstName1Char2.pdf" dpi=&lt;STRONG&gt;300&lt;/STRONG&gt; style=styles.noborder notoc ;&lt;/P&gt;&lt;P&gt;ods escapechar='~';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS Layout&amp;nbsp; start width=&lt;STRONG&gt;100&lt;/STRONG&gt;% height=&lt;STRONG&gt;11&lt;/STRONG&gt; in;&lt;/P&gt;&lt;P&gt;ODS REGION x=&lt;STRONG&gt;76.80534&lt;/STRONG&gt;pct y=0cm width=5cm height=&lt;STRONG&gt;3.7&lt;/STRONG&gt;cm ;&lt;/P&gt;&lt;P&gt;ODS PDF text='~{style[background=red vjust=m preimage="C:\Users\sxxxxxx\Desktop\IMAGES_ENCOUR\1\001-1b.png"&amp;nbsp; ] }';&lt;/P&gt;&lt;P&gt;ODS REGION x=0cm y=0cm width=&lt;STRONG&gt;76.80534&lt;/STRONG&gt;pct height=&lt;STRONG&gt;3.325&lt;/STRONG&gt;cm style=[backgroundcolor=red ] ;&lt;/P&gt;&lt;P&gt;ODS PDF text="~{style[font_size=16pt background=red color=white just=l&amp;nbsp; ] &amp;amp;title}";&lt;/P&gt;&lt;P&gt;ods layout end;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 13:35:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-align-text-and-graphic-in-banner/m-p/547191#M22593</guid>
      <dc:creator>brulard</dc:creator>
      <dc:date>2019-03-29T13:35:12Z</dc:date>
    </item>
  </channel>
</rss>

