I've done it.
Quote:
Use is executable is set to: 0
|
But nothing changes. I always have the error message.
Should I put the path to the executable with the name of the file (pstotxt3.exe) or not ?
like this :
PHP Code:
define('PHPDIG_PARSE_PDF','C:\Stage_Manuella\moteur\PHPDIG_DIR\Ghostgum\pstotext');
or like this :
PHP Code:
define('PHPDIG_PARSE_PDF','C:\Stage_Manuella\moteur\PHPDIG_DIR\Ghostgum\pstotext\pstotxt3');
(there are no spaces in my code : psto text = pstotext)
or something else ? should I put relative path or absolute ?