Word to html

plugin banner

Display some html from one or more word files from server. Multiple word files support. The plugin only takes care of normal formatting with text and …

Author:Wibergs Web (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:5.2.2
Plugin version:1.1
Added to WordPress repository:05-07-2019
Last updated:19-07-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.wibergsweb.se/plugins/wordtohtml
Total downloads:1 004
Active installs:20+
plugin download
Click to start download

Word to html makes it easy to fetch content from newer word-file(s) (.docx) and convert the document to html on a page with a single shortcode.

Display some html from one or more word files from your local webserver or an external webserver. Multiple word files support on your local webserver. It’s not intented to be used as full format converting tool as it does create clean html (not a loads of inline styles), but could be convient to read content from word-files just by putting them in a folder on your webserver.

The plugin does fetch this kind of information from your .docx – document:

  • Headings (support for english and swedish)
  • Paragraphs including bold, underline and italic. When having paragraph defined as a column then a new paragraph is created.
  • Hyperlinks
  • Tables
  • Images (jpg, png, jpeg)
  • Unordered lists (bulleted) or ordered lists (numbered). It’s also possible to combine these type of lists.

The plugin does only create the html without any specific inline styling. The reason for this is that word-documents and html-documents have a totally different structure and you should be using css when styling html – documents. Inline styles would also apply styling to your wordpress-theme that wouldn’t fit your current design.

If fetching information from more then one docx – document on your local webserver, content from all files are mixed into different sections of html (one file per section). This could be useful if you want to create tabs of some sort based on information from several word-documents.

If you like the plugin, please consider donating or write a review.

Example of usage

shortcodes in post(s)/page(s)

  • [wordtohtml_create path=”lan” source_files=”skane.docx;smaland.docx;”]
  • [wordtohtml_create path=”wordfiles” source_files=”*.docx”]
  • [wordtohtml_create path=”wordfiles” source_files=”word1;word2″ debug_mode=”yes”]
  • [wordtohtml_create path=”wordfiles” source_files=”word1;word2″ debug_mode=”yes”]
  • [wordtohtml_create debug_mode=”no” convert_encoding_from=”Windows-1252″ convert_encoding_to=”UTF-8″]
  • [wordtohtml_create debug_mode=”no” convert_encoding_to=”UTF-8″]
  • [wordtohtml_create source_files=”http://wibergsweb.se/konstak.docx” path=”wordfiles” debug_mode=”yes” html_id=”turnover” html_class=”wow” add_ext_auto=”yes” skip_articletag=”no”]

FAQ
ChangeLog