Skip to content

Commit a617eb2

Browse files
Update file(s) "/." from "groupdocs-merger/Groupdocs.Merger-References"
1 parent 3798e1e commit a617eb2

File tree

52 files changed

+280
-125
lines changed

Some content is hidden

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

52 files changed

+280
-125
lines changed

content/sites/groupdocs/merger/english/_index.md

Lines changed: 13 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -84,47 +84,23 @@ These are links to some useful resources:
8484

8585
## GroupDocs.Merger for Node.js via Java
8686

87-
{{% alert color="primary" %}}
88-
![GroupDocs.Merger for Node.js via Java Product Logo](gdocs_nodejs.png)
89-
On-premise APIs that enable developers to merge, split, reorder, or extract pages from documents directly in Node.js applications.
90-
{{% /alert %}}
91-
92-
GroupDocs.Merger brings powerful document manipulation features to the Node.js ecosystem through a Java bridge. It makes it easy to combine files, split large documents into smaller parts, or reorganize pages — all without relying on external software.
93-
94-
### Why Node.js Developers Love This API
95-
- **Cross-Platform**: Works on Windows, Linux, and macOS with Node.js
96-
- **Framework Friendly**: Integrates smoothly with Express.js, NestJS, Koa, and other Node.js frameworks
97-
- **Performance Optimized**: Handles large documents efficiently in both apps and microservices
98-
- **Flexible**: Supports merge and split operations for Word, Excel, PowerPoint, PDF, images, and more
99-
- **Automation Ready**: Perfect for REST APIs, serverless functions, and backend workflows
100-
101-
### Perfect For
102-
Web applications, document management systems, collaborative platforms, and any Node.js service that requires robust document splitting and merging.
103-
104-
### Useful resources
105-
- [GroupDocs.Merger for Node.js via Java API Reference](/merger/nodejs-java/)
106-
107-
## GroupDocs.Merger for Python via .NET
108-
109-
{{% alert color="primary" %}}
110-
![GroupDocs.Merger for Python via .NET Product Logo](gdocs_python.png)
111-
On-premise APIs for Python applications to merge, split, reorder, or extract pages from Microsoft Office, PDF, and many other document formats.
112-
{{% /alert %}}
87+
{{% alert color="primary" %}}
88+
![GroupDocs.Merger for Node.js via Java Product Logo](gdocs_net.png)
89+
Node.js APIs to quickly merge multiple documents or split any document into pages within your applications based on Node.js and Java.
90+
{{% /alert %}}
11391

114-
GroupDocs.Merger brings advanced document manipulation features to Python through a .NET bridge. Developers can combine multiple files, split large documents, rearrange pages, or extract specific sections — all within their Python workflows.
92+
This is where things get really interesting for modern web developers. The Node.js implementation bridges the gap between JavaScript's ease of use and Java's robust document processing capabilities. It's perfect for developers who want to stay in the JavaScript ecosystem while leveraging powerful document manipulation features.
11593

116-
### Why Python Developers Love This API
117-
- **Cross-Platform**: Runs on Windows, Linux, and macOS with Python
118-
- **Framework Integration**: Works well with Django, Flask, FastAPI, and automation scripts
119-
- **Optimized for Large Files**: Efficient memory use when processing big documents
120-
- **Rich Format Support**: Merge and split Word, Excel, PowerPoint, PDF, images, and more
121-
- **Scalable**: Suitable for local apps, REST APIs, or cloud-native deployments
94+
**Node.js Benefits**:
95+
- **JavaScript Simplicity**: Familiar syntax and async/await patterns
96+
- **NPM Integration**: Standard package management for Node.js projects
97+
- **Microservices Ready**: Perfect for containerized applications and serverless functions
98+
- **Full-Stack JavaScript**: Keep your entire stack in one language
12299

123-
### Perfect For
124-
Document automation, content management systems, reporting solutions, and Python-based services that require reliable document merging and splitting.
100+
**Best Use Cases**: RESTful document services, serverless document processing, modern web applications, and JavaScript-based document workflows.
125101

