OfficeIMO.Reader.OneNote
3.0.0
Prefix Reserved
dotnet add package OfficeIMO.Reader.OneNote --version 3.0.0
NuGet\Install-Package OfficeIMO.Reader.OneNote -Version 3.0.0
<PackageReference Include="OfficeIMO.Reader.OneNote" Version="3.0.0" />
<PackageVersion Include="OfficeIMO.Reader.OneNote" Version="3.0.0" />
<PackageReference Include="OfficeIMO.Reader.OneNote" />
paket add OfficeIMO.Reader.OneNote --version 3.0.0
#r "nuget: OfficeIMO.Reader.OneNote, 3.0.0"
#:package OfficeIMO.Reader.OneNote@3.0.0
#addin nuget:?package=OfficeIMO.Reader.OneNote&version=3.0.0
#tool nuget:?package=OfficeIMO.Reader.OneNote&version=3.0.0
OfficeIMO.Reader.OneNote
OfficeIMO.Reader.OneNote projects native, offline OfficeIMO.OneNote content into the shared OfficeIMO.Reader.Core contracts. It does not use Microsoft Graph, GraphEssentialsX, COM automation, or require OneNote to be installed.
using OfficeIMO.Reader;
using OfficeIMO.Reader.OneNote;
OfficeDocumentReader reader = new OfficeDocumentReaderBuilder()
.AddOneNoteHandler()
.Build();
OfficeDocumentReadResult result = reader.ReadDocument("Notes.one");
The adapter emits page-aware text and Markdown chunks, structured tables, links, and image/embedded-file asset metadata. Native file parsing remains owned by OfficeIMO.OneNote.
Current pages are the default ingestion surface. Conflict copies and version-history snapshots remain counted in metadata but enter chunks, page hierarchy, links, and assets only when requested:
using OfficeIMO.OneNote;
var oneNoteOptions = new ReaderOneNoteOptions {
IncludeConflictPages = true,
IncludeVersionHistory = true,
IncludeAssetPayloads = true,
NotebookOptions = new OneNoteNotebookReaderOptions {
IncludeRecycleBin = true
}
};
OfficeDocumentReader readerWithHistory = new OfficeDocumentReaderBuilder()
.AddOneNoteHandler(oneNoteOptions)
.Build();
Image metadata is emitted even when a native image payload cannot be resolved. Resolved payload identifiers remain stable because unresolved images still occupy their native position. Picture dimensions are reported in pixels after converting MS-ONE half-inch units at 96 DPI. Native RichEdit separators and invalid control/noncharacter code points are normalized in projected text without mutating the source model.
Before building chunks, tables, assets, links, or metadata, the adapter applies the shared bounded projection validation to the complete model graph. This includes conflict and version relationships because Reader counts them in metadata even when their content is not selected. Caller-created cycles, shared instances, or excessive section-group, related-page, and content depth therefore fail predictably instead of causing recursive traversal or repeated expansion.
Current target frameworks are netstandard2.0, net8.0, net10.0, and net472 on Windows. The package is MIT licensed.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- OfficeIMO.OneNote (>= 3.0.0)
- OfficeIMO.OneNote.Markdown (>= 3.0.0)
- OfficeIMO.Reader.Core (>= 3.0.0)
-
.NETStandard 2.0
- OfficeIMO.OneNote (>= 3.0.0)
- OfficeIMO.OneNote.Markdown (>= 3.0.0)
- OfficeIMO.Reader.Core (>= 3.0.0)
-
net10.0
- OfficeIMO.OneNote (>= 3.0.0)
- OfficeIMO.OneNote.Markdown (>= 3.0.0)
- OfficeIMO.Reader.Core (>= 3.0.0)
-
net8.0
- OfficeIMO.OneNote (>= 3.0.0)
- OfficeIMO.OneNote.Markdown (>= 3.0.0)
- OfficeIMO.Reader.Core (>= 3.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OfficeIMO.Reader.OneNote:
| Package | Downloads |
|---|---|
|
OfficeIMO.Reader.All
Composition-only preset for registering OfficeIMO.Reader's local format adapters. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 90 | 7/20/2026 |