diff --git a/_config.yml b/_config.yml index a508439b..1949327b 100644 --- a/_config.yml +++ b/_config.yml @@ -91,6 +91,12 @@ navigation: libraries/radwordsprocessing/editing/gen-ai-powered-document-insights: title: GenAI-powered Document Insights position: 7 + libraries/radwordsprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor: + title: PartialContextQuestionProcessor + position: 5 + libraries/radwordsprocessing/features/gen-ai-powered-document-insights/custom-partialcontextquestionprocessor: + title: Custom PartialContextQuestionProcessor + position: 6 libraries/radwordsprocessing/concepts: title: Concepts position: 6 @@ -187,6 +193,15 @@ navigation: libraries/radspreadprocessing/formats-and-conversion/data-table: title: DataTable position: 6 + libraries/radspreadprocessing/formats-and-conversion/json: + title: Json + position: 7 + libraries/radspreadprocessing/formats-and-conversion/json/jsonformatprovider: + title: JsonFormatProvider + position: 1 + libraries/radspreadprocessing/formats-and-conversion/json/jsonexportsettings: + title: JsonExportSettings + position: 2 libraries/radspreadprocessing/features/charts: title: Charts @@ -227,6 +242,12 @@ navigation: libraries/radpdfprocessing/features/gen-ai-powered-document-insights: title: GenAI-powered Document Insights position: 6 + libraries/radpdfprocessing/features/gen-ai-powered-document-insights/partial-context-question-processor: + title: PartialContextQuestionProcessor + position: 5 + libraries/radpdfprocessing/features/gen-ai-powered-document-insights/custom-partialcontextquestionprocessor: + title: Custom PartialContextQuestionProcessor + position: 6 libraries/radpdfprocessing/model/interactive-forms: title: Interactive Forms libraries/radpdfprocessing/model/interactive-forms/form-fields: @@ -387,7 +408,9 @@ defaults: mindotnetversion: "8" maxdotnetversion: "9" dotnetversions: ".NET 8 and .NET 9" -skiasharpversion: "3.116.1" +skiasharpversion: "3.119.1" +harfbuzzsharp: "8.3.1.2" +cryptographypkcs: "9.0.9" # Feedback Form Product Code productCode: TDP diff --git a/ai-coding-assistant/mcp-server.md b/ai-coding-assistant/mcp-server.md index 5e087541..e354a43e 100644 --- a/ai-coding-assistant/mcp-server.md +++ b/ai-coding-assistant/mcp-server.md @@ -20,6 +20,10 @@ The Telerik Document Processing [MCP (Model Context Protocol) Server](https://mo ## Supported Libraries * [RadPdfProcessing]({%slug radpdfprocessing-overview%}) +* [RadSpreadProcessing]({%slug radspreadprocessing-overview%}) +* [RadSpreadStreamProcessing]({%slug radspreadstreamprocessing-overview%}) +* [RadWordsProcessing]({%slug radwordsprocessing-overview%}) +* [RadZipLibrary]({%slug radziplibrary-overview%}) ## Prerequisites for the MCP Server diff --git a/ai-coding-assistant/prompt-library.md b/ai-coding-assistant/prompt-library.md index 6dfca2d8..5326a0ee 100644 --- a/ai-coding-assistant/prompt-library.md +++ b/ai-coding-assistant/prompt-library.md @@ -34,7 +34,7 @@ Quick Start Guide: ## General Prompts -The section provides examples of general questions related to RadPdfProcessing. +The section provides examples of general questions related to [RadPdfProcessing]({%slug radpdfprocessing-overview%}).
| Create a Spreadsheet with random data | +Import a Spreadsheet and read the content | +
|---|---|
+
+ |
+
+
+ |
+
| Import a Spreadsheet and color cells | +Import a Spreadsheet and format a cell | +
+
+ |
+
+
+ |
+
| Create a Spreadsheet with random data | +Import an existing Spreadsheet | +
|---|---|
+
+ |
+
+
+ |
+
| Import an Excel document and color cells | +Import a Spreadsheet and format a cell | +
+
+ |
+
+
+ |
+
| Create a Word document | +Import a Word document | +
|---|---|
+
+ |
+
+
+ |
+
| MailMerge a Word document | +Convert DOCX to PDF | +
+
+ |
+
+
+ |
+
| + | + |
| Create a new zip archive | +Open an existing zip archive | +
|---|---|
+
+ |
+
+
+ |
+
| Add a file to a zip archive | +Protect a zip archive | +
+
+ |
+
+
+ |
+
| + | + |
| Telerik.Windows.Documents.Core.dll | -Telerik.Documents.Core.dll | +Telerik.Windows.Documents.Core | +Telerik.Documents.Core |
| Telerik.Windows.Documents.Fixed.dll | -Telerik.Documents.Fixed.dll | +Telerik.Windows.Documents.Fixed | +Telerik.Documents.Fixed |
| @@ -57,15 +57,15 @@ In order to use the __RadPdfProcessing__ library in your project, you need to ad | |||
| To export images different than Jpeg and Jpeg2000 or ImageQuality different than High you will need to add a reference to the following assembly: | +To export images different than Jpeg and Jpeg2000 or ImageQuality different than High you will need to add a reference to the following package: | ||
| - | -Telerik.Documents.ImageUtils.dll
- This assembly is not available in UI for Xamarin. + | Telerik.Documents.ImageUtils
+ This package is not available in UI for Xamarin. | |
| This assembly is required for the Image Exporting functionality. This is only available in the NET Standard version. | +This package is required for the Image Exporting functionality. This is only available in the NET Standard version. | ||
| - | @@ -102,9 +102,9 @@ In order to use the __RadPdfProcessing__ library in your project, you need to ad|||
| Telerik.Windows.Documents.Core.dll | -Telerik.Documents.Core.dll | +Telerik.Windows.Documents.Core | +Telerik.Documents.Core | |
| Telerik.Windows.Documents.Spreadsheet.dll | -Telerik.Documents.Spreadsheet.dll | +Telerik.Windows.Documents.Spreadsheet | +Telerik.Documents.Spreadsheet | |
| Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll | -Telerik.Documents.Spreadsheet.FormatProviders.OpenXml.dll | +Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml | +Telerik.Documents.Spreadsheet.FormatProviders.OpenXml | Required when importing/exporting from/to XLSX or CSV. |
| Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls.dll | -Telerik.Documents.Spreadsheet.FormatProviders.Xls.dll | +Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls | +Telerik.Documents.Spreadsheet.FormatProviders.Xls | Required when importing/exporting from/to XLS. |
| Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.dll | -Telerik.Documents.Spreadsheet.FormatProviders.Pdf.dll | +Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf | +Telerik.Documents.Spreadsheet.FormatProviders.Pdf | Required when exporting to PDF. |
| Telerik.Windows.Documents.Fixed.dll | -Telerik.Documents.Fixed.dll | +Telerik.Windows.Documents.Fixed | +Telerik.Documents.Fixed | Required when exporting to PDF. |
| - |
- Telerik.Documents.ImageUtils.dll
- This assembly is not available in UI for Xamarin. + Telerik.Documents.ImageUtils + This package is not available in UI for Xamarin. |
* |
| Telerik.Documents.Core.dll | +Telerik.Documents.Core | |
| Telerik.Documents.Flow.dll | +Telerik.Documents.Flow | |
| Telerik.Documents.Flow.FormatProviders.Doc.dll | +Telerik.Documents.Flow.FormatProviders.Doc | Required when importing from DOC or DOT files. |
| Telerik.Documents.Flow.FormatProviders.Pdf.dll | +Telerik.Documents.Flow.FormatProviders.Pdf | Required when exporting to PDF. |
| Telerik.Documents.Fixed.dll | +Telerik.Documents.Fixed | Required when exporting to PDF. |
|
- Telerik.Documents.ImageUtils.dll
- This assembly is not available in UI for Xamarin. + Telerik.Documents.ImageUtils + This pckage is not available in UI for Xamarin. |
Required when exporting to PDF format a document containing images different than Jpeg and Jpeg2000 or ImageQuality different than High. |
| Telerik.Windows.Documents.Core.dll | -Telerik.Documents.Core.dll | +Telerik.Windows.Documents.Core | +Telerik.Documents.Core |
| Telerik.Windows.Documents.Flow.dll | -Telerik.Documents.Flow.dll | +Telerik.Windows.Documents.Flow | +Telerik.Documents.Flow |
| Telerik.Windows.Documents.DrawingML.dll | -Telerik.Documents.DrawingML.dll | +Telerik.Windows.Documents.DrawingML | +Telerik.Documents.DrawingML |
| If you need to import DOC or DOT files, you will need to refer the following assembly: | +If you need to import DOC or DOT files, you will need to refer the following packages: | ||
| Telerik.Windows.Documents.Flow.FormatProviders.Doc.dll | -Telerik.Documents.Flow.FormatProviders.Doc.dll | +Telerik.Windows.Documents.Flow.FormatProviders.Doc | +Telerik.Documents.Flow.FormatProviders.Doc |
| If you need to export documents to PDF format, you will need to refer the following assemblies: | +If you need to export documents to PDF format, you will need to refer the following packages: | ||
| Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll | -Telerik.Documents.Flow.FormatProviders.Pdf.dll | +Telerik.Windows.Documents.Flow.FormatProviders.Pdf | +Telerik.Documents.Flow.FormatProviders.Pdf |
| Telerik.Windows.Documents.Fixed.dll | -Telerik.Documents.Fixed.dll | +Telerik.Windows.Documents.Fixed | +Telerik.Documents.Fixed |
| - | -Telerik.Documents.ImageUtils.dll*
- This assembly is not available in UI for Xamarin. + | Telerik.Documents.ImageUtils*
+ This package is not available in UI for Xamarin. |
|
| Telerik.Windows.Zip.dll | -Telerik.Zip.dll | +Telerik.Windows.Zip | +Telerik.Zip |