将 RTF 文档渲染为网络上的图像
我的数据库中存储了许多 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试打印到虚拟图像打印机,然后提供它生成的图像。
You can try printing to a Virtual Image Printer and then serve the image it produced.
请参阅此项目
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
更简单的方法是将 RTF 转换为 HTML 而不是图像,因为:
The easier way is convert RTF to HTML instead of image, because of: