Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Javascript for inserting a link into an email.

New Here ,
Aug 19, 2020 Aug 19, 2020

I'm running a simple document level function to send an email as part of a action. Everything works fine, but I was wondering if anybody has used a javascript to generate a file link, or hyperlink in the message body. I'm using app.mailMsg().

TOPICS
Acrobat SDK and JavaScript
304
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 19, 2020 Aug 19, 2020
LATEST

Hi,

 

As the mailMsg command takes a string, depending on the users mail application you may be possible to enter the URL in as text and have the mail application detect it, but I do not think it is possible from within JavaScript, to force it to be a link, as the information will be handed off to the mail application by acrobat.

 

Regards

 

Malcolm

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines