PyRTF object model

David Robinow drobinow at gmail.com
Thu Sep 30 11:16:31 EDT 2010


On Thu, Sep 30, 2010 at 8:14 AM, Rustom Mody <rustompmody at gmail.com> wrote:
> I am trying to use PyRTF.
>
> I gather that an RTF doc consists of a list of sections, a section
> consists of a list of paras,
> paras seem to be just text (not sure on that one)
>
> Some questions:
>
> When does one end one section and start another?
> How does one handle lists (as in numbered, bulleted etc)?
 You might find the RTF specification helpful.  One source is:
http://msdn.microsoft.com/en-us/library/aa140277%28office.10%29.aspx



More information about the Python-list mailing list