<?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: Removing Second Level BookMark from PDF file in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504489#M21896</link>
    <description>&lt;P&gt;Have you tried to play with the OBJECTLABEL option of SGRENDER? Where does the label end up in the TOC?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2018 20:39:48 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2018-10-15T20:39:48Z</dc:date>
    <item>
      <title>Removing Second Level BookMark from PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504448#M21895</link>
      <description>&lt;P&gt;I'm trying to remove the second level of bookmark from the PDF output that i create using ODS PDF. I am able to collapse it using&amp;nbsp;pdftoc=1 in the ODS PDF statement. But how can I completely remove this second level of bookmark. See attachment where it says "The SGRender Procedure"&amp;nbsp; (Please note i do need the first level bookmark so cannot use&amp;nbsp;NOBOOKMARKGEN option it turns it off completely.)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let ods_pdf_out = &amp;lt;Name and Location of the PDF file&amp;gt;;
ods pdf file = "&amp;amp;ods_pdf_out." style=mystyle pdftoc=1;
ODS PROCLABEL "Figure 14.3.5.1.1 : Box and Whisker Plot Over Time of Systolic Blood Pressure (mmHg): Observed Values";

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24028i1D2CF68AFCB77858/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS.jpg" alt="SAS.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 19:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504448#M21895</guid>
      <dc:creator>singhbrothers1</dc:creator>
      <dc:date>2018-10-15T19:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Second Level BookMark from PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504489#M21896</link>
      <description>&lt;P&gt;Have you tried to play with the OBJECTLABEL option of SGRENDER? Where does the label end up in the TOC?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 20:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504489#M21896</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-10-15T20:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Second Level BookMark from PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504593#M21897</link>
      <description>&lt;P&gt;Output of Proc SGrender is just one of the outputs. My outputs use various procedure e.g. Proc Report, Proc SGRender, Proc LIfe test.&amp;nbsp; Is there a general way to removing the bookmarks or managing them as a post process, from PDF files?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 04:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504593#M21897</guid>
      <dc:creator>singhbrothers1</dc:creator>
      <dc:date>2018-10-16T04:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Second Level BookMark from PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504727#M21898</link>
      <description>Hi: The "general" way is to use ODS PROCLABEL and/or the CONTENTS= option for procedures like PRINT, REPORT and TABULATE that have the CONTENTS= option. For other procedure output, the more general way to control the TOC is to use ODS DOCUMENT and PROC DOCUMENT, as shown in these papers:&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/sgf09/318-2009.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/sgf09/318-2009.pdf&lt;/A&gt; &lt;BR /&gt;and&lt;BR /&gt;&lt;A href="http://support.sas.com/rnd/base/ods/scratch/document-tips.pdf" target="_blank"&gt;http://support.sas.com/rnd/base/ods/scratch/document-tips.pdf&lt;/A&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings12/273-2012.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings12/273-2012.pdf&lt;/A&gt; &lt;BR /&gt;and&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2012/11/19/ods-at-your-fingertips-with-proc-document/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2012/11/19/ods-at-your-fingertips-with-proc-document/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 16 Oct 2018 14:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Removing-Second-Level-BookMark-from-PDF-file/m-p/504727#M21898</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-10-16T14:18:18Z</dc:date>
    </item>
  </channel>
</rss>

