如何使用 C# 将纯文本 [已经知道对齐方式、字体、大小] 转换为 RTF 文本

发布于 2024-12-04 04:39:21 字数 122 浏览 1 评论 0原文

我需要将纯文本转换为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂ガ小子 2024-12-11 04:39:21

我发现了这个很有前途的 RTF 作家:

http://netrtfwriter.sourceforge.net/

I found this promising looking RTF writer:

http://netrtfwriter.sourceforge.net/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文