Helpful Information
 
 
Category: Python Programming
creating rtf files

Does anyone know how to create an rtf file using python? Any help or direction would be appreciated. Thanks in Advance!

You could take a look at the RTF specification:

Specs V1.6 (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/html/rtfspec.asp)
And then create the rtf files yourself. I don't know of any RTF libs, but there is a Tex2RTF (http://www.wxwindows.org/dl_optn.htm) converter for use with WxWindows, maybe you could take a look at that for seeing how to use RTF.










privacy (GDPR)