Maison > développement back-end > tutoriel php > 如何将html 转成word文件

如何将html 转成word文件

WBOY
Libérer: 2016-06-06 20:50:54
original
3273 Les gens l'ont consulté

有一个项目,需要生成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文件

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal