Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- 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 +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))

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

Expand Down
Loading