unrtf

GNU unrtf python bindings


Keywords
unrtf, rtf
License
GPL-3.0
Install
pip install unrtf==0.1.7

Documentation

python-unrtf

python3 bindings for unrtf GNU tool

usage

import unrtf
with open('file.rtf') as fp:
    unrtf.unrtf(fp.read(), 'out.html')

installation

seek guidance from Dockerfile