If you want to pass conversion options to the recipe download system, use the conversion_options parameter in the recipe, setting global conversion options will not apply to news downloads. In your case you need
conversion_options = {'font_size_mapping': whatever}
You can get the values by running a conversion in the GUI with the values you want and looking at the conversion log.
|