Skip to content

Commit cd95a46

Browse files
Merge pull request #614 from telerik/dess-demo-links
Add links to the most popular existing demos
2 parents 6699b61 + d06f966 commit cd95a46

File tree

9 files changed

+17
-1
lines changed

9 files changed

+17
-1
lines changed

libraries/radpdfprocessing/features/digital-signature/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RadPdfProcessing allows adding a digital signature while editing a created from
1313

1414
>To use the signing functionality in PdfProcessing for **.NET Standard/.NET Core**, you must add a reference to the **System.Security.Cryptography.Pkcs** NuGet package, version 6 or newer (This functionality is available since R1 2022 SP1).
1515
16+
>note [PdfProcessing Digitally Sign Document Demo](https://demos.telerik.com/document-processing/pdfprocessing/digitally_sign_document)
17+
1618
## Signing a Document
1719

1820
To sign a document, follow the steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following example shows how to insert multiple [Digital Signatures]({%slug r
2323

2424
>important In .NET Standard use __Telerik.Documents.Primitives.Rect__ instead of __System.Windows.Rect__.
2525
26-
26+
>note [PdfProcessing Multiple Digital Signatures Demo](https://demos.telerik.com/document-processing/pdfprocessing/multiple_digital_signatures)
2727
2828
<snippet id='libraries-pdf-features-digital-signature-pdfstreamsigner'/>
2929

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The Signature class exposes two methods that allow you to validate a signature:
2424

2525
>important The validation requires that the stream, from which the document is imported, to be opened. The validation is performed for the current field and against the state of the document at the moment of importing.
2626
27+
>note [PdfProcessing Validate Digital Signature Demo](https://demos.telerik.com/document-processing/pdfprocessing/validate_digital_signature)
28+
2729
The following example shows how the validation can be used:
2830

2931
#### **[C#] Example: Validate a field**

libraries/radpdfprocessing/features/embedded-file-streams/embedded-file-streams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RadFixedDocument stores the integrated files in an **EmbeddedFilesCollection** a
1616

1717
>important The Name for the EmbeddedFile should contain the file extension as well, e.g. *MySampleTextFile.txt*.
1818
19+
>note [PdfProcessing Embedding File Streams Demo](https://demos.telerik.com/document-processing/pdfprocessing/embed_file_streams)
20+
1921
### Creating an Embedded File Stream
2022

2123
#### **[C#] Creating an embedded file stream**

libraries/radpdfprocessing/features/gen-ai-powered-document-insights/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The GenAI-powered Document Insights feature enables you to easily extract insigh
1919
* **Token Optimization**: Reduce token usage by only sending relevant portions of the document to the AI model as shown in the [PartialContextQuestionProcessor]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}#when-to-use-partialcontextquestionprocessor) section.
2020
* **Multiple LLM Support**: Compatible with different AI providers including Azure OpenAI, OpenAI, and Ollama as described in the [Prerequisites]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-prerequisites%}#ai-provider-setup).
2121

22+
>note [PdfProcessing GenAI Document Insights Demo](https://demos.telerik.com/document-processing/pdfprocessing/genai_document_insights)
23+
2224
The GenAI-powered Document Insights feature includes three main components:
2325

2426
|Processor|Description|

libraries/radpdfprocessing/features/merge-pdf-documents.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ position: 5
1111

1212
**RadPdfProcessing** provides support for merging multiple PDF documents into one using the following approaches:
1313

14+
>note [PdfProcessing Content Merging, Splitting, and Adding Demo](https://demos.telerik.com/document-processing/pdfprocessing/merge_split_add_content)
15+
1416
## Using the RadFixedDocument.Merge Method
1517

1618
You can merge PDF documents out-of-the-box with the **Merge** method of [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}). This method clones the source document and appends it to the current instance of RadFixedDocument:

libraries/radpdfprocessing/formats-and-conversion/ocr/ocrformatprovider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ position: 1
1212

1313
Since _Q1 2025_ the __RadPdfProcessing__ library supports Optical Character Recognition (OCR). OCR is the electronic or mechanical conversion of images of typed, handwritten, or printed text into machine-encoded text from a scanned document. The library uses the **OcrFormatProvider** class that allows you to import an image which is returned as a [RadFixedPage]({%slug radpdfprocessing-model-radfixedpage%}). By default, the **OcrFormatProvider** takes as a parameter a **TesseractOcrProvider** implementation which is achieved by using the third-party library [Tesseract](https://github.com/tesseract-ocr/tesseract), however you can provide any [custom implementation]({%slug radpdfprocessing-formats-and-conversion-ocr-custom-ocrprovider%}) instead.
1414

15+
>note [PdfProcessing Optical Character Recognition (OCR) Demo](https://demos.telerik.com/document-processing/pdfprocessing/optical_character_recognition)
16+
1517
You can find all the dependencies and required steps for the implementation in the [Prerequisites]({%slug radpdfprocessing-formats-and-conversion-ocr-prerequisites%}) article.
1618

1719
## TesseractOcrProvider Public API

libraries/radpdfprocessing/model/annotations/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ means of the mouse and keyboard. PDF includes a wide variety of standard [annota
1515

1616
>note RadPdfProcessing provides an [Exception Handling]({%slug radpdfprocessing-handling-exceptions%}) mechanism which allows detecting cases with invalid or not supported annotations being imported in the document.
1717
18+
>note [PdfProcessing Annotations Demo](https://demos.telerik.com/document-processing/pdfprocessing/annotations)
19+
1820
The abstract **Annotation** element associates an object with a location on a [RadFixedPage]({%slug radpdfprocessing-model-radfixedpage%}). Annotation exposes the following properties:
1921

2022
* **Rect**: The rectangle, which defines the location of the annotation on the page.

libraries/radwordsprocessing/editing/gen-ai-powered-document-insights/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The GenAI-powered Document Insights feature enables you to easily extract insigh
1919
* **Token Optimization**: Reduce token usage by only sending relevant portions of the document to the AI model as shown in the [PartialContextQuestionProcessor]({%slug radwordsprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%}#when-to-use-partialcontextquestionprocessor) section.
2020
* **Multiple LLM Support**: Compatible with different AI providers including Azure OpenAI, OpenAI, and Ollama as described in the [Prerequisites]({%slug radwordsprocessing-features-gen-ai-powered-document-insights-prerequisites%}#ai-provider-setup).
2121

22+
>note [WordsProcessing GenAI Document Insights Demo](https://demos.telerik.com/document-processing/wordsprocessing/genai_document_insights)
23+
2224
The GenAI-powered Document Insights feature includes three main components:
2325

2426
|Processor|Description|

0 commit comments

Comments
 (0)