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. 搜索引擎不只有百度,我们还有Magi

    百度搜索引擎其实非常不错,除了广告有点多,感觉有点不负责任,口碑不是太好以外。当然百度这家公司还是带给了我们很多东西,百度输入法(尤其是手机输入法)、百度日文输入法、百度云盘、百度翻译…… 但是,现在有一个更好的真正能让我们获得答案的工具:Magi。以下是Magi的基本介绍: 用AI 梳理互联网的知识引擎 - Magi【阅读全文】

  2. 【Mylink】跨平台、跨设备,再也不会丢失浏览器书签了

    Mylink是一个可以自由收藏、自由分享网站的平台不仅能提供实用快捷的搜索服务,还可以自定义所有页面。轻松打造一个你的主页。

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

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

  4. 推荐一个免费的OCR工具,支持输出多种格式,超厉害!

    在百度里输入了OCR之后,找到了一个叫诚华OCR的工具,发现这个工具可以将图片转换成多种格式,包括Word,Excel,PPT,PDF,Txt等等,可以说应有尽有。

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

    基于Word VBA的CMS工具!

回顶部