Skip to content

Commit 8680c38

Browse files
committed
fix links
1 parent c06deed commit 8680c38

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

knowledge-base/signing-a-document-with-digital-signature.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ However, there are other approaches provided by the **.Net Framework API** that
9494

9595
{{endregion}}
9696

97+
## See Also
98+
99+
* [How to Create Invisible Signatures for PDF Documents]({%slug pdf-invisible-signatures%})
100+
* [Verifying If Digital Signatures Exist in PDF Documents]({%slug verify-digital-signatures-radpdfprocessing%})
101+

knowledge-base/verify-digital-signatures-radpdfprocessing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ When working with PDF documents, it might be necessary to verify whether the doc
2323

2424
To verify digital signatures in a PDF document and extract their signing dates, follow the steps below:
2525

26-
1. Use the `PdfFormatProvider` to import the PDF document into a `RadFixedDocument`.
26+
1. Use the [PdfFormatProvider]({%slug radpdfprocessing-formats-and-conversion-pdf-pdfformatprovider%}) to import the PDF document into a `RadFixedDocument`.
2727

28-
2. Check if the document is digitally signed by searching for `SignatureField` objects in the `AcroForm` of the document.
28+
2. Check if the document is [digitally signed]({%slug radpdfprocessing-features-digital-signature%}) by searching for [SignatureField]({%slug radpdfprocessing-model-interactive-forms-form-fields-signaturefield%}) objects in the [AcroForm]({%slug radpdfprocessing-model-interactive-forms-acroform %}) of the document.
2929

3030
3. For each `SignatureField` found, access the `Signature` property and then the `Properties` to retrieve the `TimeOfSigning`.
3131

@@ -109,9 +109,9 @@ Here is a code snippet demonstrating these steps and including the creation of a
109109
}
110110
```
111111

112-
To validate a signature, utilize the `Validate()` or `TryValidate()` methods available within the RadPdfProcessing library. Detailed information on signature validation can be found in the [Signature Validation](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/features/digital-signature/signature-validation) documentation.
112+
To validate a signature, utilize the `Validate()` or `TryValidate()` methods available within the RadPdfProcessing library. Detailed information on signature validation can be found in the [Signature Validation]({%slug radpdfprocessing-features-signature-validation%}) documentation.
113113

114114
## See Also
115115

116-
- [Digital Signature Overview in RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/features/digital-signature/overview)
117-
- [Signature Validation in RadPdfProcessing](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/features/digital-signature/signature-validation)
116+
- [Digital Signature Overview in RadPdfProcessing]({%slug radpdfprocessing-features-digital-signature%})
117+
- [Signature Validation]({%slug radpdfprocessing-features-signature-validation%})

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ The following example shows a full code snippet for a simple signing of a newly
8787
* [Widgets Types]({%slug radpdfprocessing-model-annotations-widgets%})
8888
* [How to Create Invisible Signatures for PDF Documents]({%slug pdf-invisible-signatures%})
8989
* [Signing a PDF Document with a SignatureWidget]({%slug sign-pdf-with-signature-widget%})
90+
* [Verifying If Digital Signatures Exist in PDF Documents]({%slug verify-digital-signatures-radpdfprocessing%})

0 commit comments

Comments
 (0)