Releases: mikehaertl/php-pdftk
Releases · mikehaertl/php-pdftk
Release 0.13.1
- Issue #315 Fix warning with
htmlspecialchars()
Release 0.13.0
- Issue #291 Make
updateInfo()
accept the data format returned fromgetData()
Release 0.12.1
- This time really include #281
Release 0.12.0
- Issue #281: Implement
replacementFont()
(requires pdftk-java >= 3.3.0)
Release 0.11.0
- #263 Implemented
attachFiles()
method to attach files to the document or a specific page
Release 0.10.4
- Issue #260 Fix problems with numeric field names when filling forms
Release 0.10.3
- Issue #249 Fix infinite loop with
null
values in form data
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()