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

Submit a form to a web server

talbertc
Registered: Nov 29 2009
Posts: 2

I need a way for:

a user to login to a site, select a pdf fillable form, fill out the form and submit the completed form to a web server that adds the completed pdf document to the users account.

I'm trying to eliminate the need to save the pdf to my computer and then upload to my account.

Thanks,

My Product Information:
Acrobat Standard 9.2
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
This is absolutely possible and you'll find several posts on this site, and a couple of articles that discuss this topic. However, the solution requires custom server scripting and there are several options. You could write the script in any server scripting language, PHP, Perl, ASP.NET, ColdFusion, etc. There is also a service that can provide part, or most of the solution for you, www.formrouter.com.

Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]

Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]

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