I am trying to create the link in PDF that will open the URL in NEW window.
I've tried app.launchURL("http://www.mycompany.com? true);
in Run Javascript. But it didn't work.
Is there other things I could try to make this work? Please help!
I am trying to create the link in PDF that will open the URL in NEW window.
I've tried app.launchURL("http://www.mycompany.com? true);
in Run Javascript. But it didn't work.
Is there other things I could try to make this work? Please help!
app.launchURL("http://www.mycompany.com", true);
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script