Skip to content

Version 0.7.0

Choose a tag to compare

@manfromarce manfromarce released this 18 May 21:21
· 412 commits to main since this release

This version brings a lot of improvements for the DOCX to RTF converter:

  • Support for math zones (equations)
  • Rework bulleted/numbered lists handling; now complex multi-level lists should be accurately converted
  • Support more elements in table cells, e.g. bookmarks (nested tables are still not supported at this time)
  • Preserve advanced table position properties
  • Preserve legacy form fields (modern form fields are not available in RTF and are preserved as static content)
  • Preserve legacy VML pictures (the same limitations as DrawingML currently apply: only "inline with text" mode is supported, and shapes and effects are not converted)
  • Preserve OLE objects as images when possible
  • Preserve document title, author, creation time and default language
  • Fix logic for nested fields which could previously produce corrupted documents when a table of contents was present
  • Fix detection of footnotes and endnotes in complex documents
  • Improvements for sections and paragraphs in complex documents