Sam
Sam

Reputation: 243

How to convert HTML to RTF in Perl?

I want a way to convert some basic html tags into RTF (like I, B, BR) Is there any simpler way to do that without paying for anything? Developing something from scratch is an option too.

Upvotes: 6

Views: 2138

Answers (1)

cjm
cjm

Reputation: 62109

Have you tried HTML::FormatRTF? I haven't used the RTF output, but I've used the plain text output (HTML::FormatText) and was happy with it.

Upvotes: 7

Related Questions