以编程方式打印或将PowerPoint转换为一个笔记
您好,我想创建一个应用程序,这将使我的事情变得更容易。 我总是需要将一堆 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试的一件简单的事情是使用 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.