Skip to content

Instantly share code, notes, and snippets.

@mkisono
mkisono / extract_rtf.py
Created August 29, 2017 04:15
Function to extract text in RTF files.
# -*- coding: utf-8 -*-
"""
Extract text in RTF Files. Refactored to use with Python 3.x
Source:
http://stackoverflow.com/a/188877
Code created by Markus Jarderot: http://mizardx.blogspot.com
"""