BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
When using BulkPDF, and using ‘Yes’ as the field, the check box gets crossed rather than ticked. And this behaviour remains even if unselecting and reselecting.
Possible Fix: PDF.cs -> pdfStamper.AcroFields.SetField(field.Name, value); -> pdfStamper.AcroFields.SetField(field.Name, value, true);
When using BulkPDF, and using ‘Yes’ as the field, the check box gets crossed rather than ticked. And this behaviour remains even if unselecting and reselecting.
Possible Fix: PDF.cs -> pdfStamper.AcroFields.SetField(field.Name, value); -> pdfStamper.AcroFields.SetField(field.Name, value, true);
Draft version: