Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to generate Rich Text Format (RTF) document in ASP.NET?

DOCUMENT rich text format RTF
0
Posted

How to generate Rich Text Format (RTF) document in ASP.NET?

0

The RTF specification from Microsoft: http://msdn.microsoft.com/en-us/library/aa140277%28office.10%29.aspx Or, in order to bypass the RTF learning curve, you could generate HTML from ASP.NET then shell out and use the html2rtf tool to convert it to rtf: http://www.gkrueger.com/personal/html2rtf/index.html Or, if your doc is going to be used in template-like manner, you could create the rtf file by hand in WordPad and save it with special strings that you invent, like $YOUR_NAME_HERE$. Later, you read the your saved rtf file and replace your special strings.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123