bensquire/php-pdftk-toolkit

error example2

bilal07 opened this issue · 1 comments

First of all, thanks for your work on this

my issue is when i tried to run the demo example2 i got the following error :

Fatal error: Uncaught exception 'Exception' with message 'System error: Le chemin d' in C:\wamp64\www\php-pdftk-toolkit-master\src\Pdftk\Pdftk.php on line 496

Thanks for your help

A full error dump would help. However, I think that is because you need to change the path to the pdftk binary.
src\Pdftk\Pdftk.php, line 37:
protected $sBinary = '/usr/local/bin/pdftk';
Changer cela à votre chemin vers le binaire PDFTK.