Sprawk Logo
Sprawk Logo
EnglishEnglishen
GermanDeutschde
Frenchfrançaisfr
Swedishsvenskasv

Word HTML cleaner Word HTML cleaner

This tools removes non-standard HTML tags like <o:p> <st1:place> as well as lots of extra markup for spacing, which adds lots of unnecessary clutter in the code. Code savings of around 70% are quite common.

Paste in the HTML generated by Microsoft Word
Clean
Toggle right-hand menu

Introduction

A tool to strip Microsoft’s proprietary tags and other superfluous noise from Word-generated HTML documents, leaving all the basic goodness intact. File sizes are greatly reduced, and the returned markup is easier to read, revise and employ. This tool is available as an API which you can call from your own web applications and other software.

Features Features

Actions include:

  • Removes Microsoft-only properties
  • Removes old-fashioned properties like font, del and ins
  • Removes repeated new lines and spaces
  • Cleans up tables by removing cellspacing, cellpadding and width parameters
  • Adds newlines after headings and paragraphs for improved readability
  • Replaces   with spaces but only within text
  • Leaves all comments intact

API API

This tool is also available via a web-based API so that you can use it from your own applications and websites. learn more about the API or sign up now