<?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: ods pdf -- frame/border around entire page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418825#M19960</link>
    <description>&lt;P&gt;It looks to me like you would create a region that was the whole page and then have your layout pieces inside that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/159-31.pdf" target="_self"&gt;http://www2.sas.com/proceedings/sugi31/159-31.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;shows a page background with blue and parts inside it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where it has&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods region
x=0 pct
y=0 pct
height=100 pct
width =100 pct;
goptions cback=cyan;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you may be able to figure out how to set a border instead of a background color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 15:32:00 GMT</pubDate>
    <dc:creator>HB</dc:creator>
    <dc:date>2017-12-06T15:32:00Z</dc:date>
    <item>
      <title>ods pdf -- frame/border around entire page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418650#M19956</link>
      <description>&lt;P&gt;any suggestions how I put a frame/border around the entire page, in an ods pdf output?&lt;/P&gt;
&lt;P&gt;(I've got a number of layout pieces, and would like them all enclosed in a&amp;nbsp;single frame - what the boss wants)&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 01:05:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418650#M19956</guid>
      <dc:creator>Dave25</dc:creator>
      <dc:date>2017-12-06T01:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf -- frame/border around entire page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418825#M19960</link>
      <description>&lt;P&gt;It looks to me like you would create a region that was the whole page and then have your layout pieces inside that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/159-31.pdf" target="_self"&gt;http://www2.sas.com/proceedings/sugi31/159-31.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;shows a page background with blue and parts inside it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where it has&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods region
x=0 pct
y=0 pct
height=100 pct
width =100 pct;
goptions cback=cyan;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you may be able to figure out how to set a border instead of a background color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 15:32:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418825#M19960</guid>
      <dc:creator>HB</dc:creator>
      <dc:date>2017-12-06T15:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf -- frame/border around entire page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418891#M19962</link>
      <description>&lt;P&gt;thanks for the reply. I had seen the paper you referred to, but was hoping to avoid gslide.&amp;nbsp; I did try, but am not getting the hoped-for results:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;options nodate nonumber;&lt;/P&gt;
&lt;P&gt;title;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;ods pdf file = "C:\a\test.pdf" NOGTITLE ;&lt;/P&gt;
&lt;P&gt;%ANNOMAC&lt;/P&gt;
&lt;P&gt;data anno; &lt;BR /&gt;%bar(0,0,100,100,cyan,e,1);&lt;BR /&gt;XSYS='3'; &lt;BR /&gt;YSYS='3'; &lt;BR /&gt;output; &lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods layout start;&lt;BR /&gt; ods region &lt;BR /&gt;x=0 pct&lt;BR /&gt; y=0 pct&lt;BR /&gt; height=100 pct&lt;BR /&gt; width =100 pct;&lt;BR /&gt;proc gslide anno=anno;&lt;BR /&gt;run; quit;&lt;BR /&gt;ods layout end;&lt;BR /&gt; ods pdf close;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 17:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418891#M19962</guid>
      <dc:creator>Dave25</dc:creator>
      <dc:date>2017-12-06T17:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf -- frame/border around entire page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418930#M19963</link>
      <description>&lt;P&gt;I would have guessed BORDER or FRAME rather than ANNOTATE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc gslide border
    cframe="black"
    wframe=4;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=graphref&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=n15s6i8fnays79n1u46q5tknxcsh.htm&amp;amp;locale=en" target="_self"&gt;http://documentation.sas.com/?docsetId=graphref&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=n15s6i8fnays79n1u46q5tknxcsh.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="xis-codeDescription"&gt;"The BORDER option draws a box around the entire graphics output area." &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 20:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418930#M19963</guid>
      <dc:creator>HB</dc:creator>
      <dc:date>2017-12-06T20:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf -- frame/border around entire page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418933#M19964</link>
      <description>&lt;P&gt;that works&amp;nbsp;- thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 20:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-frame-border-around-entire-page/m-p/418933#M19964</guid>
      <dc:creator>Dave25</dc:creator>
      <dc:date>2017-12-06T20:08:20Z</dc:date>
    </item>
  </channel>
</rss>

