php-pdftk-toolkit icon indicating copy to clipboard operation
php-pdftk-toolkit copied to clipboard

error example2

Open bilal07 opened this issue 6 years ago • 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

bilal07 avatar Mar 01 '18 11:03 bilal07

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.

NickDickinsonWilde avatar Mar 22 '18 15:03 NickDickinsonWilde