DocToWeb:一键将Word文档转换为响应式网站

2020/05/08 20:00    作者:Grace Lin

Introduction

DocToWeb is an Office Word Add-in, which can convert a Word document to a responsive (PC/Mobile/Tablet) website with just one click. You can use it to write program documentation or some structural documents such as tutorials or product instructions.

Once I have tested many CMS, such as WordPress, Joomla, Drupal, etc. Yes, they are all excellent systems developed by smart team, but I still think they are too heavy and complicated.

Because for most people, what they have on their computer is just Office Word and they have few knowledge about server or server side language like PHP. At that moment, an idea came to me that why we can’t just write our contents in Office Word and convert the Word document to a website with VBA.

With this in my mind, I developed DocToWeb and it did save me a lot of time and energy.

Demo site:http://www.word-x.com/en/demdoc_to_web_demo/websites/SimpleDocument/toc.html

Features
  • It can run on any computer with Office Word installed, no matter Windows or Mac.
  • It can convert a 100 page word document to a responsive website in 3-5 seconds.
  • You can put the website folder to anywhere, such as local disk, server, Github Page, etc.
  • The website is responsive and looks good on different devices such as PC, mobile and tablet.
  • It has several wonderful themes for you to choose.
How to use?
  1. Download all the files in this repository.
  2. Rename DocToWebTemplate.docm as you want. You will write your structural content in this word document.
  3. Open the word document after you rename it.
  4. Fill in all document properties in the first page according to the template. If some property is empty, the program will stop running and prompt unknown error. Please make sure all document properties are filled.
  5. Start writing in the Word template.
  6. Click “Run” on the first page to generate your clean and simple website with table of contents attached. Your website files will be shown in C:\Users\Ed0522\Documents\GitHub\DocToWeb\doc_to_web_project\websites (for example)
Supported Word features
  • DocToWeb only support document with Heading1 and Heading2 title. The reason we don’t support Heading 3 title is because Heading 3 title makes the document too complicated and needs more time to revise. We just want keep everything stupid and simple (KISS). As an alternative, you can use Heading 2(1), Heading 2(2) instead of using Heading 3 title.
  • For convenience, DocToWeb only supports one-column document.
  • You can use Bold, Italic, Underline, Strikethrough, Subscript and Superscript for font. But we don’t support any Font Color or Character Shading.
  • You can use different font size, but finally it will be converted as the specified font size by our program.
  • You can insert table, picture, shapes, chart and SmartArt as usual.
  • You can insert any formula in Word.
  • You can remove the list number for Heading 1 and Heading 2 of our Word template and it has no influence on our program.
  • We don’t support multilevel list, because multilevel list sometimes causes some strange problem in Word. Therefore, we should avoid this trouble. Please make sure don’t use multilevel list.
Note
  • Please do not deelete the Document Properties table on the first page.
  • Please do not change the theme or styles of word document because it may cause some unknown errors which make you unhappy. After all, there is no perfect program. It has Advantages and also Disadvatages.
  • I recommend you don’t change anything about the template.
  • Do not use Japanese or Chinese character as folder name or parameter.
国内的朋友,我就不给你们写中文版的说明了。

写这个VBA插件是为了写一些教程之类的结构性文档,大家可以用来作为CMS用也可以。

其实很简单,把所有文件下载下来,然后打开Word文档(DocToWebTemplate.docm)把第一页的表格填一下,然后开始写文档,写完文档后最后点击Run就可以了。

最后生成的网站文件夹在DocToWeb\doc_to_web_project\websites下面。

注意:不要用中文命名文件夹!

下载地址:

https://github.com/ed0522/DocToWeb

通知📢

之前为了方便大家,我们开启了免登陆支付,但是很多朋友反馈收不到链接☹。现在我们重新开启了登录支付、并最大限度简化了登录流程。

另外,任何支付失败或下载问题,请加微信(eddy5600)联系我们🙏🙏🙏。


相关内容
  1. 高逼格Word操作!启动默认打开导航面板和样式面板

    我们在使用Word 的时候,打开Word文档后还要手动打开导航面板(Navigation Pane)和样式面板(Styles),非常不方便。 然而,Word的导航面板和样式面板是很强大的,尤其是到了Office2013之后,导航面板支持拖拽调整顺序,非常好用,用Word不打开这两个面板确实非常浪费。 我们做了一个宏插件,可以让大家在打开Word文【阅读全文】

  2. 如何挑选一个适合自己的CMS?

    1. 写在前面 1.1 CMS是什么? CMS是Content Management System的英文缩写,中文译作内容弄管理系统。说得简单点,Wordpress这种博客系统就是一种CMS。 一般的CMS都有前台(显示博文、帖子等),有后台管理系统(发帖、删帖、设置账户、设置皮肤……) 1.2 CMS【阅读全文】

  3. 翻车了?视频会议的正确使用姿势

    由于今年武汉肺炎疫情大规模爆发,导致很多人无法返回岗位复工,这极大的刺激了远程办公市场,而远程办公则离不开视频会议工具。有很多人说视频会议的效果不好,比方说听不清、网速很差、发言混乱……这些问题在10年前确实比较让人头疼,但是在2020年的今天,已经不是个事儿了。 现场会议也好,视频会议也好,都不过是一群人进行沟通的方式。【阅读全文】

  4. 谷歌地球Windows(32位和64位)/MAC/安卓离线版下载,搞定国内无法访问!

    真的很酷!

  5. 重装WORD之前,你应该做的备份

    大家有时候可能重装系统或重装Office,如果你的Word里面的很多宏或者快捷键的配置,你最好提前备份一下,那么具体应该怎么备份呢? 备份快捷键及模板(dot) Word里的模板和快捷键一般放在Normal.dotm里,这个文件的位置在C:\Users\%username%\AppData\Roaming\【阅读全文】

回顶部