Skip to main content
Participant
October 27, 2020
Question

Send PDF by email in HTML format

  • October 27, 2020
  • 2 replies
  • 2775 views

Hello, 

I would like to set up a Java button on my PDF file to send it by email. But I can't find how to set up the mail in HTML format.  I'm using the following java code :

 

var fObject = "..."

var fMsg = "..."

this.mailDoc({cTo: "...", cSubject : fObject, cMsg: fMsg})

 

What should I use to set up the mail format in HTML ?
Thanks a lot in advance !!

Christophe

    This topic has been closed for replies.

    2 replies

    try67
    Community Expert
    Community Expert
    October 28, 2020

    That's not possible. Emails created by a script will always be plain-text only.

    John T Smith
    Community Expert
    Community Expert
    October 27, 2020
    Participant
    October 28, 2020

    Sorry for missing this info. I'm using Adobe Acrobat Pro DC, version : 2020.012.20048. My computer is on Windows 10.
    Thanks.