Hi everyone,
I have several PDF forms that I want to fill in certain data from my Access database. I created a FDF file with the fields I need. In this example, it is a W4 form and I am only filling in Name, SSN, Address, etc.
My question is this. How can I make the fill in fields (in blue) variables so that I can run a query in Access that updates the FDF file? Any Ideas will be greatly appreciated.
Thanks
Dom
I have several PDF forms that I want to fill in certain data from my Access database. I created a FDF file with the fields I need. In this example, it is a W4 form and I am only filling in Name, SSN, Address, etc.
My question is this. How can I make the fill in fields (in blue) variables so that I can run a query in Access that updates the FDF file? Any Ideas will be greatly appreciated.
Thanks
Dom
Code:
%FDF-1.2
1 0 obj
<<
/FDF
<<
/F(fw4.pdf)
/Fields
[<</T(c1-1)/V/Yes>>
<</T(c1-2)/V/Off>>
<</T(f1-10)/V([COLOR=blue]lastname[/color])>>
<</T(f1-11)/V([COLOR=blue]555 street[/color])>>
<</T(f1-12)/V([COLOR=blue]baltimore, md 21222[/color])>>
<</T(f1-13)/V([COLOR=blue]212[/color])>>
<</T(f1-14)/V([COLOR=blue]22[/color])>>
<</T(f1-15)/V([COLOR=blue]2222[/color])>>
<</T(f1-9)/V([COLOR=blue]firstname[/color])>>
]
>>
>>
endobj
trailer
<</Root 1 0 R>>
%%EOF