Tadelsucht / BulkPDF

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.
http://bulkpdf.de
GNU Affero General Public License v3.0
127 stars 36 forks source link

Tick/cross inconsistency #20

Closed Tadelsucht closed 3 years ago

Tadelsucht commented 3 years ago

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:

Tadelsucht commented 3 years ago

Fixed save configuration button: Release.zip