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.
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).