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
____________________
Jim Hughes
603-271-5586
"It is fun to do the impossible."
==>-----Original Message-----
==>From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED]
On
==>Behalf Of Leland
==>Sent: Wednesday, November 19, 2008 5:05 PM
==>To: [email protected]
==>Subject: Re: Opinions needed on next version of TXT2PDF
==>
==>Quoting "Hughes, Jim" <[EMAIL PROTECTED]>:
==>
==>> We did make a minor change to have the PDF open with bookmarks
visable.
==>>
==>What was the change? If you'd like, I'l make it permanent as it
sounds
==>like a
==>useful addition.
==>
==>> You have done an excellent job Leland. Thanks.
==>>
==>Thanks much,
==>
==>Leland