<?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 ODS PDF Table of Contents displaying on top of graphs in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Table-of-Contents-displaying-on-top-of-graphs/m-p/227594#M14424</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I submit the&amp;nbsp;code below, no matter what combination of options I try with it, the output produced has the Table of Contents overlayed on top of the graph (image below).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf contents;
proc univariate data=dataset; var ml; histogram ml; run; 
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/338i1CC108C55DB233D7/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Table of Contents &amp;amp; Histogram.JPG" title="Table of Contents &amp;amp; Histogram.JPG" width="622" height="407" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;I'm on a 64-bit using SAS 9.4. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Has anyone else experienced this, what might I be doing&amp;nbsp;incorrectly, and is there a solution/work-around?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2015 23:56:16 GMT</pubDate>
    <dc:creator>moreka</dc:creator>
    <dc:date>2015-09-28T23:56:16Z</dc:date>
    <item>
      <title>ODS PDF Table of Contents displaying on top of graphs</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Table-of-Contents-displaying-on-top-of-graphs/m-p/227594#M14424</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I submit the&amp;nbsp;code below, no matter what combination of options I try with it, the output produced has the Table of Contents overlayed on top of the graph (image below).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf contents;
proc univariate data=dataset; var ml; histogram ml; run; 
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/338i1CC108C55DB233D7/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Table of Contents &amp;amp; Histogram.JPG" title="Table of Contents &amp;amp; Histogram.JPG" width="622" height="407" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 20px;"&gt;I'm on a 64-bit using SAS 9.4. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Has anyone else experienced this, what might I be doing&amp;nbsp;incorrectly, and is there a solution/work-around?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 23:56:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Table-of-Contents-displaying-on-top-of-graphs/m-p/227594#M14424</guid>
      <dc:creator>moreka</dc:creator>
      <dc:date>2015-09-28T23:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Table of Contents displaying on top of graphs</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Table-of-Contents-displaying-on-top-of-graphs/m-p/227664#M14427</link>
      <description>&lt;P&gt;You should provide the full code, including the ODS PDF destination code as options there may be related to the issue. Also, which version of SAS are you running?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 14:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Table-of-Contents-displaying-on-top-of-graphs/m-p/227664#M14427</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-09-29T14:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Table of Contents displaying on top of graphs</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Table-of-Contents-displaying-on-top-of-graphs/m-p/227703#M14429</link>
      <description>&lt;P&gt;I'm on SAS 9.4, 64-bit&amp;nbsp;Windows 7.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That really is the only code submitted, other than creating a temporary dataset and running an "options nofmterr;" for the dataset. I'm on a different machine now with a different dataset getting the same results&amp;nbsp;(log attached).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried&amp;nbsp;directing it to a&amp;nbsp;specifiic&amp;nbsp;output destination, and tested it with and without&amp;nbsp;about every option for PDF ODS, but it comes&amp;nbsp;out wrong every time the "contents" or "contents=yes" option was included.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/342i9D208C02980A59B9/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" width="658" height="474" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 15:55:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Table-of-Contents-displaying-on-top-of-graphs/m-p/227703#M14429</guid>
      <dc:creator>moreka</dc:creator>
      <dc:date>2015-09-29T15:55:06Z</dc:date>
    </item>
  </channel>
</rss>

