F
Felix E. Klee
How can I extract all text from a OneNote document, for further
automatic processing?
automatic processing?
Programmatically (or via some external program), and from an
entire .one file. (ON 2007)
Check the Text Importer for a typical C# addin which (to start the app)
reads the contents of the notebooks.
Lastly, there is a very useful tool to extract the XML from notebooks athttp://blogs.msdn.com/descapa/archive/2007/02/12/omspy-a-onenote-deve....
I suggest using it was well just to get a feel for the information available
on the page.