Aspose.Note FOSS for Python
Requires Python 3.10 or later. Install with pip install aspose-note. PDF export requires reportlab (install with pip install "aspose-note[pdf]").
Select a section to begin:
Key capabilities
- Reads OneNote 2010 and OneNote Online document formats.
- Detects and identifies OneNote 2007 and OneNote 2010 file variants via
FileFormat. - Exports OneNote document content to PDF via
SaveFormatandPdfSaveOptions. - Pure Python implementation: no native dependencies, install with
pip install aspose-note.