Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Feasibility question: extracting information from fields in PDF

New Here ,
Sep 09, 2016 Sep 09, 2016

I'm exploring options for gathering responses to a PDF form.  User-entered fields are created, the user saves the completed form as a PDF, and emails the form back.  Can the user-entered data entered into the fields be extracted into an electronic format?  I hate the very idea of retying the user-entered data to get it into electronic form.  For now, the question is "can this be done - extract the user-entered data into an electronic format?"  If possible, then I can start exploring format, etc.

TOPICS
Acrobat SDK and JavaScript , Windows
440
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Sep 10, 2016 Sep 10, 2016

It's worth mentioning since you stevat an early stage that it can be problematic to rely on email. Much better to submit the form just like an HTML form. This needs a professional web programmer to provide web scripts however. Also PDF forms won't work on certain browsers and in phones.

It's easy to assume that the big deal is designing the form. But that's just the 10% above the water. Personally I wouldn't consider PDF forms any more because of the browser issues. Even Adobe are moving towards

...
Translate
Community Expert ,
Sep 10, 2016 Sep 10, 2016

Of course it can be done.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 10, 2016 Sep 10, 2016
LATEST

It's worth mentioning since you stevat an early stage that it can be problematic to rely on email. Much better to submit the form just like an HTML form. This needs a professional web programmer to provide web scripts however. Also PDF forms won't work on certain browsers and in phones.

It's easy to assume that the big deal is designing the form. But that's just the 10% above the water. Personally I wouldn't consider PDF forms any more because of the browser issues. Even Adobe are moving towards dynamic conversion to HTML forms so why not start with one? There are full service form providers who provide tools to collate and analyse. For instance Google Forms - create and analyze surveys, for free.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines