We have been supplied a PDF with form fields and a excel spreadsheet with data,
is it possible to import the data into the form fields, or is it a matter of cut and paste.
thanks
We have been supplied a PDF with form fields and a excel spreadsheet with data,
is it possible to import the data into the form fields, or is it a matter of cut and paste.
thanks
what I do is save the Excel file as comma delimited text with headers
on the pdf the text fields must have the same name as the headers (but can be formatted however you like ie decimals, font, dd-mm-yy, etc)
build the batch file using the importTextData command with the data file
theres a good example in the reference
I'd paste it here for you but it's not letting me
my code loops through importing each row and does a saveAs to create a new file for each row
good luck