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书籍/论文/专业文档模板,带封面/目录/自动章节序号,超级方便!

    封面、目录、章节和页码都已经设置好了,大家只要下载好文档稍加修改,就可以立刻开始写作。

  2. UiPath&UiBot比较【第2弹】

    之前写过一篇对比UiPath与UiBot的文章,虽然写得虽然很长,但是写得不是很深入。因为最近又新学了UiPath,所以再将两个RPA工具做一个更深入的对比,以便给大家提供一个参考。 【阅读全文】

  3. Snapchat安卓版APK

    Snapchat是一种快速而有趣的方式,你可以与朋友和家人分享精彩的瞬间。 你直接打开摄像头,几秒钟就能发一个Snap! 只需拍摄一张照片或视频,添加一个标题,然后发送给你最好的朋友。你可以用滤镜、镜头、Bitmojis和各种有趣的特效来让照片和视频的效果更棒。 Snapchat功能 轻点拍照,或长按拍摄视【阅读全文】

  4. 巴拉冬原创Wordpress模板-MobileGoGo【面向移动端、响应式设计、速度超快】

    取名为MobileGoGo,有两个原因。第一,我们希望这款模板可以完美地支持各类移动设备,包括手机和平板电脑;第二,我们希望模板的速度要很快,所以我们在Mobile之后加入了“GoGo”。

  5. Softnic Windows浏览器排名Top 9

    大家都知道Softnic是国外非常有名的软件下载网站,下面是我们统计的Windows平台下桌面浏览器排名前9名。 毫无疑问, Google Chrome排名第一,第2名就是我们国内的uc浏览器,毕竟中国人多,排在第二也不奇怪。但是Chrome浏览器和UC浏览器真的不是一个档次的。尤其是Chrome浏览器桌面版,真的是非常好用。本人已经用了超过10年了,【阅读全文】

回顶部