Hi
If my customer uses a Acrobat Pro 7 with a PDF form and wants to move data from Filemaker into the PDF to fill the PDF up with data, how can I help him?
I cant find any documentation, but how do I access the PDF form fields from applescript?
if customerName is a variabel I want to paste into PDF Form field with name Text32, how do I set that field to the variable?
tell app “Adobe Ac…”
set Text32 to customerName
end tell
does anyone have a good spot on how to start scripting, or even the slightest examples on how to move data from FMP to a PDF form in acrobat pro 7?
sincerely