You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: