Skip to content

Releases: mikehaertl/php-pdftk

Release 0.10.2

27 Jul 06:41
8a6fe16

Choose a tag to compare

  • 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

25 Jun 10:52
01bb1d8

Choose a tag to compare

  • Issue #137 Prevent destructor called too early on chained PDFs

Release 0.10.0

01 Mar 19:53
431cc6c

Choose a tag to compare

  • Issue #231 Allow to pass additional HTTP headers to send()

0.9.2

11 Dec 07:24
84720d0

Choose a tag to compare

  • Make $start argument for cat() optional (@chaos0815)

Release 0.9.1

30 Aug 09:52
d3eb534

Choose a tag to compare

  • Ignore tests and other files to reduce package size (@Ayesh)

Release 0.9.0

16 Jul 06:14
741f667

Choose a tag to compare

  • Issue #197 Implement unpackFiles() command

Release 0.8.1

23 Jun 06:50
45103cc

Choose a tag to compare

  • Issue #194: Fix empty error messages with getData() and getDataFields()

Release 0.8.0

10 Jan 07:21
793c08b

Choose a tag to compare

  • Issue #150 Added a tempDir option to help with write permission issues to the default temp dir

Release 0.7.0

14 Nov 14:27
4329df4

Choose a tag to compare

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

Release 0.6.1

17 Aug 08:01
c0a9272

Choose a tag to compare

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