No. It doesn't help.
~$ ./chm2pdf.sh /tmp/SSHDG_Barrett2ed.chm
ERR011: Unable to parse HTML element on line 24!
ERR011: Unable to parse HTML element on line 2!
ERR011: Unable to read image file "/tmp/tmpiGcdid/SSHDG_Barrett2ed/"!
ERR011: Unable to parse HTML element on line 29!
ERR011: Unable to parse HTML element on line 2!
ERR011: Unable to parse HTML element on line 1!
ERR002: Error: no pages generated! (did you remember to use webpage mode?
Something wrong happened when launching htmldoc.
exit value: 1792
Check if output exists or if it is good.
Done.
~$ cat chm2pdf.sh
#!/usr/bin/env bash
if [ $# -ne 1 ]
then
echo "usage: `basename $0` <chm_file>"
exit 1
fi
chm2pdf --color --book "$1"
--
Regards,
Peng
I have changed the file name. XP is known to have problem opening
renamed chm files. But the file opens fine on mac.
--
Regards,
Peng