Skip to content

Commit 4ed84b8

Browse files
Updated the page
1 parent 845bfa8 commit 4ed84b8

File tree

1 file changed

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

1 file changed

+5
-7
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: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@
77
- [Overview](#overview)
88
- [Steps to add a digital signature to PDF files](#steps-to-add-a-digital-signature-to-pdf-files)
99
- [Step 1: Create a New Project](#step-1-create-a-new-project)
10-
- [Step 2: Install NuGet Package](#step-2-install-nuget-package)
10+
- [Step 2: Install NuGet Package](#step-2-install-the-nuget-package)
1111
- [Step 3: Include Namespaces](#step-3-include-namespaces)
1212
- [Step 4: Add Digital Signature Code](#step-4-add-digital-signature-code)
1313
- [GitHub Repository](#github-repository)
1414
- [NuGet Installation](#nuget-installation)
1515
- [Installer & License](#installer--license)
16-
- [Documentation](#documentation)
1716

1817
## 📹 Video Illustration
1918

2019
Watch this video to see how to digitally sign PDF files using Syncfusion .NET Core PDF Library:
2120

22-
[![Watch the video](https://img.youtube.com/vi/dQw4w9WgXcQ/0.jpg)]()
23-
21+
[![Watch the video]()](https://www.youtube.com/watch?v=NNIFh1Ckdzw&t=672s)
2422

2523
## Overview
2624

@@ -34,11 +32,11 @@ Follow these steps to digitally sign PDF files using the Syncfusion® library
3432

3533
Start by creating a new C# Console Application project.
3634

37-
### Step 2: Install the NuGet package:
35+
### Step 2: Install the NuGet package:
3836

3937
Add the [Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/) package to your project from [NuGet.org](https://www.nuget.org/).
4038

41-
### Step 3: Include necessary namespaces:
39+
### Step 3: Include namespaces:
4240

4341
Add the following namespaces in your `Program.cs` file:
4442

@@ -99,7 +97,7 @@ Use the following code snippet in `Program.cs` to add a digital signature to a P
9997
```
10098
## GitHub Repository
10199

102-
[![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/) [Syncfusion PDF Digital Signature Example](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Digital%20Signature/Add-a-digital-signature-to-an-existing-document/)
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/)
103101

104102
## NuGet Installation
105103

0 commit comments

Comments
 (0)