Skip to main content
Participant
March 10, 2016
Question

Is it possible to drive an excel spreadsheet with the radio button options selected within my PDF?

  • March 10, 2016
  • 1 reply
  • 308 views

When I am in the "prepare form" menu I can see all of my fields and groups in a tree on the right but I want to be able to produce a price quote based on the options my customer selects within my PDF. What is the best way to do this and is it even possible?

Kris

This topic has been closed for replies.

1 reply

Inspiring
March 10, 2016

So your goal is to extract the data from a form that has been filled-in by someone and returned to you so you can use it in a spreadsheet? If so, there is an option in Acrobat to export the form data to a tab-delimited text file which you can import into a spreadsheet. A better option might be to develop a script in Acrobat to export just the fields you want in the order you want to a text file or write the data to the JavaScript console and copy & paste into the spreadsheet.