Answered
Placeholder Web Link
Can I add a placeholder web link that will be created later to a PDF, making it editable in Adobe Reader without accessing the editing section?
Can I add a placeholder web link that will be created later to a PDF, making it editable in Adobe Reader without accessing the editing section?
You can make a button with the following mouse up action:
app.launchURL(this.getField("WebLink").value, true);
And you will be able to modify the text field "WebLink" in Reader.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.