Looking for help allowing free Acrobat to create .eml attachment
I have been spending so much time trying to find the answer to this.
I created a form with dozens of fields that users fill in. I want to create button that opens an email with .eml and have the email body populate with the fields. I was able to do this with Adobe Acrobat DC Pro but when you click the button in the Free Adobe Acrobat nothing happens.
I have used the following code:
var doc = this.createDataObject({cName: "arrest.eml", cValue: emailcontent});
this.exportDataObject({cName: "arrest.eml", nLaunch:2});
As I said, it works with the Pro but not with the Free version. And NO, I do not want to attach the PDF to the email.
Any suggestions?
Thanks
