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: libraries/radpdfprocessing/features/digital-signature/overview.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,15 @@ Telerik **RadPdfProcessing** provides an easy-to-use API that allows you to:
22
22
23
23

24
24
25
+
## Online Demos
26
+
27
+
|Demo|Description|
28
+
|----|----|
29
+
|[PdfProcessing Digitally Sign Document](https://demos.telerik.com/document-processing/pdfprocessing/digitally_sign_document)|This example demonstrates how to digitally sign a PDF.|
30
+
|[PdfProcessing Validate Digital Signature](https://demos.telerik.com/document-processing/pdfprocessing/validate_digital_signature)|This example demonstrates how to validate a digitally signed PDF.|
31
+
|[PdfProcessing Multiple Digital Signatures](https://demos.telerik.com/document-processing/pdfprocessing/multiple_digital_signatures)|This example demonstrates how to digitally sign a PDF without invalidating any existing signatures.|
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/features/embedded-file-streams/embedded-file-streams.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,3 +129,7 @@ The **MergedEmbeddedFileNameResolving** event occurs when trying to resolve conf
129
129
130
130
When importing a PDF document containing embedded files, the **DuplicatedEmbeddedFileNameResolving** event that the [PdfImportSettings]({%slug radpdfprocessing-formats-and-conversion-pdf-settings%}) offers, allows you to handle duplicated names and properly resolve them.
Copy file name to clipboardExpand all lines: libraries/radpdfprocessing/overview.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,27 @@ The document model of the library provides support for:
63
63
|[**Viewer Preferences**]({%slug radpdfprocessing-features-viewer-preferences%}) | Control how PDF documents are displayed and behave in PDF viewers, including window behavior, UI visibility, and print settings. |
64
64
|**GenAI-powered Document Insights**|Enables you to easily extract insights from PDF documents using Large Language Models (LLMs). This functionality enables you to summarize document content and ask questions about it, with the AI providing relevant answers based on the document's content. [Read More]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-overview%})|
65
65
66
+
67
+
## Online Demos
68
+
69
+
|Demo|Description|
70
+
|----|----|
71
+
|[PdfProcessing Basic Usage](https://demos.telerik.com/document-processing/pdfprocessing)|This example demonstrates how to create a document containing images, text and shapes and export it to PDF.|
72
+
|[PdfProcessing Bar Chart Export](https://demos.telerik.com/document-processing/pdfprocessing/bar_chart_export)|This example demonstrates how to create a document containing Bar Chart, Data Table and export it to PDF.|
73
+
|[PdfProcessing Form Fields Reading and Writing](https://demos.telerik.com/document-processing/pdfprocessing/read_write_form_fields)|This example demonstrates how to use a PDF from the server, modify its fields based on user input and export it to PDF on the client.|
74
+
|[PdfProcessing Content Merging, Splitting, and Adding](https://demos.telerik.com/document-processing/pdfprocessing/merge_split_add_content)|This example demonstrates how to merge, split or add content to PDF document.|
75
+
|[PdfProcessing Embedding File Streams](https://demos.telerik.com/document-processing/pdfprocessing/embed_file_streams)|This example demonstrates how to use a PDF from the server, select a file or an Embedded Electronic (ZUGFeRD) Invoice and embed it into the PDF document.|
76
+
|[PdfProcessing Optical Character Recognition (OCR)](https://demos.telerik.com/document-processing/pdfprocessing/optical_character_recognition)|This example demonstrates how to import an image into the PdfProcessing library, retrieve the text from it and export it to a PDF document.|
77
+
|[PdfProcessing Annotations](https://demos.telerik.com/document-processing/pdfprocessing/annotations)|This example demonstrates how to create a PDF file and insert annotations in it.|
78
+
|[PdfProcessing Digitally Sign Document](https://demos.telerik.com/document-processing/pdfprocessing/digitally_sign_document)|This example demonstrates how to digitally sign a PDF.|
79
+
|[PdfProcessing Validate Digital Signature](https://demos.telerik.com/document-processing/pdfprocessing/validate_digital_signature)|This example demonstrates how to validate a digitally signed PDF.|
80
+
|[PdfProcessing Multiple Digital Signatures](https://demos.telerik.com/document-processing/pdfprocessing/multiple_digital_signatures)|This example demonstrates how to digitally sign a PDF without invalidating any existing signatures.|
81
+
|[PdfProcessing Accessibility](https://demos.telerik.com/document-processing/pdfprocessing/accessibility)|This example demonstrates how to create accessible PDF documents programmatically, ensuring compliance with standards such as PDF/UA by supporting features like tagged content, document structure, and metadata. Downloaded documents will adhere to the selected compliance level.|
82
+
|[PdfProcessing GenAI Document Insights](https://demos.telerik.com/document-processing/pdfprocessing/genai_document_insights)|This example demonstrates how to use the GenAI-powered Document Insights feature in Telerik RadPdfProcessing to extract meaningful insights from PDF documents.|
83
+
84
+
85
+
86
+
66
87
# See Also
67
88
68
89
-[Installing on Your Computer]({%slug installation-installing-on-your-computer%})
Copy file name to clipboardExpand all lines: libraries/radspreadprocessing/features/charts/overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,4 +88,5 @@ Combo charts combine two or more chart types to make the data easy to understand
88
88
## See Also
89
89
90
90
*[Generating Stacked Line Charts and Configuring Axes in Excel Using FloatingChartShape]({%slug generating-stacked-line-charts-configuring-axes-excel-floatingchartshape%})
0 commit comments