将 RTF 文档渲染为网络上的图像

发布于 2024-10-29 05:17:09 字数 68 浏览 4 评论 0原文

我的数据库中存储了许多 RTF 文档。我正在尝试创建一个网页来将 RTF 文档呈现为图像。关于如何做到这一点有什么想法吗?

I have many RTF documents storend in my database. I'm trying to create a webpage to render an RTF document as an image. Any ideas on how to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

星星的轨迹 2024-11-05 05:17:09

您可以尝试打印到虚拟图像打印机,然后提供它生成的图像。

You can try printing to a Virtual Image Printer and then serve the image it produced.

心奴独伤 2024-11-05 05:17:09

请参阅此项目

http://sourceforge.net/projects/rtf2html/(另请参阅http://www.w3.org/Tools/HTMLGeneration/rtf2html.html)

另请参阅一年前回答的这个问题:

Convert Rtf to HTML

它包含 codeproject 上的 C# 选项

See this project

http://sourceforge.net/projects/rtf2html/ (Also cf. http://www.w3.org/Tools/HTMLGeneration/rtf2html.html)

Also see this question answered a year ago:

Convert Rtf to HTML

It includes a C# option on codeproject

挽容 2024-11-05 05:17:09

更简单的方法是将 RTF 转换为 HTML 而不是图像,因为:

  1. 图像是光栅,在不同的监视器中看起来会
  2. 有所不同 图像的大小 (kb) 比 HTML 更大
  3. 即使转换为图像比转换为 HTML 慢

The easier way is convert RTF to HTML instead of image, because of:

  1. Image is a raster and will look different in various monitors
  2. Image has more size (kb) than HTML
  3. Converting to Image in even case slower than to HTML
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文