Releases: mikehaertl/php-pdftk
Releases · mikehaertl/php-pdftk
0.9.2
- Make
$start
argument 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
tempDir
option to help with write permission issues to the default temp dir
Release 0.7.0
- Refactor
InfoFields
parsing. It will now parse any multipleXyzBegin
blocks 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
Release 0.6.0
- Add
InfoFile
to 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 )