These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Email submit include PDF and XML

jwmiles
Registered: Jun 3 2010
Posts: 2

I've found multiple topics on how to change a form's submit button to submit a PDF, instead of an XML file.

What I'd really like to do is submit both a PDF and XML file. Is this possible in any way?

I've tried to modify the xml code so that there are two submit actions, like this:

event activity="click" name="event__click"
submit textEncoding="UTF-16" xdpContent="pdf datasets xfdf" target="mail to:email [at] domain [dot] ca" embedPDF="1" format="pdf"/
submit format="xml" textEncoding="UTF-8" target="mail to:email [at] domain [dot] ca"/
/event

But it only uses the first action.

Any ideas?

pdf_fanatic
Registered: Jun 4 2010
Posts: 22
i ll check and revert back


regards
http://www.randomschool.com/

Gurmeet

pdf_fanatic
Registered: Jun 4 2010
Posts: 22
Yes i also tried but i guess the livecycle is not creating a list of events for mail attachments. The other way around is by javascript to invoke the mail client and then attaching the files.

regards
http://randomschool.com/freelancework

Gurmeet