Skip to content

Commit f2e40ff

Browse files
Updated the README.md
1 parent e9dc8d9 commit f2e40ff

File tree

1 file changed

+8
-10
lines changed
  • Digital Signature/Add-a-digital-signature-to-an-existing-document/.NET/Add-a-digital-signature-to-an-existing-document

1 file changed

+8
-10
lines changed

Digital Signature/Add-a-digital-signature-to-an-existing-document/.NET/Add-a-digital-signature-to-an-existing-document/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Digital Signature with Syncfusion .NET Core PDF Library
22

3-
![Digital Signature Banner](https://www.syncfusion.com/content/images/banner/digital-signature.png)
4-
53
## Table of Contents
64
- [Video Illustration](#video-illustration)
75
- [Overview](#overview)
8-
- [Steps to add a digital signature to PDF files](#steps-to-add-a-digital-signature-to-pdf-files)
9-
- [Step 1: Create a New Project](#step-1-create-a-new-project)
10-
- [Step 2: Install NuGet Package](#step-2-install-the-nuget-package)
11-
- [Step 3: Include Namespaces](#step-3-include-namespaces)
12-
- [Step 4: Add Digital Signature Code](#step-4-add-digital-signature-code)
13-
- [GitHub Repository](#github-repository)
6+
- [Add a digital signature to PDF file](#steps-to-add-a-digital-signature-to-pdf-files)
7+
- [GitHub Project](#github-project)
148
- [NuGet Installation](#nuget-installation)
159
- [Installer & License](#installer--license)
1610

@@ -95,13 +89,17 @@ Use the following code snippet in `Program.cs` to add a digital signature to a P
9589
imageStream.Dispose();
9690
}
9791
```
98-
## GitHub Repository
92+
## GitHub Project
9993

100-
[![GitHub](https://raw.githubusercontent.com/github/explore/main/topics/github/github.png#gh-dark-mode-only)](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Digital%20Signature/Add-a-digital-signature-to-an-existing-document/){:width="40" height="40" loading="lazy"} [Syncfusion PDF Digital Signature Example](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Digital%20Signature/Add-a-digital-signature-to-an-existing-document/)
94+
<a href="https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Digital%20Signature/Add-a-digital-signature-to-an-existing-document/">
95+
<img src="https://raw.githubusercontent.com/github/explore/main/topics/github/github.png" alt="GitHub" width="20" height="20" style="vertical-align:middle;"/>
96+
Syncfusion PDF Digital Signature Example
97+
</a>
10198

10299
## NuGet Installation
103100

104101
[![NuGet](https://img.shields.io/badge/NuGet-Package-004880?logo=nuget&logoColor=white)](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core) [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core)
105102

106103
## Installer & License
107104

105+
-will add the new Document SDK Download & License page link.

0 commit comments

Comments
 (0)