Home  >  Article  >  Backend Development  >  ubuntu 命令 libreoffice --convert-to html input.html word2html

ubuntu 命令 libreoffice --convert-to html input.html word2html

WBOY
WBOYOriginal
2016-12-01 00:56:191579browse

The command successfully generated an html, but the pictures in the webpage are gone, and there is only one html file. What should I do? Please give me some advice. It’s been almost 2 days, and I’m crying ‘’‘’

Reply content:

The command successfully generated an html, but the pictures in the webpage are gone, and there is only one html file. What should I do? Please give me some advice. It’s been almost 2 days, and I’m crying ‘’‘’


Don’t know what your file looks like? I created a DOC file (some.DOC) locally, inserted a picture into it, and executed the command

libreoffice --convert-to html some.DOC

. The picture was encoded into base64, so that it would no longer be in the form of a picture. Exists

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn