Skip to content

rtflite 2.2.0

Choose a tag to compare

@nanxstats nanxstats released this 05 Dec 02:22
· 96 commits to main since this release
7924390

New features

  • Added RTFDocument.write_docx to export tables as DOCX via LibreOffice, with str/Path input support and automatic parent directory creation (#156).
  • Improved write_rtf to accept Path inputs and create missing output directories (#156).

Documentation

  • Expanded DOCX assembly guidance with toggle field caveats and python-docx concatenation examples (#157).
  • Documented installing the docx extra in the README and assemble article, including uv sync --extra docx for developers (#155).