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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -