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!

link|improve this question

38% accept rate
feedback

1 Answer

up vote 1 down vote accepted

One simple thing you can try is to use SendKeys.

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

link|improve this answer
Thank you for the suggestion, but using SendKeys how would I select the printer as Send to Onenote and then save it as a 2007 section from there? I think I would have to read more on Office interop, but there is nothing on onenote. – Fernando Aug 19 '10 at 12:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.