Hughes, Jim wrote:
Here is my change.  Its been quite a while. When the PDF is opened, the
book marks are opened on the left and the pages are opened on the right.

          || Generate the catalog object and save ID
          */
          numCatalogObj = PDFNewObj()
          CALL PDFQueueCntl "<<"
          CALL PDFQueueCntl "/Type /Catalog"
          CALL PDFQueueCntl "/Pages " || numPagesObj || " 0 R"
          IF pdf.boolIndex THEN DO
/* jim */   CALL PDFQueueCntl "/PageMode /UseOutlines "
            CALL PDFQueueCntl "/Outlines " || numOutlinesObj || " 0 R"
          END
          CALL PDFQueueCntl ">>"
          CALL PDFEndObj

Cool, already in there. You must have an older version as it was added on June 30, of '02.

Leland

Reply via email to