I have a PDF generated by Acrobat 9.0 Pro Extended which has a "digital signature field".
I have javascript inserted that opens email client with the "from", "to", "subject" and "body" filled out and the PDF as an attachment.
When the user clicks on "digital signature field" and signs, it opens a "SaveAs" dialog requesting them to save the document THEN the email code is run.
My question is, when the user clicks on the link to the PDF (which is in a web browser window and opens the file from a web server) is there any way that the "SaveAs" process can be handled silently on the original document without requiring the user to save locally?