跪求php导出word的有关问题

WBOY
Release: 2016-06-13 11:45:05
Original
1265 people have browsed it

跪求php导出word的问题
把html网页用file_get_contents得到内容后生成一个doc文件,但是这个doc里面的图片地址是图片的路径,修改些doc里的内容,保存之后会生成一个 .files 的文件夹,里面装的全是图片,

我原来己为是 doc 保存的时候会把图片下载下来保存,我就把图片base64编码了一下,然后只接让 跪求php导出word的有关问题,但是在修改这个文件之后,还是会生成 .files 文件夹,里面放的是图片, doc里面的base64编码被替换成了 .files 文件夹图片的路径

我想要的只是把保存成word,修改之后不出现 .files 文件夹,或者说让 .files 放在临时目录,不要出现和 doc 文件一起

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