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

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

WBOY
Release: 2023-03-01 20:36:01
Original
1610 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template