Skip to content

rtflite 2.5.0

Choose a tag to compare

@nanxstats nanxstats released this 26 Dec 23:18
· 59 commits to main since this release
9a022cb

New features

  • Added RTFDocument.write_html and RTFDocument.write_pdf for exporting RTF documents to HTML and PDF via LibreOffice, matching the write_docx conversion workflow (#176).

Testing

  • Added parameterized tests covering DOCX, HTML, and PDF exports, with a new pdf extra (pypdf) for PDF text extraction. Improved LibreOffice availability checks to skip integration tests when conversion is not working (#176).