Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good way to process RTF-encoded files and convert them to XML?

Tags:

regex

xml

perl

rtf

I have never done huge amounts of RTF processing, I always used a library to read or generate one and that was a long time ago. Now I need to get more intimate with the format again, and eventually convert it to XML.

Can you recommend a good path to do it so that I have a lot of control on how RTF chunks are parsed and processed?

Initially, I am thinking Perl plus a few good libraries would be a good choice, but all opinions are welcome.

like image 799
user27767 Avatar asked Oct 14 '08 09:10

user27767


1 Answers

RTF Manual? Seriously though, a quick google turns up all sorts of tools and libraries. Why reinvent the wheel?

like image 148
Ken Avatar answered Oct 03 '22 13:10

Ken