View Single Post
Old 02-12-2009, 05:54 PM   #1
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
How to specify command line option for epub format

I assume feeds2epub uses internaly html2epub to do the actual conversion. Therefore to control the output in a specific way we would need to pass some command line options. My question is how to do that from the recipe?

html2epub_options does not permit to put option like --linearize-tables

If I do that I receive an error
Code:
    html2epub_options = '--linearize-tables'
Is there a way to do this?
kiklop74 is offline   Reply With Quote