Answered
How to to email the current page?
Is there a way to email the current page?
Is there a way to email the current page?
Yes, using this script in a Custom Command, for example:
var d = this.extractPages(this.pageNum);
d.mailDoc({cTo: "me@email.com", cSubject: "Page " + (this.pageNum+1) + " from " + this.documentFileName, bUI: false});
d.closeDoc(true);
Enter your own email address, of course.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.