Menu

#2 $pdftohtmlcmd from config.php.sample does not work

open
nobody
None
5
2005-08-23
2005-08-23
No

$pdftohtmlcmd as it is defined in config.php.sample did
not work for me. The problem was that the .html file
was created in the directory attachment_doc/includes
instead of in attachment_doc/tmp.

My solution to the problem was to redefine
$pdftohtmlcmd in config.php like this:

$pdftohtmlcmd = "cd $dirname; $bindir/pdftohtml -q -c
-noframes $pdfname $htmlname";

System configuration:
- Debian testing
- SquirrelMail package 2:1.4.5-1
- pdftohtml package 0.36-11
- attachment-doc 1.2 installed manually into
/usr/share/squirrelmail/plugins

Discussion


Log in to post a comment.