PdfScriptRequest
What a script asked the host to do, when it wants something outside the document.
Inheritors
Types
Link copied to clipboard
app.beep().
Link copied to clipboard
this.closeDoc() or this.saveAs(): close or save the file.
Link copied to clipboard
field.setFocus(): put the caret in a field.
Link copied to clipboard
this.pageNum = n or this.gotoNamedDest(name): move the reader.
Link copied to clipboard
app.launchURL(url): open a web address.
Link copied to clipboard
this.mailDoc() or this.mailForm(): send the document by mail.
Link copied to clipboard
app.execMenuItem(name).
Link copied to clipboard
this.print(): print the document.
Link copied to clipboard
this.submitForm({ cURL: ... }): send the form's values somewhere.