October 2009
Beginner
636 pages
13h 35m
English
With ODS HTML output, you can generate a table of contents to help you find the results you want in a lengthy report. You also get a table of contents with ODS PDF output.
The PDF format supports the creation of bookmarks, which are displayed by Adobe Reader in a window to the left of the main PDF file. By clicking on a bookmark, you can jump directly to the correct output page. The PDF bookmarks created by ODS are basically the same as the headings and subheadings created in an ODS HTML table of contents.
The following code illustrates this feature. It produces a two-page output file with several tables, which are bookmarked in the PDF output.
title 'Analysis of Consumer Complaints'; ODS PDF FILE='ComplaintAnalysis.pdf'; ...
Read now
Unlock full access