With this PowerShell script you can easily extract OneNote artifacts for further processing:
- Download most notebook data, including structure, pages, images and attached files
- Pages are processed into self contained HTML files
- Creates a simple HTML preview of the notebook for verifying the export
- Supports incremental updates
- Result is suitable for further processing or import into another system
- Has been used to export notebooks with 1k+ sections and 10k+ pages(!)
Possible use cases:
- Moving to another system
- Process data for AI ingestion
- Backup data
Script and instructions can be found on my GitHub:
