Slurpy
Slurpy copied to clipboard
Slurpy is a PHP wrapper for the pdftk command-line tool for working with PDF.
Hi, Is it possible to get new stable release in the near future? Best regards, Michal
Added 2 versions for 1.x and 2.x versions of pdftk
This PR implements a non-BC change to support older versions (fixes #1 and replaces #4). With this fix, newer versions can handle up to 702 files whereas users with an...
Using pdftk 1.44, it seems to balk with two letter handles. A sample dump data fields command that fails. ``` /usr/bin/pdftk AA=my/pdf.pdf dump_data_fields output /tmp/out.txt ``` The documentation for pdftk...
PHP Fatal error: Class 'Shuble\Slurpy\Operation\OperationArgument\PageRange' not found in /path/here/vendor/shuble/slurpy/tests/Shuble/Slurpy/Tests/Operation/OperationArgument/PageRangeTest.php on line 49 ``` PHP Stack trace: PHP 1. {main}() /usr/bin/phpunit:0 PHP 2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:46 PHP 3. PHPUnit_TextUI_Command->run() /usr/share/php/PHPUnit/TextUI/Command.php:130 PHP 4....
What about to create a custom configuration as Snappy to refer the binary source?