Actually render it
This commit is contained in:
parent
b2715d4a23
commit
5c83842116
1 changed files with 3 additions and 1 deletions
|
@ -49,5 +49,7 @@ def export_pdf(content, config):
|
||||||
content,
|
content,
|
||||||
os.path.join(os.path.abspath(config['output_dir']), 'output.pdf'),
|
os.path.join(os.path.abspath(config['output_dir']), 'output.pdf'),
|
||||||
options=PDF_OPTIONS,
|
options=PDF_OPTIONS,
|
||||||
cover=OUTPUT_COVER_FILE
|
cover=OUTPUT_COVER_FILE,
|
||||||
|
toc=TOC_OPTIONS,
|
||||||
|
cover_first=True
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue