Releases: mikehaertl/php-pdftk
Releases · mikehaertl/php-pdftk
Release 0.6.0
- Add
InfoFileto return meta data in a similar format like field data (@busgurlu)
Release 0.5.0
- Issue #131 Add method to get the raw PDF content as string.
Release 0.4.5
- Fix compatibility with PHP 5.3 (@phoenixrvd )
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