Skip to content

cli-v0.23.1

Choose a tag to compare

@superdoc-orbit superdoc-orbit released this 05 Aug 01:13
· 5 commits to stable since this release

Fixes

  • Preserve documents with malformed style properties — Documents with empty style properties (such as empty <w:rPr/> tags created by LibreOffice or certain Word templates) no longer lose table content during import. The importer now skips unreadable property containers instead of discarding the entire element.
  • Recover documents with unreadable style records — Documents with malformed style definitions in word/styles.xml no longer fail to import. Invalid outline levels, tab stops, and conditional formatting entries are now skipped safely rather than aborting the entire import.