James,
this sounds a lot like something you'd want an FDF server for. A PDF form is designed to be filled out by one person and then submitted or printed. Acrobat has some batch processing capabilities, but none involving File-actions such as import FDF.
If you really need this automated, you'd probably be best off whipping up some Visual Basic Script to do this (I presume that's doable, but don't know any details).
Thanks for the reply, and that is what I was afraid of. I may try writing some type of usable sub-routine/macro to go the next record in the data file, or if all else fails (and I run out of time by 4/15) will do it manually.
Jim Jansen
Dale
I posted a situation similar to yours - still no fix when I use the JavaScript: importAsFDF("u:\pz.fdf)
A *.BAT file calls Adobe and opens the form. To make this transparent to the end user, I want to populate the fields.
I reset the UPLOAD button's action property to "IMPORT FROM DATA". However, when I try to add the file's name PZ.XFDF it tells me "FILE DOES NOT BEGIN WITH '%FDF-'.
Lisa
Aandi
I tried it and this came back when I pushed the button
File does not begin with'%FDF-'.
My script is
importAnFDF("u:\pz.fdf")
Lisa
Aandi
IT WORKS NOW!!!!!!!!!!!!
I changed the script to be
importAnXFDF("u:\pz.xfdf") \
and BAM it loads the data!!!!!!!!!!!!!
Lisa