/python-unrtf

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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