How do I access a OneNote notebook using Python? Is there a way to export it to a pdf
or other file programmatically? The notes are taken by hand, so I unfortunately can't just parse it for text.
I've found this article from 2011, but the links are dead and I imagine it would be outdated anyway. I've also found this GitHub but I don't see how to implement it to do what I want.
Alternatively, is there another language I could use?