On 06.04.11 08:49:56, Wilhelm wrote: > Hi, > > is it posible to give images in QTextDcouments a somehow "textual > representation"? No, that goes against the definition of toPlainText. Your only option is parsing the HTML yourself and extracting the text from that. Andreas