<?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: Printing a table of contents in a PDF file in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73498#M8375</link>
    <description>This gives a TOC with links on the electronic document but it does not form part of the doc when it is printed.</description>
    <pubDate>Tue, 10 Feb 2009 16:46:01 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-02-10T16:46:01Z</dc:date>
    <item>
      <title>Printing a table of contents in a PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73496#M8373</link>
      <description>I have created a PDF, using a number of Proc reports . Using proclabel, I have created a TOC with all of the correct titles but I also want to print the TOC at the begining of the report, with page nos, as it is normally distributed as a printed item.&lt;BR /&gt;
&lt;BR /&gt;
Can anyone help?</description>
      <pubDate>Tue, 10 Feb 2009 15:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73496#M8373</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-10T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Printing a table of contents in a PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73497#M8374</link>
      <description>hi:&lt;BR /&gt;
 In SAS 9, you have the CONTENTS= option:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  ods pdf file='xyz.pdf' contents=yes;&lt;BR /&gt;
    ** proc report 1;&lt;BR /&gt;
    ** proc report 2;&lt;BR /&gt;
    ** proc report 3;&lt;BR /&gt;
  ods pdf close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 10 Feb 2009 16:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73497#M8374</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-02-10T16:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printing a table of contents in a PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73498#M8375</link>
      <description>This gives a TOC with links on the electronic document but it does not form part of the doc when it is printed.</description>
      <pubDate>Tue, 10 Feb 2009 16:46:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73498#M8375</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-10T16:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Printing a table of contents in a PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73499#M8376</link>
      <description>Hi:&lt;BR /&gt;
  That is very odd. When I run the code below, and then print the resulting document, I do -get- a separate TOC as the first page when I print -- in both 9.1 and 9.2. &lt;BR /&gt;
&lt;BR /&gt;
 I suggest you contact Tech Support on this issue.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods pdf file='c:\temp\xyz.pdf' contents=yes;&lt;BR /&gt;
      &lt;BR /&gt;
proc report data=sashelp.class (obs=5) nowd;&lt;BR /&gt;
run;&lt;BR /&gt;
            &lt;BR /&gt;
proc report data=sashelp.class(obs=5) nowd;&lt;BR /&gt;
run;&lt;BR /&gt;
               &lt;BR /&gt;
proc report data=sashelp.shoes(obs=50) nowd;&lt;BR /&gt;
run;&lt;BR /&gt;
             &lt;BR /&gt;
proc report data=sashelp.class(obs=5) nowd;&lt;BR /&gt;
run;&lt;BR /&gt;
              &lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 10 Feb 2009 17:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73499#M8376</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-02-10T17:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printing a table of contents in a PDF file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73500#M8377</link>
      <description>Thanks for that - I had the option in the wrong place...</description>
      <pubDate>Wed, 11 Feb 2009 13:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-a-table-of-contents-in-a-PDF-file/m-p/73500#M8377</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-11T13:31:11Z</dc:date>
    </item>
  </channel>
</rss>

