use pandoc to embed images into a docx file that are in a HTML
问题 Is it possible to embed images into a docx file that are embedded in a HTML file? I am trying and it's not working for me, and perhaps I am not adding some extra parameter when I am running pandoc. pandoc -f html -t docx -o testdoc.docx image.html Thank you very much! 回答1: I managed to solved this by executing the following command: pandoc -s file_name.html -o file_name.docx; There are actually 2 important ponits that you need to consider: The quality of the output file is pretty much related