Hi team,
var pdfForm = new Aspose.Pdf.Facades.Form();
//bind pdf
pdfForm.BindPdf(file); // file is path of the file including the file name.
// check the checkbox
pdfForm.FillField(“checkboxName”, true);
The above statement does not check the checkbox. It is simply putting the value 4 in the checkbox.
Any help would be appreciated.
Cheers
SS
Hi Sadiq,