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 diff --git a/README.md b/README.md index 540abb2..594a117 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ -![](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) - -*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 +11,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?