<?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: PDF with two root bookmark nodes in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165962#M12187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My only suggestion would be proc document.&amp;nbsp; Have fiddled around with it in the past: &lt;A _jive_internal="true" href="https://communities.sas.com/thread/42000"&gt;https://communities.sas.com/thread/42000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But is a bit basic, have gone back to manually creating the PDFs by hand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 14:23:41 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-02-12T14:23:41Z</dc:date>
    <item>
      <title>PDF with two root bookmark nodes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165961#M12186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a bookmarked PDF with two bookmark nodes so I can navigate the document mentbased on different criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider this blankcrf.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2-12-2015 7-53-38 AM.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9133_2-12-2015 7-53-38 AM.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165961#M12186</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-02-12T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: PDF with two root bookmark nodes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165962#M12187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My only suggestion would be proc document.&amp;nbsp; Have fiddled around with it in the past: &lt;A _jive_internal="true" href="https://communities.sas.com/thread/42000"&gt;https://communities.sas.com/thread/42000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But is a bit basic, have gone back to manually creating the PDFs by hand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 14:23:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165962#M12187</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-12T14:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: PDF with two root bookmark nodes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165963#M12188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 23:07:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165963#M12188</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-02-12T23:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: PDF with two root bookmark nodes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165964#M12189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what kind of PROC you are using for PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file='c:\temp\x.pdf' ;&lt;/P&gt;&lt;P&gt;ods proclabel='ADMaS';&lt;/P&gt;&lt;P&gt;proc report data=sashelp.class nowd contents=' ';run;&lt;/P&gt;&lt;P&gt;ods proclabel='STDM';&lt;/P&gt;&lt;P&gt;proc report data=sashelp.class nowd contents=' ';run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 08:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165964#M12189</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-02-13T08:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: PDF with two root bookmark nodes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165965#M12190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does produce two root notes but they point to different places.&amp;nbsp; I want them to point to the same place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 12:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165965#M12190</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-02-13T12:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: PDF with two root bookmark nodes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165966#M12191</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; You might be able to do that with PROC DOCUMENT and using LINKs, but the only way that I know that bookmarks work is to make a new link that points to a new output object. I am not clear on how to point 2 different nodes to the same output object. That would be a question for Tech Support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 14:29:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165966#M12191</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-02-13T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: PDF with two root bookmark nodes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165967#M12192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have been thinking about this for a day or two and I am wondering what you are trying to achieve with the PDF bookmarks thing.&amp;nbsp; It looks a bit like a CDISC define file with the bookmark for SDTM.&amp;nbsp; If that's the case I am not sure why you don't just create an XML based define.&amp;nbsp; TBH I am not a fan of adobe products at all (actually second only to apple), e.g. proprietary, closed source, expensive, full of security flaws.&amp;nbsp; So maybe check out the guidance at: &lt;A class="active_link" href="http://www.cdisc.org/define-xml" title="http://www.cdisc.org/define-xml"&gt;http://www.cdisc.org/define-xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are of course other methods of getting the information into a PDF, Javascripting in Acrobat, maybe creating a Word file first (or RTF?) with all the links, TOC etc. then porting it over.&amp;nbsp; But at the end of the day is PDF the right format?&amp;nbsp; I know the recent release has changed to a portfolio style format so you can include other files, has caused nothing but trouble.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 12:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PDF-with-two-root-bookmark-nodes/m-p/165967#M12192</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-02-14T12:52:10Z</dc:date>
    </item>
  </channel>
</rss>

