Skip to content

Commit 4bf55e3

Browse files
Update file(s) "/." from "groupdocs-signature/Groupdocs.Signature-References"
1 parent 878a62c commit 4bf55e3

File tree

6 files changed

+97
-136
lines changed

6 files changed

+97
-136
lines changed

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

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -93,56 +93,6 @@ These are links to some useful resources:
9393
- [GroupDocs.Signature for Java API Reference](/signature/java/)
9494
- [GroupDocs.Signature for Java API Tutorials](https://tutorials.groupdocs.com/signature/java/)
9595

96-
## GroupDocs.Signature for Node.js via Java
97-
98-
{{% alert color="primary" %}}
99-
![GroupDocs.Signature for Node.js via Java Product Logo](gdocs_nodejs.png)
100-
On-premise APIs for Node.js applications to add, search, and verify digital signatures in Microsoft Office, PDF, images, and many other document formats.
101-
{{% /alert %}}
102-
103-
GroupDocs.Signature brings enterprise-level digital signing capabilities to the Node.js ecosystem through a Java bridge. Developers can embed signatures of different types — text, image, barcode, QR code, metadata, and digital certificates — directly into Node.js applications.
104-
105-
### Why Node.js Developers Use This API
106-
- **Cross-Platform**: Works seamlessly on Windows, Linux, and macOS
107-
- **Framework Ready**: Integrates easily with Express.js, NestJS, Koa, and other Node.js frameworks
108-
- **Signature Variety**: Supports text, image, digital certificates, barcodes, and QR codes
109-
- **Automation Friendly**: Ideal for REST APIs, cloud-native deployments, and microservices
110-
- **Secure Processing**: Ensures compliance with enterprise-grade security standards
111-
112-
### Common Use Cases
113-
- Web applications that handle contract signing
114-
- Collaboration platforms with audit-ready document workflows
115-
- Financial systems requiring digital certificates and verification
116-
- Healthcare and legal services ensuring compliance and authenticity
117-
118-
### Useful resources
119-
- [GroupDocs.Signature for Node.js via Java API Reference](/signature/nodejs-java/)
120-
121-
## GroupDocs.Signature for Python via .NET
122-
123-
{{% alert color="primary" %}}
124-
![GroupDocs.Signature for Python via .NET Product Logo](gdocs_python.png)
125-
On-premise APIs for Python applications to add, search, and verify digital signatures in Microsoft Office, PDF, images, and many other document formats.
126-
{{% /alert %}}
127-
128-
GroupDocs.Signature brings advanced digital signature capabilities to Python applications through a .NET bridge. Developers can embed and validate a wide range of signatures, including text, image, barcode, QR code, metadata, and digital certificates, directly within their Python workflows.
129-
130-
### Why Python Developers Use This API
131-
- **Cross-Platform**: Works on Windows, Linux, and macOS with Python
132-
- **Flexible Integration**: Compatible with Django, Flask, FastAPI, and automation scripts
133-
- **Signature Diversity**: Text, image, barcode, QR code, metadata, and digital certificates
134-
- **Optimized for Workflows**: Perfect for automation, backend processing, or REST APIs
135-
- **Secure**: Helps maintain compliance in regulated industries with verifiable signatures
136-
137-
### Common Use Cases
138-
- HR systems automating employee contract signing
139-
- Financial apps with secure audit trails and document verification
140-
- Legal document workflows requiring authenticity checks
141-
- Healthcare systems ensuring HIPAA and compliance standards
142-
143-
### Useful resources
144-
- [GroupDocs.Signature for Python via .NET API Reference](/signature/python-net/)
145-
14696
## Common Implementation Scenarios
14797

14898
Understanding when and how to implement digital signature functionality helps you make better architectural decisions:

content/sites/groupdocs/signature/english/python-net/_index.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
---
2-
title: GroupDocs.Signature for Python via .NET
3-
second_title: GroupDocs.Signature for Python via .NET API References
4-
description:
5-
type: docs
6-
url: /python-net/
7-
is_root: true
8-
version: 25.4
9-
weight: 40
1+
---
2+
title: GroupDocs.Signature for Python via .NET
3+
second_title: GroupDocs.Signature for Python via .NET API References
4+
description:
5+
type: docs
6+
url: /python-net/
7+
is_root: true
8+
version: 25.4
9+
weight: 40
1010
---
11-
12-
### Modules
13-
| Module | Description |
14-
| :- | :- |
15-
| [`groupdocs.signature`](/signature/python-net/groupdocs.signature) | The namespace provides classes for signing documents of different formats with stamps, barcodes, QR-codes, text, image, metadata, form field and digital signatures.|
16-
| [`groupdocs.signature.domain`](/signature/python-net/groupdocs.signature.domain) | The namespace provides classes for working with document representation. |
17-
| [`groupdocs.signature.domain.extensions`](/signature/python-net/groupdocs.signature.domain.extensions) | The namespace provides extensions for signature appearances and additional functionality. |
18-
| [`groupdocs.signature.logging`](/signature/python-net/groupdocs.signature.logging) | The namespace provides classes for logging purposes. |
19-
| [`groupdocs.signature.options`](/signature/python-net/groupdocs.signature.options) | The namespace provides classes to specify additional options when loading, signing, verifying, searching and saving documents. |
20-
| [`groupdocs.signature.options.appearances`](/signature/python-net/groupdocs.signature.options.appearances) | The namespace provides classes for additional signature appearances. |
21-
22-
11+
12+
### Modules
13+
| Module | Description |
14+
| :- | :- |
15+
| [`groupdocs.signature`](/signature/python-net/groupdocs.signature) | The namespace provides classes for signing documents of different formats with stamps, barcodes, QR-codes, text, image, metadata, form field and digital signatures.<br/><br/><br/><br/><br/><br/><br/><br/>The main classes in this namespace are:<br/>\|<br/>\|<br/> \|<br/> \| |
16+
| [`groupdocs.signature.domain`](/signature/python-net/groupdocs.signature.domain) | The namespace provides classes for working with document representation. |
17+
| [`groupdocs.signature.domain.extensions`](/signature/python-net/groupdocs.signature.domain.extensions) | The namespace provides extensions for signature appearances and additional functionality. |
18+
| [`groupdocs.signature.logging`](/signature/python-net/groupdocs.signature.logging) | The namespace provides classes for logging purposes. |
19+
| [`groupdocs.signature.options`](/signature/python-net/groupdocs.signature.options) | The namespace provides classes to specify additional options when loading, signing, verifying, searching and saving documents. |
20+
| [`groupdocs.signature.options.appearances`](/signature/python-net/groupdocs.signature.options.appearances) | The namespace provides classes for additional signature appearances. |
21+
22+

content/sites/groupdocs/signature/english/python-net/groupdocs.signature/_index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ weight: 10
1010

1111
The namespace provides classes for signing documents of different formats with stamps, barcodes, QR-codes, text, image, metadata, form field and digital signatures.
1212

13+
14+
15+
16+
17+
18+
19+
The main classes in this namespace are:
20+
|
21+
|
22+
|
23+
|
24+
1325
### Classes
1426
| Class | Description |
1527
| :- | :- |

0 commit comments

Comments
 (0)