Click here to Skip to main content
15,889,096 members
Articles / Hosted Services / Microservices

Creating a OneNote Markdown Converter

Rate me:
Please Sign up or sign in to vote.
4.33/5 (2 votes)
18 Nov 2021CPOL8 min read 7.5K   2  
In this article of this series, we’ll use the Graph API client to consume OneNote documents through a microservice that allows them to be converted into Markdown format.
Here we’ll build a Spring Boot web app and microservice using the Graph API client to query for a list of OneNote notebooks, display an HTML preview of the notebook pages, and convert and download the pages as Markdown.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Building Rich Microsoft Graph Apps with MSAL and Graph SDK for Java View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer
Australia Australia

Comments and Discussions

Building Rich Microsoft Graph Apps with MSAL and Graph SDK for Java