Modify ↓
Opened 15 years ago
Closed 15 years ago
#5882 closed defect (invalid)
ERR002: Error: no pages generated! (did you remember to use webpage mode?)
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | normal | Component: | SELECT A HACK |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Unable to create pdf due to missing argument --webpage/--continuous.
Solution: add "--webpage" or "--continuous" to the following line of code original
cmd_string = 'htmldoc %s %s -f %s' %(args_string, ' '.join(files), pfilename)
modified code
cmd_string = 'htmldoc %s %s -f %s --webpage' %(args_string, ' '.join(files), pfilename)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
No hack selected. Please reopen and set component if you intend to follow up on this.