<?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: Need workaround in PROC ODSTEXT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649547#M194749</link>
    <description>&lt;P&gt;Are you seeing any warnings or notes in the log? Such as:&lt;/P&gt;
&lt;PRE&gt;WARNING: WIDTH exceeds available space for PDF destination.  This option will be ignored.
WARNING: HEIGHT exceeds available space for PDF destination.  This option will be ignored.
...
WARNING: The absolute region was too small to accommodate the output supplied for the PDF
         destination.  Output will be suppressed.
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 12:29:23 GMT</pubDate>
    <dc:creator>RichardDeVen</dc:creator>
    <dc:date>2020-05-21T12:29:23Z</dc:date>
    <item>
      <title>Need workaround in PROC ODSTEXT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649522#M194739</link>
      <description>&lt;P&gt;&amp;nbsp;I am getting a white line in middle of orange box created through ODStext proc. Need help to rectify this issue. Output is PDF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code used -&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods region x=2.5in y=7.25in width=3in height=2.5in;&lt;BR /&gt;ods text = "^{style[preimage='/optum/csg/01datafs/prdb/nonp/code/auto/sas/CRDMRemediationHMDB/Nishant/Automation/optum_logo.png']}";&lt;/P&gt;&lt;P&gt;ods region x=0.75in y=8.75in width=6.5in height=1.25in style=[backgroundColor=lightorange];&lt;BR /&gt;proc odstext;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 10:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649522#M194739</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-21T10:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need workaround in PROC ODSTEXT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649524#M194740</link>
      <description>What happens if you zoom in in PDF viewer ?  &lt;BR /&gt;&lt;BR /&gt;If the line disappears you probably have an artifact due to requested view scaling.  The viewer will compress or zoom an image per it's own rules in accordance to client requested zoom level.  You can try a larger version of the .png (optum_logo_larger.png), or downsize it externally (i.e. optum_logo_smaller.png) in a paint program.  This kind of artifacting can also be noticed in some PDF tables draw with grid lines, the lines might be absent, thinner or fatter than expected in a PDF viewer at differing zoom levels.&lt;BR /&gt;&lt;BR /&gt;Can you reproduced the problem with other non-proprietary images? If so, please upload one to the question.</description>
      <pubDate>Thu, 21 May 2020 11:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649524#M194740</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-05-21T11:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need workaround in PROC ODSTEXT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649542#M194744</link>
      <description>&lt;P&gt;I am sorry for not providing the complete code earlier -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;P&gt;footnote;&lt;/P&gt;&lt;P&gt;ODS LISTING CLOSE;&lt;/P&gt;&lt;P&gt;ods pdf file = "&amp;amp;path./Automation/demo02.pdf"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dpi=&lt;STRONG&gt;100&lt;/STRONG&gt; ;&lt;/P&gt;&lt;P&gt;options leftmargin=&lt;STRONG&gt;.25&lt;/STRONG&gt;in rightmargin=&lt;STRONG&gt;.25&lt;/STRONG&gt;in topmargin=&lt;STRONG&gt;.25&lt;/STRONG&gt;in bottommargin=&lt;STRONG&gt;.25&lt;/STRONG&gt;in orientation=portrait&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nonumber nodate ;&lt;/P&gt;&lt;P&gt;ods escapechar = "^";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS LAYOUT ABSOLUTE height=&lt;STRONG&gt;11&lt;/STRONG&gt;in width=&lt;STRONG&gt;8.5&lt;/STRONG&gt;in style=[background=white];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods region x=&lt;STRONG&gt;0.75&lt;/STRONG&gt;in y=&lt;STRONG&gt;0.6&lt;/STRONG&gt;in width=&lt;STRONG&gt;6.5&lt;/STRONG&gt;in height=&lt;STRONG&gt;1.25&lt;/STRONG&gt;in style=[backgroundcolor=orange];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;odstext&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;p " " / style=[color=CXFFFFFF vjust=m just=center cellHeight=&lt;STRONG&gt;1.25&lt;/STRONG&gt;in];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods region x=&lt;STRONG&gt;0.8&lt;/STRONG&gt;in y=&lt;STRONG&gt;2.5&lt;/STRONG&gt;in width=&lt;STRONG&gt;7&lt;/STRONG&gt;in height=&lt;STRONG&gt;6&lt;/STRONG&gt;in;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;odstext&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;p "Fourth Quarter 2019"/ style=[color=grey font_weight=bold fontSize=&lt;STRONG&gt;36&lt;/STRONG&gt;pt vjust=m just=center&amp;nbsp; cellHeight=&lt;STRONG&gt;0.6&lt;/STRONG&gt;in];&lt;/P&gt;&lt;P&gt;&amp;nbsp;p "Physical Health"/ style=[color=grey font_weight=bold fontSize=&lt;STRONG&gt;36&lt;/STRONG&gt;pt vjust=m just=center&amp;nbsp; cellHeight=&lt;STRONG&gt;0.6&lt;/STRONG&gt;in];&lt;/P&gt;&lt;P&gt;&amp;nbsp;p "Customer Report"/ style=[color=grey font_weight=bold fontSize=&lt;STRONG&gt;36&lt;/STRONG&gt;pt vjust=m just=center&amp;nbsp; cellHeight=&lt;STRONG&gt;0.6&lt;/STRONG&gt;in];&lt;/P&gt;&lt;P&gt;&amp;nbsp;p " "/ style=[color=CXFFFFFF font_weight=bold fontSize=&lt;STRONG&gt;36&lt;/STRONG&gt;pt vjust=m just=center&amp;nbsp; cellHeight=&lt;STRONG&gt;0.6&lt;/STRONG&gt;in];&lt;/P&gt;&lt;P&gt;&amp;nbsp;p "Prepared for:"/ style=[color=grey font_weight=bold fontSize=&lt;STRONG&gt;36&lt;/STRONG&gt;pt vjust=m just=center&amp;nbsp; cellHeight=&lt;STRONG&gt;0.6&lt;/STRONG&gt;in];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods region x=&lt;STRONG&gt;0.8&lt;/STRONG&gt;in y=&lt;STRONG&gt;6.0&lt;/STRONG&gt;in width=&lt;STRONG&gt;7&lt;/STRONG&gt;in height=&lt;STRONG&gt;1.0&lt;/STRONG&gt;in;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;odstext&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;p "California Schools VEBA"/ style=[textdecoration=underline color=black font_weight=bold fontSize=&lt;STRONG&gt;24&lt;/STRONG&gt;pt vjust=m just=center&amp;nbsp; cellHeight=&lt;STRONG&gt;0.6&lt;/STRONG&gt;in];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods region x=&lt;STRONG&gt;2.5&lt;/STRONG&gt;in y=&lt;STRONG&gt;7.25&lt;/STRONG&gt;in width=&lt;STRONG&gt;3&lt;/STRONG&gt;in height=&lt;STRONG&gt;2.5&lt;/STRONG&gt;in;&lt;/P&gt;&lt;P&gt;ods text = "^{style[preimage='&amp;amp;path./ logo.png']}";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods region x=&lt;STRONG&gt;0.75&lt;/STRONG&gt;in y=&lt;STRONG&gt;8.75&lt;/STRONG&gt;in width=&lt;STRONG&gt;6.5&lt;/STRONG&gt;in height=&lt;STRONG&gt;1.25&lt;/STRONG&gt;in style=[backgroundColor=lightorange];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;odstext&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;p " " / style=[color=CXFFFFFF vjust=m just=center cellHeight=&lt;STRONG&gt;1.25&lt;/STRONG&gt;in];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS LAYOUT END;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I remove the code part where I am inserting image, still I am getting the white color line in-between the page. It exists even if I Zoom in or out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:17:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649542#M194744</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-21T12:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need workaround in PROC ODSTEXT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649543#M194745</link>
      <description>&lt;P&gt;Also is there a way we can scale image to fit as it is needed&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649543#M194745</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-21T12:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need workaround in PROC ODSTEXT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649544#M194746</link>
      <description>&lt;P&gt;What are the pixel dimensions of the logo ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649544#M194746</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-05-21T12:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need workaround in PROC ODSTEXT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649545#M194747</link>
      <description>&lt;P&gt;Width 900 pixels&lt;/P&gt;&lt;P&gt;Height 500 pixels&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649545#M194747</guid>
      <dc:creator>nishant77goel</dc:creator>
      <dc:date>2020-05-21T12:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need workaround in PROC ODSTEXT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649547#M194749</link>
      <description>&lt;P&gt;Are you seeing any warnings or notes in the log? Such as:&lt;/P&gt;
&lt;PRE&gt;WARNING: WIDTH exceeds available space for PDF destination.  This option will be ignored.
WARNING: HEIGHT exceeds available space for PDF destination.  This option will be ignored.
...
WARNING: The absolute region was too small to accommodate the output supplied for the PDF
         destination.  Output will be suppressed.
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:29:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-workaround-in-PROC-ODSTEXT/m-p/649547#M194749</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-05-21T12:29:23Z</dc:date>
    </item>
  </channel>
</rss>

