---
title: "Low Code"
---


Aspose.Words for C++ provides the [Aspose.Words.LowCode](https://reference.aspose.com/words/cpp/aspose.words.lowcode/) namespace, which simplifies common document processing tasks. This API is designed for developers who want to accomplish high-level operations such as document comparison, content extraction, image conversion, and text replacement with minimal effort.

The LowCode API is ideal for scenarios where quick implementation is more important than fine-grained control. Let's take a closer look at the LowCode capabilities of Aspose.Words for C++.

{{% alert color="primary" %}}

It is important to note that the LowCode API does not allow you to change the document structure.

{{% /alert %}}

## Available Features in LowCode API

The `Aspose.Words.LowCode` namespace currently supports:

* **Converting** documents from one format to another
* **Comparing** documents
* **Mail merging**
* **Merging** documents
* **Search and replace**
* **Digital signing** of documents
* **Splitting** a document into parts using different criteria
* Adding a **watermark**

{{% alert color="primary" %}}

Please note that a detailed description of each function outside of Low Code can be found in the Developer Guide section.

{{% /alert %}}

## Fluent and Non-Fluent API

Aspose.Words for C++ supports both Fluent and Non-Fluent APIs, allowing developers to choose the style that best fits their coding preferences and project needs. Let's look at some examples to see how these two types of API differ.

{{% alert color="primary" %}}

In the Fluent API, operations can be configured and executed through a context (such as ComparerContext or ReplacerContext). This context contains common options. It ensures that all related methods operate with a consistent configuration, making the API powerful and easy to manage in complex scenarios.

{{% /alert %}}

## Why Use Aspose.Words Low Code

The **Aspose.Words.LowCode** namespace helps you implement high-level document processing tasks quickly with clean, readable syntax. It is especially useful for developers who need speed, simplicity, and maintainable code when working with Word documents.

To explore more advanced options, you can always combine LowCode APIs with the full Aspose.Words object model. See more Low Code examples in the [API documentation](https://reference.aspose.com/words/cpp/aspose.words.lowcode/).