-
Notifications
You must be signed in to change notification settings - Fork 2
Parses RTF documents into a DOM-like structure
License
crankycyclops/pyrtfdom
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Example instantiation: from pyrtfdom.dom import RTFDOM from pyrtfdom import elements domTree = RTFDOM() domTree.openFile('test.rtf') domTree.parse() domTree.printTree()
About
Parses RTF documents into a DOM-like structure
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published