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...