[Qt-interest] [ANN] Rich Text Format (RTF) Parser

Brad Hards bradh at frogmouth.net
Sat Jun 11 02:16:25 CEST 2011


After much talking, I finally got around to uploading my RTF parser (in 
Qt/C++).

Its on launchpad (https://launchpad.net/rtf-qt), mainly because I'd used bzr 
for my local work.

Its LGPLv2+.

Build it using cmake.

It consists of a library, some unit tests and a demo application. It handles 
meta-data pretty well, and some character and paragraph formatting. Use the 
demo application to load / view an RTF file to see what does and does not get 
rendered. There are some sample files in the unittest/ directory.

I'm not planning on doing a lot of work on this. If you want changes, then 
please provide patches (or be willing to fund development, but I'd probably 
prefer patches).

Brad



More information about the Qt-interest-old mailing list