I need to simplify the extraction of csv data from a fielded pdf form
I have a complex .pdf file with fillable fields. Once these are filled in, I want to extract the data in the fields, for insertion into a database.
I know that I can use Prepare Form, then More|Export Data... will create an .fdf file. Then I can use Merge Data Files Into Spreadsheet... to generate a .csv file that contains all the fielded data. Then I've written some code to extract this data and put it into my mssqlserver database.
There are several steps involved and I would like to streamline them as much as possible.
Beginning at the beginning.
1. When I select Export Data, I am presented with a dialog that uses "Test Adobe_data.fdf" as a default filename. Can this default be changed? Can it default to the name I used last time?
2. When I select Merge Data Files Into Spreadsheet I am presented with a dialog requesting the file. Can't it default to the .fdf file I just created? This dialog has a checkbox (Include most recent list of files to export data from) but I don't want the most recent list, I want the .fdf file that I just created as the default. Also, this whole procedure is geared to "merging" data files. I just want to "merge" one file! The only reason I'm using this is it seems to be the only way to convert the .fdf to a (pseudo)-fielded) .csv file.
3. When I click "Export" from the dialog, I have to retype the name of the .fdf file, since that filetype is not a part of the "save as type" so I can't make the name reappear.
4. This step ends with yet another dialog (Export Progress) with a View File Now and Close Dialog buttons. I have to click Close Dialog.
This seems like a lot of steps, and it will be harder than it should be to train someone to step through these procedures.
Is there a better (simpler way?
Thanks.
roricka
