Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @DevExpressExampleBot
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
<!-- default badges list -->
![](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)
<!-- default badges end -->
<!-- default file list -->
*Files to look at*:
* [Program.cs](./CS/PdfDocumentProcessor/Program.cs) (VB: [Program.vb](./VB/PdfDocumentProcessor/Program.vb))
<!-- default file list end -->

# PDF Document API - Apply Multiple Signatures

Expand All @@ -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))

<!-- feedback -->
## Does this example address your development requirements/objectives?

Expand Down