Usage Note 24317: Can I create a printable table of contents in my PDF?
Yes. The CONTENTS option on the ODS PDF statement
generates a table of contents with page numbers. It is the first page of your PDF file:
ods pdf file="file.pdf" contents;
This option is new for SAS 9.1.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | System Administration ==> Printing Third Party ==> Output ==> PDF SAS Reference ==> ODS (Output Delivery System)
|
| Date Modified: | 2005-08-19 16:21:19 |
| Date Created: | 2005-07-29 08:18:46 |