<?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 How to hide the bookmark in PDF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-hide-the-bookmark-in-PDF/m-p/125289#M10558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;I ran PDF report, but always have bookmark section on the left. How to remove/hide it? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS PDF STYLE=CUSTOM NOTOC;&lt;/P&gt;&lt;P&gt;TITLE "WIDE&amp;nbsp; CLAIMS&amp;nbsp; RECORD&amp;nbsp; TOTALS&amp;nbsp; FOR&amp;nbsp; &amp;amp;CKDATE&amp;nbsp; CHECKWRITE";&lt;/P&gt;&lt;P&gt;FOOTNOTE "REPORT&amp;nbsp; ON&amp;nbsp; &amp;amp;SYSDATE9.";&lt;/P&gt;&lt;P&gt;ODS PDF FILE="C:\TEMP\WIDE CLAIMS.PDF";&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;PROC PRINT DATA = RWORK.WIDECLAIM NOOBS LABEL;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS PDF CLOSE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 15:48:58 GMT</pubDate>
    <dc:creator>leisas</dc:creator>
    <dc:date>2012-09-19T15:48:58Z</dc:date>
    <item>
      <title>How to hide the bookmark in PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-hide-the-bookmark-in-PDF/m-p/125289#M10558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12pt;"&gt;I ran PDF report, but always have bookmark section on the left. How to remove/hide it? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS PDF STYLE=CUSTOM NOTOC;&lt;/P&gt;&lt;P&gt;TITLE "WIDE&amp;nbsp; CLAIMS&amp;nbsp; RECORD&amp;nbsp; TOTALS&amp;nbsp; FOR&amp;nbsp; &amp;amp;CKDATE&amp;nbsp; CHECKWRITE";&lt;/P&gt;&lt;P&gt;FOOTNOTE "REPORT&amp;nbsp; ON&amp;nbsp; &amp;amp;SYSDATE9.";&lt;/P&gt;&lt;P&gt;ODS PDF FILE="C:\TEMP\WIDE CLAIMS.PDF";&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;PROC PRINT DATA = RWORK.WIDECLAIM NOOBS LABEL;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS PDF CLOSE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 15:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-hide-the-bookmark-in-PDF/m-p/125289#M10558</guid>
      <dc:creator>leisas</dc:creator>
      <dc:date>2012-09-19T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the bookmark in PDF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-hide-the-bookmark-in-PDF/m-p/125290#M10559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I recommend that you change your invocation as shown below. With 2 ODS PDF statements, as you show, the NOTOC option in the FIRST statement was essentially begin ignored or NOT being used by the second invocation where you had FILE=. So it's better to put ALL the options on the&amp;nbsp; same invocation for the FILE=.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ODS PDF FILE="C:\TEMP\WIDE CLAIMS.PDF" style=custom notoc;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;TITLE "WIDE&amp;nbsp; CLAIMS&amp;nbsp; RECORD&amp;nbsp; TOTALS&amp;nbsp; FOR&amp;nbsp; &amp;amp;CKDATE&amp;nbsp; CHECKWRITE";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;FOOTNOTE "REPORT&amp;nbsp; ON&amp;nbsp; &amp;amp;SYSDATE9.";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;PROC PRINT DATA = RWORK.WIDECLAIM NOOBS LABEL;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;RUN;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ODS PDF CLOSE;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 18:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-hide-the-bookmark-in-PDF/m-p/125290#M10559</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-09-19T18:17:25Z</dc:date>
    </item>
  </channel>
</rss>

