Closed maxdang29 closed 2 years ago
I don't really know but you may have passed the wrong values when you fill the form. They can often be different from the field labels. Check with pdftk xyz.pdf dump_data_fields
and look for FieldValue
.
Apart from that I have no other idea. pdftk can not modify the form layout. So it could also be that something is wrong with your PDF form.
I have form and prepare form like this
I generate the pdf $pdftk->fillForm(['applicant1own_property' => 'Yes']) ->flatten() ->needAppearances();
it change to
My expectation is to stay the same as before, I don't know what happen?