You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Digital Signature/Add-a-digital-signature-to-an-existing-document/.NET/Add-a-digital-signature-to-an-existing-document/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,18 @@
7
7
-[Overview](#overview)
8
8
-[Steps to add a digital signature to PDF files](#steps-to-add-a-digital-signature-to-pdf-files)
9
9
-[Step 1: Create a New Project](#step-1-create-a-new-project)
-[Step 3: Include Namespaces](#step-3-include-namespaces)
12
12
-[Step 4: Add Digital Signature Code](#step-4-add-digital-signature-code)
13
13
-[GitHub Repository](#github-repository)
14
14
-[NuGet Installation](#nuget-installation)
15
15
-[Installer & License](#installer--license)
16
-
-[Documentation](#documentation)
17
16
18
17
## 📹 Video Illustration
19
18
20
19
Watch this video to see how to digitally sign PDF files using Syncfusion .NET Core PDF Library:
21
20
22
-
[]()
23
-
21
+
[![Watch the video]()](https://www.youtube.com/watch?v=NNIFh1Ckdzw&t=672s)
24
22
25
23
## Overview
26
24
@@ -34,11 +32,11 @@ Follow these steps to digitally sign PDF files using the Syncfusion® library
34
32
35
33
Start by creating a new C# Console Application project.
36
34
37
-
### Step 2: Install the NuGet package:
35
+
### Step 2: Install the NuGet package:
38
36
39
37
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/).
40
38
41
-
### Step 3: Include necessary namespaces:
39
+
### Step 3: Include namespaces:
42
40
43
41
Add the following namespaces in your `Program.cs` file:
44
42
@@ -99,7 +97,7 @@ Use the following code snippet in `Program.cs` to add a digital signature to a P
99
97
```
100
98
## GitHub Repository
101
99
102
-
[](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
+
[](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/)
0 commit comments