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

Secure web form

mercergirl
Registered: Jan 8 2007
Posts: 2

Is it possible to present a PDF form online and have the completed form returned in an encrypted, secure format, other than writing each field to a database? We'd like for the user to be able to complete the online form then have the submission send it back via email as an encrypted file.

thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Yes, but this type of operation reqires that the user has Acrobat Professional, it can't be done from Reader. Alternatively, if you are willing to accept just the form data, and not the entire PDF it is may be easier to encrypt it using reader.

Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://partners.adobe.com/public/developer/en/acrobat/sdk/
pdf/javascript/AcroJS.pdf]Acrobat JavaScript Reference[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Good Question!! I've thought about using an SSL connection before but I don't think that it's supported by Acrobat, and I don't know, or have heard of anyone who's tried it. The HTTP Request/Response for a form submision is handled by Acrobat/Reader, not the browser. So Acrobat is the tool that has to support it.

Besides, the question was about encrypting a PDF for email, and that can only be done in Acrobat Pro/Std.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

lauchman
Registered: Aug 20 2007
Posts: 7
Wouldn't an HTTP POST to an SSL-enabled server accomplish the same? Your fields would come back as standard HTTP form fields over a secure connection.