JessicaTegner/pypandoc

I have a logo.png image. How can I make it appear in the header of the generated docx file?

jqsl2012 opened this issue · 0 comments

My code only has this sentence:

pypandoc.convert_text(markdown,format='md',to='docx', outputfile=docx_file_path, extra_args=['--template', template_path])

Can anyone help me? Thanks a lot.