Skip to main content
Chemtoli007
Known Participant
January 19, 2017
Question

How to send the entire PDF file as an email attachment using JavaScript button.

  • January 19, 2017
  • 15 replies
  • 7019 views

How can I send the entire PDF file (created on Adobe Acrobat DC Pro) as an email attachment using JavaScript button (send to e-mail). I have to use e-mail in @10215394.com.

Kind regards

This topic has been closed for replies.

15 replies

try67
Community Expert
Community Expert
January 19, 2017

There are various ways to do it. The simplest is by using this code:

this.mailDoc({cTo: "Chemtoli007@hotmail.com"});

Chemtoli007
Known Participant
January 19, 2017

dear try67,

I've just tried but acrobat says "We are to create a message in the designated drafts folder of "myemai@hotmail.com" account. Do you want to continue.

After I clicked "YES" I didn't receive any email.

Please what can I do.

Kind regards

try67
Community Expert
Community Expert
January 19, 2017

The email will not be sent automatically. You have to actually click the Send button...