以编程方式打印或将PowerPoint转换为一个笔记

发布于 2024-09-14 21:08:09 字数 338 浏览 4 评论 0原文

您好,我想创建一个应用程序,这将使我的事情变得更容易。 我总是需要将一堆 Power Point 文档转换为一个笔记,但每个过程都需要几分钟。流程如下:

1.)我必须打开powerpoint,然后打印>打印到Onenote。
2.)然后,一旦 Onenote 打开,我必须,文件>另存为>页面> Onenote 2007 部分。

我想创建一个应用程序,使我能够浏览 PowerPoint 文件,然后将 PowerPoint 文件中的所有幻灯片转换为一页笔记,然后以 One note 2007 格式保存。

我有使用 C# 进行编程的经验。

谢谢!

Hello I want to create an application which will make things easier for me.
I always need to convert a bunch of power point documents to one note, but the process takes a few minutes for each. The process goes as follows:

1.)I have to open the powerpoint and then print>Print to Onenote.

2.)Then once Onenote opens I have to, file>save as>Page> Onenote 2007 Section.

I want create an application that will allow me to be able to browse for a PowerPoint file and then have all the slides from the PowerPoint file to be converted into a one note page and then saved in One note 2007 format.

I have experience programming using C#.

Thank you!

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

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

发布评论

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

评论(1

家住魔仙堡 2024-09-21 21:08:09

您可以尝试的一件简单的事情是使用 SendKeys。

如果这还不够好,您可以执行完整的 Office 互操作故事。

One simple thing you can try is to use SendKeys.

If that is not good enough, you can do the full Office interop story.

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