From: Achim G. <Str...@ne...> - 2013-07-18 18:30:06
|
sfeam (Ethan Merritt) writes: > I don't understand that description. Are you saying that your pdf output > from gnuplot consists of several hundred plots and you want each one to > have an associated "bookmark" (anchor?). Yes. Typically there is one plot per page and all pages are entered into a hierarchical bookmark tree to ease navigation. > The sequence gnuplot->postscript output->ps2pdf should produce > a pdf document containing a PDFMark. But that's one mark per file, > not one mark per plot. Does that help any? We already do this, piping the postscript output into GhostScript and then feeding the bookmark information inbetween the pages so that the metadata in the PDF gets built correctly. However pdfcairo is much faster, so I'm looking for a way to have cairo build the bookmark tree. Alternatively, a program that mixes the PDF produced by pdfcairo with the bookmark information would work. I've tried pdfjam, but it's even slower than our current solution. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada |