当前上下文中不存在名称 rtfwriter
我正在尝试将 XML 文档转换为 rtf 文档。
我可以成功执行 xml 到 pdf 的转换,但每当我尝试使用 RtfWriter.GetInstance
或 RtfHeaderFooters
时,我都会收到以下错误消息:
当前上下文中不存在名称 Rtfwriter
我似乎无法访问任何 rtf 程序集。 有没有人遇到过类似的问题或有可能的解决方案?
谢谢
I'm trying to convert XML docs into rtf documents.
I can successfully perform xml to pdf conversions, but whenever I attempt to use RtfWriter.GetInstance
or RtfHeaderFooters
I get the following error message:
The name Rtfwriter does not exist in the current context
I can't seem to access any of the rtf assemblies. Has anyone encountered similar problems or has a possible solution?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题。 你应该使用:
I ran into the same problem. You should use: