Avatar of rivkamak
rivkamakFlag for United States of America

asked on 

submitting a pdf directly to the server

Sometimes I've seen companies that you login to your account, fill out the pdf and save. and somehow it must get saved to their server and not on your computer.
how do they do that?
Web Development

Avatar of undefined
Last Comment
Scott Fell
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

You are simply uploading a file.  To do this you need to use either html5 and a serverside scripting language to handle the file.  Or you can use php/asp/3rd party components.   You can also use web services where the files are stored on a 3rd party server

Are you familiar with php or asp or another serverside language?
Avatar of rivkamak
rivkamak
Flag of United States of America image

ASKER

I can do it in any language.
If I embed the pdf on my page, how does that save in the pdf know where to save it.
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

There are many ways to go about this.  Here are a  couple.  You are starting with a multipart/form-data form.  Then using your scripting to handle the upload.

php  http://www.w3schools.com/php/php_file_upload.asp

HTML 5  http://www.html5rocks.com/en/features/file_access

php
Avatar of rivkamak
rivkamak
Flag of United States of America image

ASKER

I don't think you understand the question.
I want the pdf to be embedded on my page. Not a link that opens on a different browser.
I don't want the user to have to save the pdf on their hard drive and then find it and click upload.
I've seen some sites, like insurance requests, that you type on the pdf on their page, and when you save, somehow it saves and closes and the company gets the data.
How did they set it up to upload without the user seeing anything?
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

There are some expensive PDF document servers out there if you want to use them.

But this shouldn't be anything different from displaying data from a database source into HTML form, have a user edit the data and save back the changes. You just need to find/create a class that you can use to generate a PDF document instead of HTML form and parse the user input to update the database when saving it.
I do not know of any specific class but I am sure there are some available if you google for it.

CyanBlue
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of rivkamak
rivkamak
Flag of United States of America image

ASKER

I have adobe acrobat pro.
is there somewhere i can get documentation to figure out how to program the file so it'll send data out as xml?
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

There should be a menu item for forms.   I have File, Edit, view, Document, Comments, Forms, Tools, Advanced, Window and help.  Open up your document, save it as something, then go to forms > Create New Form and follow the wizard.  If you have a ms word doc for instance that you create a pdf from where you have questions.  Sometimes the form wizard can detect where to place fields.

http://help.adobe.com/en_US/acrobat/pro/using/WS58a04a822e3e50102bd615109794195ff-7e0d.w.html

Working with pdf forms is not the easiest thing at first but once you start doing it works out.  I found it faster to create what I want in another program, make the pdf then run the forms wizard.
Web Development
Web Development

Web development includes all aspects of presenting content on intranets and the Internet, including delivery development, protocols, languages and standards, server software, browser clients, databases and multimedia generation.

78K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo