Question
Open excel file with a click of a button in PDF
Hi, I have created a button, to trigger it to run a javascript code, to launch excel file.
My java code as below:
var filePath = "file:///C:/Path/To/Your/File.xlsx";
app.launchURL(filePath, true);
The problem is, it wont open the excel file.
Is my code is correct? Anything that I miss out?
Thanks in advance
