OMG, it's been that long?? _____________________ Jim Hughes x5586 "It is fun to do the impossible." Quote from Walt Disney
________________________________ From: The IBM z/VM Operating System on behalf of Leland Lucius Sent: Wed 11/19/2008 9:52 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Opinions needed on next version of TXT2PDF 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