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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -