Copy link to clipboard
Copied
Hello everyone,
Just creating my own portfolio with Adobe portfolio and had a question about PDFs and links. I want to add a link on some of my text which I want to open a PDF in another tab of the browser. Do someone know how to create a link from a PDF basis ?
Thank you !
TH
Copy link to clipboard
Copied
Hello everyone,
Just creating my own portfolio with Adobe portfolio and had a question about PDFs and links. I want to add a link on some of my text which I want to open a PDF in another tab of the browser. Do someone know how to create a link from a PDF basis ?
Thank you !
TH
Copy link to clipboard
Copied
You can (try to) do it by having it execute the following JavaScript code:
app.launchURL("http://www.adobe.com", true);
It will only work if used in Adobe software, though, and if the browser supports it.