Question
Fill a pdf form from a file.
I have a PDF form. That I want to fill out from the contents of an email.
For example: the from has a name, address, city, state and zip fields.
I receive an email with the data,
Name: xxxxxxxxxx
Address: xxxxxxxxxxxx
City: xxxxxxxxx
State: xx
Zip: 12345-6789
currently I have to open the email and the form. Then copy and paste each field.
I can change the format of the email I receive.
Any guidance is greatly appreciated?
Tom