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

Added "Fixed value" funcionality. #27

Closed radikale closed 2 years ago

radikale commented 2 years ago

This allow to write a fixed string to a field. It's possible to use it in checkboxes by using 'Yes' and 'No' strings to set the value of the checkbox. Made some changes to prevent exceptions when loading saved file configurations without some fields.

Tadelsucht commented 2 years ago

Nice pull request :)

It's possible to use it in checkboxes by using 'Yes' and 'No' strings to set the value of the checkbox.

I think this depends on the pdf file. Some pdf files use other values for the checked status. See https://github.com/Tadelsucht/BulkPDF/issues/4