Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: May 2020
Create OneNote (.ONE) Documents Programmatically in C#
Aspose.Note for .NET is a feature-rich OneNote document manipulation API that lets you create, read, and convert OneNote documents programmatically using C# or VB.NET. In a previous article, we have covered how to use Aspose.Note for .NET to convert, read, and parse OneNote documents. Today, we’ll check out how to create OneNote documents from scratch using C#.
MS OneNote provides you a way of organizing and managing the information in the form of digital notes (.ONE). The … Continue Reading
Posted in Aspose.Note Product Family Tagged Add Pages to OneNote Document using Csharp, Add Tables to OneNote Page using Csharp, Insert Hyperlinks in OneNote Document using Csharp, Insert Images to OneNote Page using Csharp, Insert Tags in OneNote Document using Csharp, create OneNote documents using Csharp
Create 7z (7-Zip) Archives Programmatically using C# .NET
In the previous post, I have discussed different ways of creating ZIP archives using C#. The article also covered how to create encrypted and password-protected ZIP archives. Besides ZIP format, there are some other commonly used archive formats such as 7z, tar, RAR, etc. Among these, 7z archive format is based on open-source architecture and it is used to compress files and folders with a high compression ratio. It also supports 256-bit AES encryption and … Continue Reading
Create MS Project Files Programmatically in C# or VB.NET
Microsoft Project is a popular project management software that makes it easier for project managers to efficiently manage the projects. It lets the managers create tasks and resources, assign tasks to resources, track the project’s progress, manage the budget, and perform other project-related operations. In order to create and manage MS Project files programmatically, Microsoft provides MS Office Automation. However, along with other deficiencies, it requires you to install MS Office. To fill this gap, Aspose jumps in to … Continue Reading