Aspose.Note 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Note --version 1.2.0
NuGet\Install-Package Aspose.Note -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Note" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Note --version 1.2.0
#r "nuget: Aspose.Note, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Note as a Cake Addin
#addin nuget:?package=Aspose.Note&version=1.2.0

// Install Aspose.Note as a Cake Tool
#tool nuget:?package=Aspose.Note&version=1.2.0

Aspose.Note for .NET is a class library that enables applications to interact with Microsoft Office OneNote programmatically without its installation on the server. It is a pure alternate for MS OneNote Object Model provides much better performance and ease of use to manage OneNote documents.
     Aspose.Note for .NET API delivers the features to read, convert, create and edit/manipulate the content of the Microsoft OneNote file format.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aspose.Note:

Package Downloads
Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.2.0 5,545 2/28/2024
23.12.0 16,206 12/22/2023
23.11.0 12,591 11/23/2023
23.10.0 7,073 10/17/2023
23.9.0 12,429 9/27/2023
23.8.0 25,213 8/23/2023
23.7.0 11,077 7/25/2023
23.6.0 11,844 6/27/2023
23.5.0 7,291 5/22/2023
23.3.0 20,317 3/28/2023
23.2.0 5,584 3/2/2023
22.11.0 47,056 11/17/2022
22.9.0 117,713 9/21/2022
22.7.0 47,497 7/15/2022
22.5.0 18,050 6/10/2022
22.3.0 16,664 4/7/2022
22.1.0 27,470 1/23/2022
21.11.0 15,654 11/18/2021
21.9.0 14,026 9/22/2021
21.7.0 14,548 7/19/2021
21.5.0 13,593 5/14/2021
21.3.0 42,838 3/17/2021
21.1.0 11,071 1/15/2021
20.11.0 10,995 11/11/2020
20.9.0 2,212 9/14/2020
20.7.0 4,370 7/17/2020
20.5.0 26,899 5/7/2020
20.3.0 3,386 3/18/2020
20.1.0 6,667 1/21/2020
19.11.0 7,140 11/15/2019
19.9.0 10,080 9/13/2019
19.7.0 1,709 7/5/2019
19.5.0 53,125 5/15/2019
19.3.0 1,416 3/31/2019
19.1.0 1,215 1/23/2019
18.11.0 2,564 11/20/2018
18.9.0 1,206 9/18/2018
18.7.0 32,891 7/19/2018
18.5.0 1,336 5/22/2018
18.3.0 2,640 3/19/2018
18.1.0 12,571 1/17/2018
17.11.0 2,513 11/7/2017
17.8.0 2,377 8/30/2017
17.3.0 1,627 4/1/2017
16.12.0 2,104 12/28/2016
16.11.0 1,324 11/14/2016
2.5.0 1,343 8/19/2016
2.4.0 1,573 6/13/2016
2.3.0 1,278 5/6/2016
2.2.0 1,578 3/26/2016
2.1.0 1,915 12/15/2015
2.0.0 4,738 11/3/2015
1.9.0 1,620 8/31/2015
1.8.0 1,691 8/6/2015
1.7.0 1,396 7/3/2015
1.6.0 1,438 6/1/2015
1.5.0 1,492 5/6/2015
1.4.0 1,801 3/27/2015
1.3.1 2,220 6/24/2014
1.3.0 1,900 6/17/2014
1.2.1 1,650 5/7/2014
1.2.0 1,557 4/28/2014
1.1.0 1,793 4/1/2014
1.0.0 1,965 3/3/2014

New Features:
     - Rendering of tag elements.
     - Rendering of task elements.
     - Rendering of table elements.
     - Rendering or attached documents.
     - Rendering of hyperlink elements.

     Enhancements:
     - The DocumentVisitor abstract class became more flexible. It supports start and end methods for visiting elements of DOM.

     Fixed bugs:
     - NOTENET-224 NotImplementedException message when loading .one (2010) document.
     - NOTENET-225 NullReferenceException message when exporting .one (2010) document to PDF.

     Public API and Backwards Incompatible Changes:
     The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Note for .NET. If you have concerns about any change listed below, please raise it on the Aspose.Note support forum.

     - Added the new class AttachedFile – Represents an attached file.
     - Added the new class NoteTag - Represents a note tag.
     - Added the new class Table - Represents a table tag.
     - Added the dictionary TagIcon - Specifies the icon of tag or task
     - Renamed the DocumentVisitor.VisitDocument to DocumentVisitor.VisitDocumentStart.
     - Renamed the DocumentVisitor.VisitImage to DocumentVisitor. VisitImage Start.
     - Renamed the DocumentVisitor.VisitOutline to DocumentVisitor. VisitOutline Start.
     - Renamed the DocumentVisitor.VisitOutlineElement to DocumentVisitor. VisitOutlineElement Start.
     - Renamed the DocumentVisitor.VisitOutlineGroup to DocumentVisitor. VisitOutlineGroup Start.
     - Renamed the DocumentVisitor.VisitPage to DocumentVisitor. VisitPage Start.
     - Renamed the DocumentVisitor.VisitPageSeries to DocumentVisitor. VisitPageSeries Start.
     - Renamed the DocumentVisitor.VisitRichText to DocumentVisitor. VisitRichText Start.
     - Renamed the DocumentVisitor.VisitSection to DocumentVisitor. VisitSection Start.
     - Renamed the DocumentVisitor.VisitTitle to DocumentVisitor. VisitTitle Start.
     - Added a new methods DocumentVisitor.VisitDocumentEnd, DocumentVisitor.VisitImageEnd, DocumentVisitor.VisitOutlineEnd, DocumentVisitor.VisitOutlineElementEnd, DocumentVisitor.VisitOutlineGroupEnd, DocumentVisitor.VisitPageEnd, DocumentVisitor.VisitPageSeriesEnd, DocumentVisitor.VisitRichTextEnd, DocumentVisitor.VisitSectionEnd, DocumentVisitor.VisitTitleEnd, DocumentVisitor.VisitAttachedFileEnd, DocumentVisitor.VisitTableEnd, DocumentVisitor.VisitTableCellEnd, DocumentVisitor.VisitTableRowEnd – It calls after visitor visited the all children nodes.
     - DocumentVisitor.VisitAttachedFileStart, DocumentVisitor.VisitTableStart, DocumentVisitor.VisitTableCellStart, DocumentVisitor.VisitTableRowStart - It calls before visitor visited the first children node.