You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).