View Single Post
Old 10-01-2004, 06:23 AM   #4
mleray
Orange Mole
 
Join Date: Sep 2004
Location: Nantes (44) FRANCE
Posts: 31
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 ?

Last edited by mleray; 10-01-2004 at 06:35 AM.
mleray is offline   Reply With Quote