Re: [Tutor] Extract image from RTF file

2009-02-14 Thread Alan Gauld
"Bryan Fodness" wrote I have a large amount of RTF files where the only thing in them is an image. I would like to extract them an save them as a png. The link I posted on another thread claims to handle images in RTF files http://www.nava.de/2005/04/06/pyrtf/ HTH. -- Alan Gauld Author

[Tutor] Extract image from RTF file

2009-02-14 Thread Bryan Fodness
I have a large amount of RTF files where the only thing in them is an image. I would like to extract them an save them as a png. Eventually, I would like to also grab some text that is on the image. I think PIL has something for this. Does anyone have any suggestion on how to start this?