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: open_sourcer@… 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)

Change History (1)

comment:1 Changed 15 years ago by Ryan J Ollos

Resolution: invalid
Status: newclosed

No hack selected. Please reopen and set component if you intend to follow up on this.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anonymous.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.