Hi,
I have an application generating 1 large PDF file.
Let's say that I have to create output per Division. For each Division I have to create 3 pages, each page containing several tables and graphs.
I need to add a table of contents and bookmarks showing - instead of PROC names, and labels like 'GCHART15' - meaningfull information: 1 item for each Division
Example
Assume an output with
Page 1: Division One, with Table1 and Chart1
Page 2: Division One, with Chart2, Chart3 en Table 2
Page 3: Division One, with Table3 and Plot1
Page 4: Divsion Two, with Table 4 and Chart 4
etc..
I want to have a TOC and bookmarks showing only
- Division One
- Division Two
Does anyone have an example on this?
Henri