asp.net - Form Filling Pdf Check box appear in IE is unchecked and in Chrome or firefox it appear as checked ? Using itextSharp in C# -
i using itextsharp form filling of pdf using asp.net c#. have identified check box value check using
fields.getappearancestates("pt1line2_unit[0]")
the code used check is
fields.setfield("pt1line3_male[0]", "y")
i have tried
fields.setfield("pt1line3_male[0]", "y", "y")
it appear checked in chrome , firefox issue in ie. know ie use installed pdf software (adobe reader xl) in adobe reader xl same issue. abobe version 11.0.09 issue few check boxes , remaining getting expected only. can please solve issue.
Comments
Post a Comment