Populate PDF form from c#.net
Hi Team,
I am new to the application, I am using the below code
AcroPDDoc FormulairePDF = new AcroPDDoc();
// FormulairePDF.GetJSObject();
FormulairePDF.Open("I:\\RC7294.pdf");
var jso = FormulairePDF.GetJSObject();
jso.getField("FI_Name").Value = "Hyderabad";
The above code thorws error "Value does not fall within range".
I am trying to get the field name but couldn't.
Can you help me please.
Thanks,
Vinayak
