如何从 C# 程序将嵌入的 .dot 模板发送到 word?

发布于 2024-11-28 08:47:00 字数 79 浏览 0 评论 0原文

我有一个嵌入 C# 程序中的模板文件,但我需要以某种方式将其存储在 temp 中,以便 word 可以读取它。但是,我不知道该怎么做......

I Have a template file embedded in a C# program but i need to store it in temp somehow so that word can read it. however, i don't know how to do that...

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

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

发布评论

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

评论(1

§普罗旺斯的薰衣草 2024-12-05 08:47:00

您可以使用 System.Io.Path.GetTempFileName() 来获取有效的临时文件路径,然后您可以将点保存在该位置并使用 word 打开它。

you can use System.Io.Path.GetTempFileName() to get a valid temp file path then you can save your dot in that location and open it with word.

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