<?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: How to use &amp;quot;Full Screen&amp;quot; option with ods PDF? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147433#M5575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What style are using?&lt;/P&gt;&lt;P&gt;You can specify the custom style in your ods pdf statement, eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS pdf file="&amp;amp;ruta&amp;amp;name..pdf" startpage=no style=minimal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/65308/HTML/default/viewer.htm#n089dstr4ocu6wn0zp1ihjzri6im.htm" title="http://support.sas.com/documentation/cdl/en/odsug/65308/HTML/default/viewer.htm#n089dstr4ocu6wn0zp1ihjzri6im.htm"&gt;SAS(R) 9.3 Output Delivery System: User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That style will have some padding for the boundaries. You can modify that by creating a custom style.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2013 20:18:42 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-11-19T20:18:42Z</dc:date>
    <item>
      <title>How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147430#M5572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem trying to remove the margins in ods PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I designed this with SAS Graph but i cannot find the options to completly remove Margins. I want to use full screen and I cannot do it &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also attach the pdf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me? Thx in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the graphic:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Infografia.PNG" class="jive-image-thumbnail jive-image" height="361" src="https://communities.sas.com/legacyfs/online/4535_Infografia.PNG" style="height: 361px; width: 509.2476489028213px;" width="509" /&gt;&lt;/P&gt;&lt;P&gt;This is the pdf part of the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions DEVICE=pdfc;&lt;/P&gt;&lt;P&gt;options orientation=landscape;&lt;/P&gt;&lt;P&gt;options nodate;&lt;/P&gt;&lt;P&gt;options nonumber;&lt;/P&gt;&lt;P&gt;OPTIONS LEFTMARGIN=0in RIGHTMARGIN=0in TOPMARGIN=0in BOTTOMMARGIN=0in;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS LISTING CLOSE;&lt;/P&gt;&lt;P&gt;ODS pdf file="&amp;amp;ruta&amp;amp;name..pdf" startpage=no;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions xpixels=912 ypixels=647;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc greplay nofs igout=work.gseg tc=tempcat;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdef custom des='Dashboard'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1/ llx=0.55&amp;nbsp;&amp;nbsp;&amp;nbsp; lly=44.27&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ulx=0.55&amp;nbsp; uly=79.26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=58.66&amp;nbsp; ury=79.26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=58.66&amp;nbsp;&amp;nbsp; lry=44.27&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2/ llx=0.55&amp;nbsp;&amp;nbsp;&amp;nbsp; lly=79.26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ulx=0.55&amp;nbsp; uly=87&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=58.66&amp;nbsp; ury=87&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=58.66&amp;nbsp;&amp;nbsp; lry=79.26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 3/ llx=0.55&amp;nbsp;&amp;nbsp;&amp;nbsp; lly=0.77&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ulx=0.55&amp;nbsp; uly=35.76&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=58.66&amp;nbsp; ury=35.76&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=58.66&amp;nbsp;&amp;nbsp; lry=0.77&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 4/ llx=0.55&amp;nbsp;&amp;nbsp;&amp;nbsp; lly=35.76&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ulx=0.55&amp;nbsp; uly=43.50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=58.66&amp;nbsp; ury=43.50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=58.66&amp;nbsp;&amp;nbsp; lry=35.76&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 5/ llx=59.21&amp;nbsp;&amp;nbsp; lly=0.77&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ulx=59.21&amp;nbsp; uly=79.26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=99.45&amp;nbsp; ury=79.26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=99.45&amp;nbsp;&amp;nbsp; lry=0.77&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 6/ llx=59.21&amp;nbsp;&amp;nbsp; lly=79.26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ulx=59.21&amp;nbsp; uly=87&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=99.45&amp;nbsp; ury=87&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=99.45&amp;nbsp;&amp;nbsp; lry=79.26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 7/ llx=0&amp;nbsp; lly=87.77&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ulx=0&amp;nbsp; uly=100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=100&amp;nbsp; ury=100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=100&amp;nbsp;&amp;nbsp; lry=87.77&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; template custom;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; treplay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1:rank1 2:Titulo1 3:rank2 4:Titulo2 5:slope 6:Titulo3 7:Header&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; des='' name="&amp;amp;name";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf close ;&lt;/P&gt;&lt;P&gt;ods listing ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 18:18:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147430#M5572</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2013-11-18T18:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147431#M5573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have time to check but I'd recommend looking at the style template, probably the TABLE or BODY element has some padding/margin in it.&amp;nbsp; Most of the default elements do have a small amount.&amp;nbsp; You could try running it with TAGSETS.STYLE_POPUP and seeing if it reports that margin coming from a particular element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 20:31:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147431#M5573</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2013-11-18T20:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147432#M5574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how to use these options or what modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I search in google "TAGSETS STYLE" but I didn't find something that looks usefull for my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 19:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147432#M5574</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2013-11-19T19:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147433#M5575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What style are using?&lt;/P&gt;&lt;P&gt;You can specify the custom style in your ods pdf statement, eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS pdf file="&amp;amp;ruta&amp;amp;name..pdf" startpage=no style=minimal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/65308/HTML/default/viewer.htm#n089dstr4ocu6wn0zp1ihjzri6im.htm" title="http://support.sas.com/documentation/cdl/en/odsug/65308/HTML/default/viewer.htm#n089dstr4ocu6wn0zp1ihjzri6im.htm"&gt;SAS(R) 9.3 Output Delivery System: User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That style will have some padding for the boundaries. You can modify that by creating a custom style.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 20:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147433#M5575</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-11-19T20:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147434#M5576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't using any style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryied with style = minimal but it also has boundaries. I going to investigate how to create and use a custom Style with no boundaries...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 20:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147434#M5576</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2013-11-19T20:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147435#M5577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Highly recommend &lt;A href="http://support.sas.com/rnd/base/ods/scratch/tables-from-sc-paper.pdf" title="http://support.sas.com/rnd/base/ods/scratch/tables-from-sc-paper.pdf"&gt;http://support.sas.com/rnd/base/ods/scratch/tables-from-sc-paper.pdf&lt;/A&gt; for that purpose.&amp;nbsp; Kevin Smith's explanations are very concise and to the point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 20:30:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147435#M5577</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2013-11-19T20:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147436#M5578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there such a thing as no style or does it use the default style?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 20:40:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147436#M5578</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-11-19T20:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147437#M5579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, I'm using SAS EG default style...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 20:44:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147437#M5579</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2013-11-19T20:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use "Full Screen" option with ods PDF?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147438#M5580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're in EG, there's a style editor that is point and click &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Tools&amp;gt;Style Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy the style that want or are using and then modify the margins of 8px to 0px instead. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 21:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-use-quot-Full-Screen-quot-option-with-ods-PDF/m-p/147438#M5580</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-11-19T21:04:49Z</dc:date>
    </item>
  </channel>
</rss>

