On 28 September 2010 15:36, Thom Brown <[email protected]> wrote: > On 28 September 2010 15:30, Kevin Grittner <[email protected]> > wrote: >> "Erik Rijkers" <[email protected]> wrote: >> >>> Something seems to have gone wrong with generating the version 9.0 >>> PDFs on the website: both A4 and US have no bookmarks tab. (I'm >>> reading with Adobe Reader 7.0.0) >> >> Odd. From this page: >> >> http://www.postgresql.org/docs/manuals/ >> >> With Okular Version 0.9.2 the 9.0 US PDF has a working Bookmarks >> tab, as well as the Thumbnail and Reviews tabs, but the Contents tab >> is disabled. (It works with the 8.4 US PDF.) >> >> Perhaps it has something to do with the filtering to reduce the file >> size; it may have had some unexpected side effects. > > Yes the JPDFTweak process may have stripped that out. :S I can > confirm the issue :/
Just experimented, and found that even if you tell it to use "pdfmarks" (using -om), the bookmarks are still lost, so not sure that option will help. I could only get the bookmarks back if I exported the bookmarks and re-imported them: java -jar jpdftweak.jar -i inputfile.pdf -savebookmarks bookmarks.csv java -jar jpdftweak.jar -i inputfile.pdf -os -loadbookmarks bookmarks.csv -o outputfile.pdf -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
