php-pdftk

A PDF conversion and form utility based on pdftk

MIT License

Downloads
6.7M
Stars
918
Committers
20
php-pdftk - Release 0.13.1 Latest Release

Published by mikehaertl 12 months ago

  • Issue #315 Fix warning with htmlspecialchars()
php-pdftk - Release 0.13.0

Published by mikehaertl almost 2 years ago

  • Issue #291 Make updateInfo() accept the data format returned from getData()
php-pdftk - Release 0.12.1

Published by mikehaertl over 2 years ago

  • This time really include #281
php-pdftk - Release 0.12.0

Published by mikehaertl over 2 years ago

  • Issue #281: Implement replacementFont() (requires pdftk-java >= 3.3.0)
php-pdftk - Release 0.11.0

Published by mikehaertl almost 3 years ago

  • #263 Implemented attachFiles() method to attach files to the document or a specific page
php-pdftk - Release 0.10.4

Published by mikehaertl about 3 years ago

  • Issue #260 Fix problems with numeric field names when filling forms
php-pdftk - Release 0.10.3

Published by mikehaertl about 3 years ago

  • Issue #249 Fix infinite loop with null values in form data
php-pdftk - Release 0.10.2

Published by mikehaertl over 3 years ago

  • 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.

php-pdftk - Release 0.10.1

Published by mikehaertl over 3 years ago

  • Issue #137 Prevent destructor called too early on chained PDFs
php-pdftk - Release 0.10.0

Published by mikehaertl over 3 years ago

  • Issue #231 Allow to pass additional HTTP headers to send()
php-pdftk - 0.9.2

Published by mikehaertl almost 4 years ago

  • Make $start argument for cat() optional (@chaos0815)
php-pdftk - Release 0.9.1

Published by mikehaertl about 4 years ago

  • Ignore tests and other files to reduce package size (@Ayesh)
php-pdftk - Release 0.9.0

Published by mikehaertl over 4 years ago

  • Issue #197 Implement unpackFiles() command
php-pdftk - Release 0.8.1

Published by mikehaertl over 4 years ago

  • Issue #194: Fix empty error messages with getData() and getDataFields()
php-pdftk - Release 0.8.0

Published by mikehaertl almost 5 years ago

  • Issue #150 Added a tempDir option to help with write permission issues to the default temp dir
php-pdftk - Release 0.7.0

Published by mikehaertl almost 5 years ago

  • Refactor InfoFields parsing. It will now parse any multiple XyzBegin blocks correctly. This causes a minor BC break: The parsed fields will now not always contain Info, Bookmark, as they did before, even if they were empty.
php-pdftk - Release 0.6.1

Published by mikehaertl about 5 years ago

  • Pushed version constraints for php-shellcommand and php-tmpfile to fix potential hanging issues
php-pdftk - Release 0.6.0

Published by mikehaertl over 5 years ago

  • Add InfoFile to return meta data in a similar format like field data (@busgurlu)
php-pdftk - Release 0.5.0

Published by mikehaertl about 6 years ago

  • Issue #131 Add method to get the raw PDF content as string.
php-pdftk - Release 0.4.5

Published by mikehaertl about 6 years ago

  • Fix compatibility with PHP 5.3 (@phoenixrvd )