Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions english/python-net/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ is_root: true
| [aspose.words.layout](./aspose.words.layout/) | The **aspose.words.layout** module provides classes that allow to access information such as on what page and where on a page particular document elements are positioned, when the document is formatted into pages. |
| [aspose.words.lists](./aspose.words.lists/) | The **aspose.words.lists** module contains classes for working with bulleted and numbered lists defined in a document. |
| [aspose.words.loading](./aspose.words.loading/) | The **aspose.words.loading** module provides classes and enumerations that allow to specify additional options when loading documents. |
| [aspose.words.lowcode](./aspose.words.lowcode/) | The **Aspose.Words.LowCode** contains classes and methods to handle complex general operations in a low code way. |
| [aspose.words.mailmerging](./aspose.words.mailmerging/) | The **aspose.words.mailmerging** module contains classes of the "original" mail merge reporting engine. |
| [aspose.words.markup](./aspose.words.markup/) | The **aspose.words.markup** module contains classes that represent customer defined semantics in a document: smart tags, custom XML and structured document tags (content controls). |
| [aspose.words.math](./aspose.words.math/) | The **aspose.words.math** module contains classes that represent Office Math elements. |
Expand Down
56 changes: 56 additions & 0 deletions english/python-net/aspose.words.lowcode/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: aspose.words.lowcode module
linktitle: aspose.words.lowcode module
articleTitle: aspose.words.lowcode module
second_title: Aspose.Words for Python
description: "The Aspose.Words.LowCode contains classes and methods to handle complex general operations in a low code way."
type: docs
weight: 160
url: /python-net/aspose.words.lowcode/
---

The **Aspose.Words.LowCode** contains classes and methods to handle complex general operations in a low code way.

Represents a group of methods intended to convert, merge, split, compress etc. a variety of different types of documents,
ultimately streamlining the integration process and facilitating efficient data consolidation across multiple formats.

Provides comprehensive document convert, merge, split with 35+ supported file formats.




## Classes

| Class | Description |
| --- | --- |
| [Comparer](./comparer/) | Provides methods intended to compare documents. |
| [ComparerContext](./comparercontext/) | Document comparer context |
| [Converter](./converter/) | Represents a group of methods intended to convert a variety of different types of documents using a single line of code. |
| [ConverterContext](./convertercontext/) | Document converter context |
| [MailMergeDataSource](./mailmergedatasource/) | Mail merge data source used for using in [MailMergerContext](./mailmergercontext/). |
| [MailMergeOptions](./mailmergeoptions/) | Represents options for the mail merge functionality. |
| [MailMerger](./mailmerger/) | Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations. |
| [MailMergerContext](./mailmergercontext/) | Mail merge context. |
| [Merger](./merger/) | Represents a group of methods intended to merge a variety of different types of documents into a single output document. |
| [MergerContext](./mergercontext/) | Document merger context. |
| [Processor](./processor/) | Processor class for performing different document processing actions. |
| [ProcessorContext](./processorcontext/) | Base class for processor contexts. Provides properties and options used by the processor to execute processing. |
| [Replacer](./replacer/) | Provides methods intended to find and replace text in the document. |
| [ReplacerContext](./replacercontext/) | Find/replace operation context. |
| [ReportBuilder](./reportbuilder/) | Provides methods intended to fill template with data using LINQ Reporting Engine. |
| [ReportBuilderContext](./reportbuildercontext/) | LINQ Reporting Engine context. |
| [ReportBuilderOptions](./reportbuilderoptions/) | Represents options for the LINQ Reporting Engine functionality. |
| [SignerContext](./signercontext/) | Document signer context |
| [SplitOptions](./splitoptions/) | Specifies options how the document is split into parts. |
| [Splitter](./splitter/) | Provides methods intended to split the documents into parts using different criteria. |
| [SplitterContext](./splittercontext/) | Document splitter context. |
| [Watermarker](./watermarker/) | Provides methods intended to insert watermarks into the documents. |
| [WatermarkerContext](./watermarkercontext/) | Document watermarker context. |

## Enumerations

| Enumeration | Description |
| --- | --- |
| [MergeFormatMode](./mergeformatmode/) | Specifies how formatting is merged when combining multiple documents. |
| [SplitCriteria](./splitcriteria/) | Specifies how the document is split into parts. |

56 changes: 56 additions & 0 deletions english/python-net/aspose.words.lowcode/comparer/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: Comparer class
linktitle: Comparer class
articleTitle: Comparer class
second_title: Aspose.Words for Python
description: "aspose.words.lowcode.Comparer class. Provides methods intended to compare documents."
type: docs
weight: 10
url: /python-net/aspose.words.lowcode/comparer/
---

