Skip to content

rtflite 2.4.0

Choose a tag to compare

@nanxstats nanxstats released this 26 Dec 01:55
· 66 commits to main since this release
098a880

Breaking changes

  • Removed the executable_path argument from RTFDocument.write_docx; pass converter=LibreOfficeConverter(executable_path=...) instead (#172).

Improvements

  • RTFDocument.write_docx now accepts a converter= instance to configure LibreOffice invocation (including custom executable paths) and to enable reusing a converter across multiple conversions (#172).

Converters

  • LibreOfficeConverter(executable_path=...) now accepts Path objects and resolves executable names via PATH when given (for example, "soffice") (#172).