From d7726c2e18b37b23aa461106a31ceab5974ff3c3 Mon Sep 17 00:00:00 2001 From: Natalia Kazakova <17986517+natakazakova@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:04:38 +0400 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 540abb2..5394eab 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) - -*Files to look at*: -* [Program.cs](./CS/PdfDocumentProcessor/Program.cs) (VB: [Program.vb](./VB/PdfDocumentProcessor/Program.vb)) - # PDF Document API - Apply Multiple Signatures @@ -16,6 +12,10 @@ The **PDF Document API** allows you to apply multiple PKCS#7 signatures with X.5 This sample project shows how to apply a signature to an existing and new signature field. Refer to the [Sign Documents](https://docs.devexpress.com/OfficeFileAPI/114623/pdf-document-api/document-security/sign-documents?v=20.1) documentation article for more information. + +## Files to Review +* [Program.cs](./CS/PdfDocumentProcessor/Program.cs) (VB: [Program.vb](./VB/PdfDocumentProcessor/Program.vb)) + ## Does this example address your development requirements/objectives? From fd504f05c84d11c1fec1d9a2ed5616afa4469c6d Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 10 Dec 2024 16:10:29 +0200 Subject: [PATCH 2/3] Created a new file CODEOWNERS [skip ci] --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a88e69e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @DevExpressExampleBot \ No newline at end of file From 1eb0c54cb1cba28d9eaeeb04151fc094a5eb3848 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 10 Dec 2024 18:10:35 +0400 Subject: [PATCH 3/3] README auto update [skip ci] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5394eab..594a117 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/247696676/21.1.2%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T871581) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) [![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)