Releases: mikehaertl/php-pdftk
Releases · mikehaertl/php-pdftk
Release 0.4.4
- Fix Issue #118 Multiple FieldValue lines bug
Release 0.4.3
- Issue #105 Fix compatibility with PHP 5.3
Release 0.4.2
- Fix Issue #76 Support multi line values when dumping form field data
Release 0.4.1
- Fix issue with linebreaks when parsing data fields on windows
Release 0.4.0
- Issue #70 Add ability to get form data as array
Release 0.3.2
- Issue #58: Allow to pass multiple files in constructor without supplying a handle for each
Release 0.3.1
- Issue #55: Allow field names in dot notation (nested fields) in XfdfFile
Release 0.3.0
- Add support for XFDF files
- Use
XfdfFile
by default to fill form to fix issues with UTF-8 characters