Releases: mikehaertl/php-pdftk
Releases · mikehaertl/php-pdftk
Release 0.10.2
- Issue #148 Add support for multiselect fields to the XfdfFile class
Note that pdftk does not (yet) support XFDF data for multiselect fields. The generated XFDF file can be loaded with Acrobat, though.
Release 0.10.1
- Issue #137 Prevent destructor called too early on chained PDFs
Release 0.10.0
- Issue #231 Allow to pass additional HTTP headers to
send()
0.9.2
- Make
$startargument forcat()optional (@chaos0815)
Release 0.9.1
- Ignore tests and other files to reduce package size (@Ayesh)
Release 0.9.0
- Issue #197 Implement
unpackFiles()command
Release 0.8.1
- Issue #194: Fix empty error messages with
getData()andgetDataFields()
Release 0.8.0
- Issue #150 Added a
tempDiroption to help with write permission issues to the default temp dir
Release 0.7.0
- Refactor
InfoFieldsparsing. It will now parse any multipleXyzBeginblocks correctly. This causes a minor BC break: The parsed fields will now not always containInfo,Bookmark, as they did before, even if they were empty.
Release 0.6.1
- Pushed version constraints for php-shellcommand and php-tmpfile to fix potential hanging issues