126-
### Useful resources
127-
- [GroupDocs.Merger for Python via .NET API Reference](/merger/python-net/)
102+
These are links to some useful resources:
103+
- [GroupDocs.Merger for Node.js via Java API Reference](/merger/nodejs-java/)
128104

129105
## Getting Started: Which Platform Should You Choose?
130106

@@ -135,5 +111,3 @@ The choice often comes down to your existing technology stack:
135111
**Choose Java if**: You need maximum cross-platform compatibility, are building Android applications, or work in enterprise environments that standardize on Java.
136112

137113
**Choose Node.js if**: You're building modern web applications, need rapid development cycles, or prefer keeping your entire stack in JavaScript.
138-
139-
**Choose Python if**: You want to integrate document merging and splitting into data science workflows, automation scripts, or backend services, and prefer the simplicity and flexibility of the Python ecosystem.

content/sites/groupdocs/merger/english/net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 10
55
url: /net/
66
description: GroupDocs.Merger for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
77
is_root: true
8-
version: "25.7.0"
8+
version: "25.9.0"
99
---
1010
## Namespaces
1111

content/sites/groupdocs/merger/english/net/groupdocs.merger.domain.options/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ The namespace provides classes to specify additional options when loading, joini
2727
| [PageBuilderOptions](./pagebuilderoptions) | Provides options for specifying the page builder. |
2828
| [PageJoinOptions](./pagejoinoptions) | Provides options for the document joining. |
2929
| [PageOptions](./pageoptions) | Provides options for specifying page or pages range. |
30+
| [PdfAccesibilitySettings](./pdfaccesibilitysettings) | Provides Pdf Accesibility settings for the document saving. |
3031
| [PdfAttachmentOptions](./pdfattachmentoptions) | Provides options to attach the embedded object to Pdf. |
3132
| [PdfJoinOptions](./pdfjoinoptions) | The Pdf join options. |
33+
| [PdfSaveOptions](./pdfsaveoptions) | Provides additional Pdf options for the document saving. |
3234
| [PdfSecurityOptions](./pdfsecurityoptions) | Contains the PDF document security options. |
3335
| [PreviewOptions](./previewoptions) | Represents document preview options. |
3436
| [RemoveOptions](./removeoptions) | Provides options for the page removing. |
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: PdfAccesibilitySettings
3+
second_title: GroupDocs.Merger for .NET API Reference
4+
description: Provides Pdf Accesibility settings for the document saving.
5+
type: docs
6+
weight: 560
7+
url: /net/groupdocs.merger.domain.options/pdfaccesibilitysettings/
8+
---
9+
## PdfAccesibilitySettings class
10+
11+
Provides Pdf Accesibility settings for the document saving.
12+
13+
```csharp
14+
public class PdfAccesibilitySettings
15+
```
16+
17+
## Constructors
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [PdfAccesibilitySettings](pdfaccesibilitysettings)() | The default constructor. |
22+
23+
## Properties
24+
25+
| Name | Description |
26+
| --- | --- |
27+
| [EnableAutoTagging](../../groupdocs.merger.domain.options/pdfaccesibilitysettings/enableautotagging) { get; set; } | Enable auto tagging |
28+
29+
### See Also
30+
31+
* namespace [GroupDocs.Merger.Domain.Options](../../groupdocs.merger.domain.options)
32+
* assembly [GroupDocs.Merger](../../)
33+
34+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.merger.dll -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: EnableAutoTagging
3+
second_title: GroupDocs.Merger for .NET API Reference
4+
description: Enable auto tagging
5+
type: docs
6+
weight: 20
7+
url: /net/groupdocs.merger.domain.options/pdfaccesibilitysettings/enableautotagging/
8+
---
9+
## PdfAccesibilitySettings.EnableAutoTagging property
10+
11+
Enable auto tagging
12+
13+
```csharp
14+
public bool EnableAutoTagging { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [PdfAccesibilitySettings](../../pdfaccesibilitysettings)
20+
* namespace [GroupDocs.Merger.Domain.Options](../../../groupdocs.merger.domain.options)
21+
* assembly [GroupDocs.Merger](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.merger.dll -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: PdfAccesibilitySettings
3+
second_title: GroupDocs.Merger for .NET API Reference
4+
description: The default constructor.
5+
type: docs
6+
weight: 10
7+
url: /net/groupdocs.merger.domain.options/pdfaccesibilitysettings/pdfaccesibilitysettings/
8+
---
9+
## PdfAccesibilitySettings constructor
10+
11+
The default constructor.
12+
13+
```csharp
14+
public PdfAccesibilitySettings()
15+
```
16+
17+
### See Also
18+
19+
* class [PdfAccesibilitySettings](../../pdfaccesibilitysettings)
20+
* namespace [GroupDocs.Merger.Domain.Options](../../../groupdocs.merger.domain.options)
21+
* assembly [GroupDocs.Merger](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.merger.dll -->

content/sites/groupdocs/merger/english/net/groupdocs.merger.domain.options/pdfattachmentoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PdfAttachmentOptions
33
second_title: GroupDocs.Merger for .NET API Reference
44
description: Provides options to attach the embedded object to Pdf.
55
type: docs
6-
weight: 560
6+
weight: 570
77
url: /net/groupdocs.merger.domain.options/pdfattachmentoptions/
88
---
99
## PdfAttachmentOptions class

content/sites/groupdocs/merger/english/net/groupdocs.merger.domain.options/pdfjoinoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PdfJoinOptions
33
second_title: GroupDocs.Merger for .NET API Reference
44
description: The Pdf join options.
55
type: docs
6-
weight: 570
6+
weight: 580
77
url: /net/groupdocs.merger.domain.options/pdfjoinoptions/
88
---
99
## PdfJoinOptions class
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: PdfSaveOptions
3+
second_title: GroupDocs.Merger for .NET API Reference
4+
description: Provides additional Pdf options for the document saving.
5+
type: docs
6+
weight: 590
7+
url: /net/groupdocs.merger.domain.options/pdfsaveoptions/
8+
---
9+
## PdfSaveOptions class
10+
11+
Provides additional Pdf options for the document saving.
12+
13+
```csharp
14+
public class PdfSaveOptions : SaveOptions
15+
```
16+
17+
## Constructors
18+
19+
| Name | Description |
20+
| --- | --- |
21+
| [PdfSaveOptions](pdfsaveoptions)() | Initializes a new instance of the [`PdfSaveOptions`](../pdfsaveoptions) class. |
22+
23+
## Properties
24+
25+
| Name | Description |
26+
| --- | --- |
27+
| [AccesibilitySettings](../../groupdocs.merger.domain.options/pdfsaveoptions/accesibilitysettings) { get; set; } | Accesibility settings |
28+
| [Type](../../groupdocs.merger.domain.options/saveoptions/type) { get; } | File type. |
29+
30+
### See Also
31+
32+
* class [SaveOptions](../saveoptions)
33+
* namespace [GroupDocs.Merger.Domain.Options](../../groupdocs.merger.domain.options)
34+
* assembly [GroupDocs.Merger](../../)
35+
36+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.merger.dll -->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: AccesibilitySettings
3+
second_title: GroupDocs.Merger for .NET API Reference
4+
description: Accesibility settings
5+
type: docs
6+
weight: 20
7+
url: /net/groupdocs.merger.domain.options/pdfsaveoptions/accesibilitysettings/
8+
---
9+
## PdfSaveOptions.AccesibilitySettings property
10+
11+
Accesibility settings
12+
13+
```csharp
14+
public PdfAccesibilitySettings AccesibilitySettings { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [PdfAccesibilitySettings](../../pdfaccesibilitysettings)
20+
* class [PdfSaveOptions](../../pdfsaveoptions)
21+
* namespace [GroupDocs.Merger.Domain.Options](../../../groupdocs.merger.domain.options)
22+
* assembly [GroupDocs.Merger](../../../)
23+
24+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.merger.dll -->

0 commit comments

Comments
 (0)