Using Exported HTML in Word

Often you want to properly paginage a long page. I've just done this using MW word.
A long page exported as a single HTML document need to have the main "table" wrapper removed to be useful.

Select entire document:

  • table -> convert -> table to text.
    • Do not unwrap nested tables.

Now you can insert page breaks between paragraphs and sections.

Some other noted problems:

  • not all characters are transformed. You will end up with ?
  • I end up with all paragraphs centered.

Labels