我已通过浏览器中的“另存为...”将网页保存为磁盘上的 HTML 文件(单个文件)。 http://pedrokroger.net/2012/10/using-sphinx-to-write-books/
现在,我想将其转换为 epub。
pandoc -f html -t epub -S -R -s Using\ Sphinx\ to\ Write\ Technical\ Books\ -\ Pedro\ Kroger.html -o Using\ Sphinx\ to\ Write\ Technical\ Books\ -\ Pedro\ Kroger.epub
但是 pandoc 抛出一个错误:
pandoc: /images/pages/profile.png: openBinaryFile: does not exist (No such file or directory)
是否可以选择告诉 pandoc 忽略所有外部引用并仅转换裸文本?
这将非常方便!