Posiible to use pandoc with HTML containing base64 inline images?

拥有回忆 提交于 2019-12-06 18:35:06

问题


I want to convert an HTML file containing base64 encoded images to DOCX. When I do this using pandoc the base64 images are not converted.

Is it possible to include the base64 images using pandoc?


回答1:


See https://pandoc.org/MANUAL.html#option--self-contained

pandoc --self-contained --metadata pagetitle="title" index.md -o index-out.html

This feature was unavailable due to a bug, but has been fixed since May, 2014.



来源:https://stackoverflow.com/questions/20059542/posiible-to-use-pandoc-with-html-containing-base64-inline-images

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!