Thanks for this Lasse, glad I'm not the only one having these problems too :)
I have downloaded notepad++ and too tried to find&replace all instances of /Type/Action/S/URI/URI/(doc.pdf)
with
/Type/Action/S/Launch/F/(doc.pdf)
but it doesn't seem to work for me?
If I then click the modified links using Adobe Reader X (10.1.3) it appears that nothing happens. i should point out that they still appear as hyperlinks though (blue font colour, underlined). Funnily enough though, if I then open the same pdf in internet
explorer, the links do work; opening hyperlinked pdf documents in the same explorer window...
Any hints as to why I might be experiencing this behavior? Or am I typing my 'Launch' hyperlinks wrongly or something? (see below for an example of "find&replace'd" hyperlinks:)
<</Subtype/Link/Rect[ 77.651 600.07 149.5 613.86] /BS<</W 0>>/F 4/A<</Type/Action/S/Launch/F(file://Royfs04/database/MJ%20Quality%20&%20Technical/Quality/SANDBOX%20FOLDER/Royston%20Procedures/Series%203%20Procedures/QMS-3-0-5B.pdf) >>/StructParent 4>>
As far as I can tell, you should not include the file URI scheme in your argument to "F". I just tried it myself and it does not work. Also, the documentation states the following for the "F" argument: it is of type "file specification" where an example
of a such could be:
relative: "subfolder/spec.pdf ", e.g., F(subfolder/spec.pdf)
absolute: "/c/pdfdocs/spec.pdf", e.g., F(/c/pdfdocs/spec.pdf)
<</Subtype/Link/Rect[ 77.651 600.07 149.5 613.86] /BS<</W 0>>/F 4/A<</Type/Action/S/Launch/F(Royfs04/database/MJ%20Quality%20&%20Technical/Quality/SANDBOX%20FOLDER/Royston%20Procedures/Series%203%20Procedures/QMS-3-0-5B.pdf)
>>/StructParent 4>>
Note however, that the path given to "F" ( in this example ) is a relative path ( relative to the PDF file ) - but I guess that is what you want :)