How to convert HTML to RTF in Perl?

I want to convert some basic html tags to RTF (like I, B, BR) Is there an easier way to do this without paying for anything? Developing something from scratch is also an option.

+6
html xml xhtml perl rtf
source share
1 answer

Have you tried HTML :: FormatRTF ? I did not use RTF output, but I used simple text output ( HTML :: FormatText ) and was pleased with it.

+7
source share

All Articles