当前上下文中不存在名称 rtfwriter

发布于 2024-07-26 01:53:41 字数 279 浏览 6 评论 0原文

我正在尝试将 XML 文档转换为 rtf 文档。
我可以成功执行 xml 到 pdf 的转换,但每当我尝试使用 RtfWriter.GetInstanceRtfHeaderFooters 时,我都会收到以下错误消息:

当前上下文中不存在名称 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 技术交流群。

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

发布评论

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

评论(1

残龙傲雪 2024-08-02 01:53:41

我遇到了同样的问题。 你应该使用:

RtfWriter2 rtfWriter = RtfWriter2.GetInstance(...);

I ran into the same problem. You should use:

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