Previous | Next | (P-PDF) Beginners
Topic: Re: E-Mail from PDF (Via Email)
Conf: (P-PDF) Beginners, Msg: 23076
From: prodok
Date: 6/28/2001 08:36 PM
Assumed that you are aware of the shortcomings of e-mail as medium
for transferring data etc.: yes, it is possible. You may use the
getURL() JavaScript Doc object method with the mailto: protocol.
If you have a properly configured system, this will open your web
browser which then will immediately open the configured mail client.
If you can make sure that your users have the full version of
Acrobat, you can also use the mailMsg() JavaScript App object method.
Hope, this can help.
Max Wyss
PRODOK Engineering
Low Paper workflows, Smart documents, PDF forms
CH-8906 Bonstetten, Switzerland
Fax: +41 1 700 20 37
e-mail: mailto:max@prodok.com
http://www.prodok.com
[ Building Bridges for Information ]
______________________
>I'm a new user of Adobe Acrobat, and
>I'd like to know if there's any way of
>creating a link in a PDF file that acts
>as an E-Mail address. In other words,
>it opens whatever mail program (Outlook,
>for instance) the viewer is using. I know
>I can link to a URL proper, but I'm not
>sure how to do the above (if, indeed, it
>can be done).
>