## Comparer class

Provides methods intended to compare documents.


**Inheritance:** [Comparer](./) → [Processor](../processor/)

### Methods

| Name | Description |
| --- | --- |
|[ compare(v1, v2, output_file_name, author, date_time)](./compare/#str_str_str_str_datetime) | Compares two documents with additional options and saves the differences to the specified output file, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_file_name, author, date_time, compare_options)](./compare/#str_str_str_str_datetime_compareoptions) | Compares two documents with additional options and saves the differences to the specified output file, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_file_name, save_format, author, date_time)](./compare/#str_str_str_saveformat_str_datetime) | Compares two documents with additional options and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_file_name, save_format, author, date_time, compare_options)](./compare/#str_str_str_saveformat_str_datetime_compareoptions) | Compares two documents with additional options and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_file_name, save_options, author, date_time)](./compare/#str_str_str_saveoptions_str_datetime) | Compares two documents with additional options and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_file_name, save_options, author, date_time, compare_options)](./compare/#str_str_str_saveoptions_str_datetime_compareoptions) | Compares two documents with additional options and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_stream, save_format, author, date_time)](./compare/#bytesio_bytesio_bytesio_saveformat_str_datetime) | Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_stream, save_format, author, date_time, compare_options)](./compare/#bytesio_bytesio_bytesio_saveformat_str_datetime_compareoptions) | Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_stream, save_options, author, date_time)](./compare/#bytesio_bytesio_bytesio_saveoptions_str_datetime) | Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions. |
|[ compare(v1, v2, output_stream, save_options, author, date_time, compare_options)](./compare/#bytesio_bytesio_bytesio_saveoptions_str_datetime_compareoptions) | Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions. |
|[ compare_to_images(v1, v2, image_save_options, author, date_time)](./compare_to_images/#str_str_imagesaveoptions_str_datetime) | Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image. |
|[ compare_to_images(v1, v2, image_save_options, author, date_time, compare_options)](./compare_to_images/#str_str_imagesaveoptions_str_datetime_compareoptions) | Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image. |
|[ compare_to_images(v1, v2, image_save_options, author, date_time)](./compare_to_images/#bytesio_bytesio_imagesaveoptions_str_datetime) | Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image. |
|[ compare_to_images(v1, v2, image_save_options, author, date_time, compare_options)](./compare_to_images/#bytesio_bytesio_imagesaveoptions_str_datetime_compareoptions) | Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image. |
|[ create()](./create/#default) | Creates new instance of the converter processor. |
|[ create(context)](./create/#comparercontext) | Creates new instance of the comparer processor. |
|[ execute()](../processor/execute/#default) | Execute the processor action.<br>(Inherited from [Processor](../processor/)) |
|[ from_file(input)](../processor/from_file/#str) | Specifies input document for processing.<br>(Inherited from [Processor](../processor/)) |
|[ from_file(input, load_options)](../processor/from_file/#str_loadoptions) | Specifies input document for processing.<br>(Inherited from [Processor](../processor/)) |
|[ from_stream(input)](../processor/from_stream/#bytesio) | Specifies input document for processing.<br>(Inherited from [Processor](../processor/)) |
|[ from_stream(input, load_options)](../processor/from_stream/#bytesio_loadoptions) | Specifies input document for processing.<br>(Inherited from [Processor](../processor/)) |
|[ to_file(output)](../processor/to_file/#str) | Specifies output file for the processor.<br>(Inherited from [Processor](../processor/)) |
|[ to_file(output, save_options)](../processor/to_file/#str_saveoptions) | Specifies output file for the processor.<br>(Inherited from [Processor](../processor/)) |
|[ to_file(output, save_format)](../processor/to_file/#str_saveformat) | Specifies output file for the processor.<br>(Inherited from [Processor](../processor/)) |
|[ to_stream(output, save_options)](../processor/to_stream/#bytesio_saveoptions) | Specifies output stream for the processor.<br>(Inherited from [Processor](../processor/)) |
|[ to_stream(output, save_format)](../processor/to_stream/#bytesio_saveformat) | Specifies output stream for the processor.<br>(Inherited from [Processor](../processor/)) |
|[ to_streams(output, save_options)](../processor/to_streams/#unknown_saveoptions) | <br>(Inherited from [Processor](../processor/)) |
|[ to_streams(output, save_format)](../processor/to_streams/#unknown_saveformat) | <br>(Inherited from [Processor](../processor/)) |

### See Also

* module [aspose.words.lowcode](../)
* class [Processor](../processor/)

Loading