> Does anyone know of a plugin or similar which will allow the insertion > of interactive links in a pdf file prepared in oo for on screen display.
This will only ever work if the pdf is created by the application directly, and not if the pdf is created from postscript with ghostscript. Ghostscript doesn't extract this sort of information from the postscript (assuming it's in the postscript in the first place, which it isn't for Linux applications). You can check any pdf for whether it was created by ghostscript with strings file.pdf|grep -i ghostscript Your options for making crosslinked pdfs aren't that many - pdflatex, scribus, and that's probably about it. I don't think oo is on the list, but check yourself. Volker -- Volker Kuhlmann is list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.
