From 2fb9801576c73a5b8b83f05ced0d7987360d1d1f Mon Sep 17 00:00:00 2001 From: Petar Horozov Date: Tue, 10 Jun 2025 11:24:08 +0300 Subject: [PATCH] Update pdfstreamsigner.md --- .../features/digital-signature/pdfstreamsigner.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/radpdfprocessing/features/digital-signature/pdfstreamsigner.md b/libraries/radpdfprocessing/features/digital-signature/pdfstreamsigner.md index d2a98908..1a14da40 100644 --- a/libraries/radpdfprocessing/features/digital-signature/pdfstreamsigner.md +++ b/libraries/radpdfprocessing/features/digital-signature/pdfstreamsigner.md @@ -1,16 +1,16 @@ --- -title: PdfStreamSigner +title: Multiple Digital Signatures description: Learn how to add multiple Digital Signatures to a PDF document using PdfStreamSigner. -page_title: PdfStreamSigner +page_title: Multiple Digital Signatures slug: radpdfprocessing-features-digital-signature-pdfstreamsigner -tags: pdfprocessing, document, processing, pdf, digital, sigature, stream, writer, multiple, sign +tags: pdfprocessing, document, processing, pdf, digital, signature, stream, writer, multiple, sign published: True position: 1 --- # PdfStreamSigner -As of **Q2 2025** RadPdfProcessing intorduces the **PdfStreamSigner**. The **SignDocument** method it exposes allows the user to insert one or more [Digital Signatures]({%slug radpdfprocessing-features-digital-signature%}) into a PDF document. +As of **Q2 2025** RadPdfProcessing introduces the **PdfStreamSigner**. The **SignDocument** method it exposes allows the user to insert one or more [Digital Signatures]({%slug radpdfprocessing-features-digital-signature%}) into a PDF document. |Method|Description| |----|----| @@ -30,4 +30,4 @@ The following example shows how to insert multiple [Digital Signatures]({%slug r ## See Also * [Digital Signature]({%slug radpdfprocessing-features-digital-signature%}) - * [Signature Field]({%slug radpdfprocessing-model-interactive-forms-form-fields-signaturefield%}) \ No newline at end of file + * [Signature Field]({%slug radpdfprocessing-model-interactive-forms-form-fields-signaturefield%})