Hyperlink to local files_Using a pdf instead of HTML
Heya everyone,
for a small project, I am trying to avoid coding and would like users to be able to swift through documents using a pdf as index. Picture it like this:
- User receives a zipped Folder( Folder A) via Mail,
- unpacks it on Desktop,
- finds inside this a Folder B and a pdf.
- In the pdf, several links aim to
- documents inside Folder B.
Problem is, Acrobat Pro DC does not allow me to configurate the Hyperlink URL as I would probably need: file://C:/Users/username/Desktop/FolderA/FolderB/InterestingStuff.pdf (that would be for windows). If the User do not use Windows but Apple or Linux, the link will not work. The link will also not work if the user move the folder somewhere else.
Is it something i could deal with using a Script? I am literally starting to learn JS, so I feel it could be used for that. something like:" please open file x, which is in FolderB, inside same FolderA as pdf."
Hope it is understandable. I appreciate any idea.
