<?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: Remove ODS PDF Bookmarks in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163221#M6121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;BOOKMARKGEN worked perfectly, I want to keep the bookmarks, just suppress the blank ones created by moving the PROC TABULATE output.&amp;nbsp; I put a &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;BOOKMARKGEN = NO before the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;PROC TABULATE statement that I move, then a &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;BOOKMARKGEN = YES after it restart the bookmark generation.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 18:15:13 GMT</pubDate>
    <dc:creator>P5C768</dc:creator>
    <dc:date>2014-08-19T18:15:13Z</dc:date>
    <item>
      <title>Remove ODS PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163216#M6116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am trying to move two tables created by a PROC TABULATE statement onto one page of a PDF.&amp;nbsp; I was able to do so using startpage = never and ods pdf startpage=now to control the page placement, however it doesn't remove the PDF bookmark for the table I move onto the first page.&amp;nbsp; The best I can do is set it to be a blank label using ods proclabel ' '.&amp;nbsp; Is there a way to completely remove this bookmark?&amp;nbsp; I've tried using PROC DOCUMENT as well but can't seem to get it to work.&amp;nbsp; Thanks!_pd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 16:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163216#M6116</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2014-08-15T16:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ODS PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163217#M6117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&amp;nbsp; A simple way to completely remove the bookmarks is to use NOTOC or BOOKMARKGEN=NO as options. Would that work for you?&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;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods listing close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods pdf file="C:\Temp\nobookmark.pdf" startpage=no bookmarkgen=no;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;. . . your code. . .&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods pdf close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 00:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163217#M6117</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-16T00:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ODS PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163218#M6118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you can use NOTOC option in ods pdf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 07:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163218#M6118</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2014-08-16T07:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ODS PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163219#M6119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are correct. NOTOC was the -first- bookmark control. BOOKMARKGEN, in conjunction with BOOKMARKLIST was introduced later (9.0 or 9.1?) to give you a bit more control than plain NOTOC. For example, you can set BOOKMARKGEN=YES but then choose to hide the bookmark area with BOOKMARKLIST=HIDE. So on the initial open of the PDF file, the viewer will not see the bookmark area, but they can click the bookmark icon to reveal the TOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 12:55:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163219#M6119</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-16T12:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ODS PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163220#M6120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info....gud options to here...i used till now notoc option only...might use options you mentioned in future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Aug 2014 16:58:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163220#M6120</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2014-08-16T16:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove ODS PDF Bookmarks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163221#M6121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;BOOKMARKGEN worked perfectly, I want to keep the bookmarks, just suppress the blank ones created by moving the PROC TABULATE output.&amp;nbsp; I put a &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;BOOKMARKGEN = NO before the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;PROC TABULATE statement that I move, then a &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;BOOKMARKGEN = YES after it restart the bookmark generation.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 18:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-ODS-PDF-Bookmarks/m-p/163221#M6121</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2014-08-19T18:15:13Z</dc:date>
    </item>
  </channel>
</rss>

