RaptDept / chm2pdf

Automatically exported from code.google.com/p/chm2pdf
GNU General Public License v2.0
0 stars 0 forks source link

Option --book does not work #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Take a .chm file (don't know if it's reproducible with any .chm)
2. Run the 'chm2pdf' command using '--book' option

What is the expected output? What do you see instead?

I was expecting the PDF book :-). However, I see this error message:

sergio@miki ~/media/livros/understanding_llinux_kernel $ chm2pdf --book 
ULK.chm ULK.pdf
ERR002: Error: no pages generated! (did you remember to use webpage mode?
Something wrong happened when launching htmldoc.
exit value:  256
Check if output exists or if it is good.
Done.

What version of the product are you using? On what operating system?

sergio@miki ~/media/livros/understanding_llinux_kernel $ chm2pdf --version
/usr/bin/chm2pdf version 0.9.1

Please provide any additional information below.

Original issue reported on code.google.com by sergio...@gmail.com on 22 Nov 2008 at 9:40

GoogleCodeExporter commented 8 years ago
Did you try the --webpage instead of --book option? Try to understand when you 
should
use --webpage and when --book by typing "chm2pdf --help" and reading the output
regarding these options, as well as by reading the longer description and guide 
at 

http://www.karakas-online.de/forum/viewtopic.php?t=10275

Original comment by chriskar...@googlemail.com on 25 Nov 2008 at 7:03

GoogleCodeExporter commented 8 years ago

Original comment by chriskar...@googlemail.com on 25 Nov 2008 at 7:06

GoogleCodeExporter commented 8 years ago
I think it is caused by too big file size. I can create PDF for 198 pages, but 
when
file has page more than that, it return same error. Only use --continuous or
--webpage can create PDF, and --continuous create a better one.

Original comment by mfl...@gmail.com on 22 Jun 2009 at 12:10