Getting Started

Welcome to the official Getting Started Guide for Aspose.Words for .NET Plugins! This comprehensive introduction will walk you through the process of installing and setting up our powerful .NET library for word processing tasks.

What Are Aspose.Words for .NET Plugins?

Aspose.Words for .NET Plugins are a set of ready-to-use solutions built on Aspose.Words for .NET that simplify common document processing tasks, allowing developers to quickly integrate functionality with minimal custom code.

The main difference between Aspose.Words for .NET and Aspose.Words for .NET Plugins:

  • Aspose.Words for .NET is a powerful tool that allows you to work not only with the entire document but also with the structure of a specific document. This means you can manipulate document nodes: edit paragraphs, add tables, customize styles, and more. Use Aspose.Words for .NET if you need flexible document editing and processing.
  • Aspose.Words for .NET Plugins offer clear and limited functionality, provided through a special license for Aspose.Words. They allow you to process entire documents without editing their content. You can compare documents, convert them from one format to another, merge and split documents, and much more. Use the Aspose.Words for .NET Plugins if you need limited functionality and don’t need to modify document content.

Use one or several plugins simultaneously for efficient document management. A full list of plugins is available in the Developer Guide section.

System Requirements

Before diving in, ensure your system meets the minimum requirements:

  • Operating System: Windows, Linux, macOS
  • NET Core 2.0+, .NET Framework 3.5+

Installation

Install Aspose.Words for .NET through NuGet:

  1. Open your preferred IDE (e.g., Visual Studio 2019)
  2. In the Solution Explorer, right-click on the project and select “Manage NuGet Packages”
  3. Browse to the Aspose online gallery
  4. Search for Aspose.Words for .NET and install the package

Alternatively, you can use the Package Manager Console:

Install-Package Aspose.Words

Or use .NET Core CLI:

dotnet add package Aspose.Words

Licensing

Aspose.Words for .NET Plugins empower developers by implementing a metered licensing mechanism. Licensing details are available on the Licensing page.

Supported Formats

Plugins support the following formats:

  • Input formats: DOC, DOCX, RTF, DOT, DOTX, DOTM, DOCM, Word 2003 XML, and Word 2007 XML (for all plugins)
  • Output formats:
    • DOC, DOCX, RTF, DOT, DOTX, DOTM, DOCM, Word 2003 XML, and Word 2007 XML (for all plugins)
    • PDF (for the “Document to PDF Converter” plugin only)

Next Steps

Once you have installed and activated your license, refer to the following resources for further assistance:

Get familiar with theplugins’ capabilities by exploring these essential resources. Happy coding!

 English