如何使用 C# 将纯文本 [已经知道对齐方式、字体、大小] 转换为 RTF 文本
我需要将纯文本转换为 RTF 文本。我知道纯文本的字体、大小、对齐方式。我想要的是如何在 Windows 窗体中不使用 RichTextBox 控件的情况下转换为预格式化的 RTF 文本,因为我将在 5 个平台的类库中实现此功能。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现了这个很有前途的 RTF 作家:
http://netrtfwriter.sourceforge.net/
I found this promising looking RTF writer:
http://netrtfwriter.sourceforge.net/