Heim >Backend-Entwicklung >PHP-Tutorial >如何将html 转成word文件

如何将html 转成word文件

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-06 20:50:543295Durchsuche

有一个项目,需要生成word文件,格式如图

如何将html 转成word文件

已经看过PHPWord和phpdocx,发现,是很难动态生成如图中的格式,

如果是html,是很简单的排版,所以打算生成html,再将html转成word,

但找了很久,好似只有phpdocx 的收费版才可以完美将html的排版格式转成word
free版是不能将html转成word

请大家帮帮手,有什么方案解决

回复内容:

有一个项目,需要生成word文件,格式如图

如何将html 转成word文件

已经看过PHPWord和phpdocx,发现,是很难动态生成如图中的格式,

如果是html,是很简单的排版,所以打算生成html,再将html转成word,

但找了很久,好似只有phpdocx 的收费版才可以完美将html的排版格式转成word
free版是不能将html转成word

请大家帮帮手,有什么方案解决

把大象装冰箱,总共有两步:

1.把html转换成pdf(库不太要多哦):http://kitpdf.com/ (在线工具)

2.把pdf转换成word文档(这种工具也很多):http://www.pdftoword.com/

html可以用office word或wps直接打开的

试试 pandoc ?

pandoc -f html -t docx -o a.docx b.html

用office打开html文件,另存为你要的word文档格式

今天收到一封邮件一位外国友人安利了他们自己的产品,我帮忙贴上来吧,是PDF to Word的解决方案

http://formswift.com/convert-pdf-to-word

如何将html 转成word文件

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:PHP如何制作简易问卷调查Nächster Artikel:PHP to Ruby Code