I have looked around quite a bit and cannot seem to find any material that confirms or denies the ability to do this. Using the Microsoft Graph or OneNote API, I would like to export a users Notebook and/or Section in one of the formats that the OneNote 2016 desktop application is capable of exporting as: .one, .pdf, .xps, .mht. Is this possible? Thank you.
0
votes
2 Answers
0
votes
0
votes
A call to the API via
will retrieve text in HTML format, links to images or files on a page, and ink in InkML format (see Jorge's post on this).
Assemblying this into a pdf probably makes the most sense (using javascript or php libraries).