<?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: get rid of child bookmark from PDF file in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5788#M2345</link>
    <description>Hi:&lt;BR /&gt;
  To accomplish that, I'd recommend using ODS DOCUMENT and the DOCUMENT window.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Wed, 05 Dec 2007 00:30:49 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-12-05T00:30:49Z</dc:date>
    <item>
      <title>get rid of child bookmark from PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5785#M2342</link>
      <description>Dears&lt;BR /&gt;
&lt;BR /&gt;
Could any of you give me a hint as how to get rid of PDF file child bookmark as "DATA SET SASHELP.CLASS" which can be seen from the pdf file printed by codes below. I have tried hard and referenced quite lot of ODS PDF related user guide, it seems to be no good way to do so. Many thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
ODS  PDF  FILE = "c:\temp\class.pdf" BOOKMARKLIST = HIDE;&lt;BR /&gt;
ODS PROCLABEL "This bookmark I need";&lt;BR /&gt;
&lt;BR /&gt;
Proc print data=sashelp.class;&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ODS _ALL_ CLOSE;</description>
      <pubDate>Mon, 03 Dec 2007 15:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5785#M2342</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-12-03T15:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of child bookmark from PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5786#M2343</link>
      <description>Hi:&lt;BR /&gt;
  Try using the CONTENTS= option on the PROC PRINT statement:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
ODS PDF FILE = "c:\temp\class.pdf" &lt;BR /&gt;
        BOOKMARKLIST = HIDE;&lt;BR /&gt;
ODS PROCLABEL "Proc Print Node";&lt;BR /&gt;
    &lt;BR /&gt;
Proc print data=sashelp.class&lt;BR /&gt;
     contents="This bookmark I need";&lt;BR /&gt;
run;&lt;BR /&gt;
    &lt;BR /&gt;
ODS _ALL_ CLOSE; &lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
  Which does not get rid of the 2nd node, but does effectively allow you to give it the bookmark text you want. &lt;BR /&gt;
The use of CONTENTS=' ' (quote blank quote) will get rid of any text, but not the node itself.&lt;BR /&gt;
 &lt;BR /&gt;
  ODS DOCUMENT and PROC DOCUMENT also give you a way to rearrange and replay your ODS output objects so that the TOC/bookmark area has any structure you want.&lt;BR /&gt;
 &lt;BR /&gt;
  Or, you could check Tech Support for the Template FAQ to investigate changing the style template, which in some instances gives you a certain amount of control over the Table of Contents/Bookmark text.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 03 Dec 2007 15:36:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5786#M2343</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-12-03T15:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of child bookmark from PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5787#M2344</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Many thanks for your suggestions though my ultimate goal is to simply get rid of the 2nd node. &lt;BR /&gt;
&lt;BR /&gt;
ssas</description>
      <pubDate>Tue, 04 Dec 2007 08:49:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5787#M2344</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-12-04T08:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: get rid of child bookmark from PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5788#M2345</link>
      <description>Hi:&lt;BR /&gt;
  To accomplish that, I'd recommend using ODS DOCUMENT and the DOCUMENT window.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 05 Dec 2007 00:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/get-rid-of-child-bookmark-from-PDF-file/m-p/5788#M2345</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-12-05T00:30:49Z</dc:date>
    </item>
  </channel>
</rss>

