Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

NKOWA555
NKOWA555
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
16

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by NKOWA555
Customize the badges you want to showcase on your profile
Re: Email issues - Adobe LiveCycle 07-07-2016
You need to submit using Adobe JS Actions; such as, mailDoc. There are multiple JS functions that perform similar actions. Using Adobe's built in Js functions requires client-side email software. JS is the least reliable way to send forms; because, not every user has their email software setup correctly.Another way is to submit to a server-side script; such as ASP.net. The script can send the form submission without client side email software. Using iText; you can parse the form field text box a...

Views

246

Likes

0

Replies

0
Re: Submit via email issues - Adobe LiveCycle 28-12-2015
You can bypass client-side email software such as OUTLOOK if the PDF submits to a server-side script, such as ASP.net or PHP. ASP.net scripts are capable of merging and parsing the form submission using iText and/or FDFToolkit.net, and inject the values into the message body, subject, TO, CC, BCC, and attachment file name. PHP script are not compatible with iText technologies, so you receive a static message and attachment. Submitting to a server-side script is more reliable, because, it silentl...

Views

258

Likes

0

Replies

0
Re: LiveCycle Designer form submit failure - Adobe LiveCycle 11-08-2015
I recommend submitting to a server-side script such as PHP or ASP.net. Submissions are sent using Adobe Reader without client-side email software such as OUTLOOK and Web-mail.For more information visit:www.pdfemail.netExamples:www.pdfemail.net/examples/

Views

198

Likes

0

Replies

0
Re: Converting PDF eform by web program - Adobe LiveCycle 08-07-2015
If you create a Static LiveCycle XFA form (Save-As Static PDF) or an Acrobat form (Acroform) you can parse and export the form field values to XML using only iTextSharp and/or www.FDFToolkit.net. Note: Due to licensing restrictions, Adobe Acrobat and Adobe Reader should not be installed directly on an ASP.net server. Also, if you export to XML format, the files won't automatically open with Adobe Reader; because, it lacks the Filename. I suggest you export to XDP for LiveCycle XFA forms and FDF ...

Views

213

Likes

0

Replies

0
Re: Adobe LiveCycle preload XML data from ASP.NET Microsoft SQL - Adobe LiveCycle 21-06-2015
The XFA form should open with the data populated if the script outputs XDP data that includes the PDF file path URL.

Views

261

Likes

0

Replies

0
Re: Emailing form - Adobe LiveCycle 16-04-2015
FYI: Renaming the attachment is impossible with Adobe mail and/or submit controls. However; if you set the submit button to point to a server-side script such as ASP.net or PHP, the script may be able to parse the submission data (Static XFA only/ASP.net) and rename the attachment based on the form field values. Is your PDF a static LiveCycle XFA form or a dynamic LiveCycle XFA form?Visit the following website for online examples that inject submission values into the attachment:www.pdfemail.net...

Views

258

Likes

0

Replies

0
Re: Flatten / Submit Button - Adobe LiveCycle 24-02-2015
If you are running an ASP.net web server; then check out example #3 that flattens and emails the PDF submission:http://www.pdfemail.net/examples/

Views

361

Likes

0

Replies

0
Re: Issue with Yahoo Business Mail - Adobe LiveCycle 09-12-2014
This is happening because of the client-side email software configuration. To bypass client side email software, you should set the submit button to point to a server-side script such as PHP or ASP.net.Check out the following website for online examples on how to submit to a server side script and bypass client-side email software:http://www.pdfemail.net/examples/

Views

258

Likes

0

Replies

0
Re: Modifying Name of XML E-Mail Attachment - Adobe LiveCycle 06-12-2014
As far as i know you can't change the File name using Adobe scripts; however it is possible if you submit the form to a server-side script such as ASP.net, that can parse the submission data and inject it into an SMTP message.For online examples:http://www.pdfemail.net/examples/

Views

193

Likes

0

Replies

0
Re: Submitting a form from HTML5 to PDF attached to email - Adobe LiveCycle 19-11-2014
It's possible to merge the HTML5 form data with a blank Acrobat Form or Static LiveCycle XFA PDF.For more information visit the following website and see example #1:http://www.pdfemail.net/examples/

Views

236

Likes

0

Replies

0