3

I try to open a hyperlink from a feature in QGIS using the Windows options. I managed to make a hyperlink working, by copying in the edit action tab, the Adobe Acrobat path, the field name and the destination field, but it shows error messages. If I close the messages, I can visualise the document.

enter image description here

enter image description here

1 Answers1

2

For Acrobat, the name-less parameter is a list of PDF to be opened. You are giving it a first valid name, then a folder name, which is not a valid PDF and triggers the error. Note that adding an endig path separator will lead to another error.

The solution is to remove the folder name (so just leave the path to Acrobat and the field name containing the reference to the PDF).

On a side note, this has nothing to do with QGIS. The error message is from Acrobat and the same behavior occurs when using Windows command line.

JGH
  • 41,794
  • 3
  • 43
  • 89
  • It sometimes work, sometimes don`t. Should I insert the link in the field in some way different? I use to add them with copy as path. – Vlad Cumpanas Jan 30 '18 at 09:50