Run "SaveAs" javascript in PDF X-change

Hi.
I’m making PDF forms where i´d like to have a “SaveAs” button that runs a Javascript and saves the form with a specific name and todays date in DDMMYYYY format. I have found the “Exicute a command” but that is not quite what I´m looking for.
I have found out how to get it to send the form as e-mail by running a simple Javascript.
“var url = “mailto:e-mail@e-mail.com?subject=Form “NAME”&body=Please find attached form “NAME”.”;
this.submitForm(url,true);”
I have forund many solutions that are close to what i need, but not quite the correc one.
CaptainDan

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.