Or how about sir OneNote to rtf?
"John Guin [msft]" wrote:
>> Good day sir!
>> I want to capture Outline tags/data from a page, then save it to a database
>> in a format that would be understandable by Word, so that data can be
>> retrieved from the database and displayed in Word. Any ideas?
>>
>> Regards,
>> Joey
>>
>> "John Guin [msft]" wrote:
>>
>>> What exactly are you trying to do?
>>>
>>> If you want to save a page as a word document, you can use the Publish()
>>> method to do this. If you only want to save certain information from a page
>>> to a word doc, you could create a temp page, copy the data you want to it,
>>> save the temp page as word format and delete the temp page.
>>>
>>>
>>> --
>>> Thanks,
>>> John Guin
>>> OneNote Test Team
>>>
http://blogs.msdn.com/johnguin
>>>
>>>
>>> "dyowee" wrote:
>>>
>>>> Good day!
>>>>
>>>> Is it possible to convert OneNote outlines (from internal XML) to a format
>>>> understandable by Word?
>>>>
>>>> Thanks.