Reputation: 849
I am in need to convert the plain text to a RTF text. I know the font ,size, alignment of the plain text. What i want is how to convert to the preformatted RTF text without using RichTextBox
control in windows forms, because i am going to implement this in a class library for 5 platforms.
Upvotes: 0
Views: 302
Reputation: 19612
I found this promising looking RTF writer:
http://netrtfwriter.sourceforge.net/
Upvotes: 1