Skip to content

Commit 933cd61

Browse files
committed
new KB - Signing an Unsigned PDF Document that Contains a Digital Signature with RadPdfProcessing
1 parent 18bbc89 commit 933cd61

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

knowledge-base/pdfprocessing-sign-an-unsigned-pdf.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Signing an Unsigned PDF Document that Contains a Digital Signature with RadPdfProcessing
2+
title: Signing an Unsigned PDF Document that Contains a Digital Signature with RadPdfProcessing
33
description: This article provides a guide on how to add signatures and images to PDF documents programmatically using RadPdfProcessing.
44
type: how-to
55
page_title: Signing a PDF Document that Contains a Digital Signature with RadPdfProcessing
@@ -17,7 +17,7 @@ ticketid: 1676495
1717

1818
## Description
1919

20-
This tutorial demonstrates how to import an unsigned PDF containing a signature and sign it using RadPdfProcessing.
20+
This tutorial demonstrates how to import an unsigned PDF containing a [signature]({%slug radpdfprocessing-features-digital-signature%}) and sign it using [RadPdfProcessing]({%slug radpdfprocessing-overview%}).
2121

2222
![Sign an Unsigned PDF](images/sign-an-unsigned-pdf.png)
2323

@@ -125,6 +125,6 @@ Below is a sample code snippet demonstrating these steps:
125125
Remember to adjust the file paths, certificate details, and specific document requirements according to your application's context.
126126

127127
## See Also
128-
- [RadPdfProcessing Documentation](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)
129-
- [Working with Forms in RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/form-fields)
130-
- [Exporting Documents with RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/formats-and-conversion/pdf/pdfformatprovider/export)
128+
- [RadPdfProcessing]({%slug radpdfprocessing-overview%})
129+
- [Form Fields concept in RadPdfProcessing]({%slug radpdfprocessing-model-interactive-forms-form-fields%})
130+
- [Digital Signature in RadPdfProcessing]({%slug radpdfprocessing-features-digital-signature%})

libraries/radpdfprocessing/features/digital-signature/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ The following example shows a full code snippet for a simple signing of a newly
109109
* [How to Create Invisible Signatures for PDF Documents]({%slug pdf-invisible-signatures%})
110110
* [Signing a PDF Document with a SignatureWidget]({%slug sign-pdf-with-signature-widget%})
111111
* [Verifying If Digital Signatures Exist in PDF Documents]({%slug verify-digital-signatures-radpdfprocessing%})
112+
* [Signing an Unsigned PDF Document that Contains a Digital Signature with RadPdfProcessing]({%slug pdfprocessing-sign-an-unsigned-pdf%})

0 commit comments

Comments
 (0)