Skip to content

Commit ed44e4a

Browse files
authored
Merge pull request #175 from aspose-words/aw_for_python_low_code_update
Updated low code
2 parents 767aeeb + fb735e8 commit ed44e4a

File tree

132 files changed

+9055
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+9055
-16
lines changed

english/python-net/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ is_root: true
2929
| [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. |
3030
| [aspose.words.lists](./aspose.words.lists/) | The **aspose.words.lists** module contains classes for working with bulleted and numbered lists defined in a document. |
3131
| [aspose.words.loading](./aspose.words.loading/) | The **aspose.words.loading** module provides classes and enumerations that allow to specify additional options when loading documents. |
32+
| [aspose.words.lowcode](./aspose.words.lowcode/) | The **Aspose.Words.LowCode** contains classes and methods to handle complex general operations in a low code way. |
3233
| [aspose.words.mailmerging](./aspose.words.mailmerging/) | The **aspose.words.mailmerging** module contains classes of the "original" mail merge reporting engine. |
3334
| [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). |
3435
| [aspose.words.math](./aspose.words.math/) | The **aspose.words.math** module contains classes that represent Office Math elements. |
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: aspose.words.lowcode module
3+
linktitle: aspose.words.lowcode module
4+
articleTitle: aspose.words.lowcode module
5+
second_title: Aspose.Words for Python
6+
description: "The Aspose.Words.LowCode contains classes and methods to handle complex general operations in a low code way."
7+
type: docs
8+
weight: 160
9+
url: /python-net/aspose.words.lowcode/
10+
---
11+
12+
The **Aspose.Words.LowCode** contains classes and methods to handle complex general operations in a low code way.
13+
14+
Represents a group of methods intended to convert, merge, split, compress etc. a variety of different types of documents,
15+
ultimately streamlining the integration process and facilitating efficient data consolidation across multiple formats.
16+
17+
Provides comprehensive document convert, merge, split with 35+ supported file formats.
18+
19+
20+
21+
22+
## Classes
23+
24+
| Class | Description |
25+
| --- | --- |
26+
| [Comparer](./comparer/) | Provides methods intended to compare documents. |
27+
| [ComparerContext](./comparercontext/) | Document comparer context |
28+
| [Converter](./converter/) | Represents a group of methods intended to convert a variety of different types of documents using a single line of code. |
29+
| [ConverterContext](./convertercontext/) | Document converter context |
30+
| [MailMergeDataSource](./mailmergedatasource/) | Mail merge data source used for using in [MailMergerContext](./mailmergercontext/). |
31+
| [MailMergeOptions](./mailmergeoptions/) | Represents options for the mail merge functionality. |
32+
| [MailMerger](./mailmerger/) | Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations. |
33+
| [MailMergerContext](./mailmergercontext/) | Mail merge context. |
34+
| [Merger](./merger/) | Represents a group of methods intended to merge a variety of different types of documents into a single output document. |
35+
| [MergerContext](./mergercontext/) | Document merger context. |
36+
| [Processor](./processor/) | Processor class for performing different document processing actions. |
37+
| [ProcessorContext](./processorcontext/) | Base class for processor contexts. Provides properties and options used by the processor to execute processing. |
38+
| [Replacer](./replacer/) | Provides methods intended to find and replace text in the document. |
39+
| [ReplacerContext](./replacercontext/) | Find/replace operation context. |
40+
| [ReportBuilder](./reportbuilder/) | Provides methods intended to fill template with data using LINQ Reporting Engine. |
41+
| [ReportBuilderContext](./reportbuildercontext/) | LINQ Reporting Engine context. |
42+
| [ReportBuilderOptions](./reportbuilderoptions/) | Represents options for the LINQ Reporting Engine functionality. |
43+
| [SignerContext](./signercontext/) | Document signer context |
44+
| [SplitOptions](./splitoptions/) | Specifies options how the document is split into parts. |
45+
| [Splitter](./splitter/) | Provides methods intended to split the documents into parts using different criteria. |
46+
| [SplitterContext](./splittercontext/) | Document splitter context. |
47+
| [Watermarker](./watermarker/) | Provides methods intended to insert watermarks into the documents. |
48+
| [WatermarkerContext](./watermarkercontext/) | Document watermarker context. |
49+
50+
## Enumerations
51+
52+
| Enumeration | Description |
53+
| --- | --- |
54+
| [MergeFormatMode](./mergeformatmode/) | Specifies how formatting is merged when combining multiple documents. |
55+
| [SplitCriteria](./splitcriteria/) | Specifies how the document is split into parts. |
56+
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Comparer class
3+
linktitle: Comparer class
4+
articleTitle: Comparer class
5+
second_title: Aspose.Words for Python
6+
description: "aspose.words.lowcode.Comparer class. Provides methods intended to compare documents."
7+
type: docs
8+
weight: 10
9+
url: /python-net/aspose.words.lowcode/comparer/
10+
---
11+
12+
## Comparer class
13+
14+
Provides methods intended to compare documents.
15+
16+
17+
**Inheritance:** [Comparer](./)[Processor](../processor/)
18+
19+
### Methods
20+
21+
| Name | Description |
22+
| --- | --- |
23+
|[ 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. |
24+
|[ 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. |
25+
|[ 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. |
26+
|[ 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. |
27+
|[ 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. |
28+
|[ 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. |
29+
|[ 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. |
30+
|[ 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. |
31+
|[ 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. |
32+
|[ 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. |
33+
|[ 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. |
34+
|[ 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. |
35+
|[ 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. |
36+
|[ 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. |
37+
|[ create()](./create/#default) | Creates new instance of the converter processor. |
38+
|[ create(context)](./create/#comparercontext) | Creates new instance of the comparer processor. |
39+
|[ execute()](../processor/execute/#default) | Execute the processor action.<br>(Inherited from [Processor](../processor/)) |
40+
|[ from_file(input)](../processor/from_file/#str) | Specifies input document for processing.<br>(Inherited from [Processor](../processor/)) |
41+
|[ from_file(input, load_options)](../processor/from_file/#str_loadoptions) | Specifies input document for processing.<br>(Inherited from [Processor](../processor/)) |
42+
|[ from_stream(input)](../processor/from_stream/#bytesio) | Specifies input document for processing.<br>(Inherited from [Processor](../processor/)) |
43+
|[ from_stream(input, load_options)](../processor/from_stream/#bytesio_loadoptions) | Specifies input document for processing.<br>(Inherited from [Processor](../processor/)) |
44+
|[ to_file(output)](../processor/to_file/#str) | Specifies output file for the processor.<br>(Inherited from [Processor](../processor/)) |
45+
|[ to_file(output, save_options)](../processor/to_file/#str_saveoptions) | Specifies output file for the processor.<br>(Inherited from [Processor](../processor/)) |
46+
|[ to_file(output, save_format)](../processor/to_file/#str_saveformat) | Specifies output file for the processor.<br>(Inherited from [Processor](../processor/)) |
47+
|[ to_stream(output, save_options)](../processor/to_stream/#bytesio_saveoptions) | Specifies output stream for the processor.<br>(Inherited from [Processor](../processor/)) |
48+
|[ to_stream(output, save_format)](../processor/to_stream/#bytesio_saveformat) | Specifies output stream for the processor.<br>(Inherited from [Processor](../processor/)) |
49+
|[ to_streams(output, save_options)](../processor/to_streams/#unknown_saveoptions) | <br>(Inherited from [Processor](../processor/)) |
50+
|[ to_streams(output, save_format)](../processor/to_streams/#unknown_saveformat) | <br>(Inherited from [Processor](../processor/)) |
51+
52+
### See Also
53+
54+
* module [aspose.words.lowcode](../)
55+
* class [Processor](../processor/)
56+

0 commit comments

Comments
 (0)