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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -