Skip to content

Commit da259a5

Browse files
committed
added demo links for WordsProcessing
1 parent 779c207 commit da259a5

File tree

6 files changed

+15
-0
lines changed

6 files changed

+15
-0
lines changed

libraries/radwordsprocessing/concepts/fields/toc-field.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ This makes a list of all TC fields with the 'a' identifier.
8282
* [Generating a Table of Contents in a Merged Document Using RadWordsProcessing]({%slug generate-table-of-contents-radwordsprocessing%})
8383
* [Updating TOC Page Numberings in Word Documents Before Exporting to DOCX Format]({%slug update-toc-radwordsprocessing-before-docx-export%})
8484
* [Styling Table of Contents with Multilevel List Numbering in Telerik WordsProcessing]({%slug wordsprocessing-styling-table-of-contents-multilevel-list-numbering%})
85+
* [WordsProcessing Table Of Contents/Authorities Demo](https://demos.telerik.com/document-processing/wordsprocessing/table_of_contents_authorities)
8586

libraries/radwordsprocessing/editing/find-and-replace/find-and-replace-text.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ __RadFlowDocumentEditor__ gives you the ability to format all occurrences of a s
100100
* [CharacterProperties]({%slug radwordsprocessing-concepts-style-properties%})
101101
* [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%})
102102
* [Simulating Mail Merge with HTML content by Utilizing the Find and Replace Functionality]({%slug simulating-mail-merge-with-html-content%})
103+
* [WordsProcessing Replacement Demo](https://demos.telerik.com/document-processing/wordsprocessing/replace)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ The GenAI-powered Document Insights feature includes three main components:
3636
* [SummarizationProcessor]({%slug radwordsprocessing-features-gen-ai-powered-document-insights-summarization-processor%})
3737
* [PartialContextQuestionProcessor]({%slug radwordsprocessing-features-gen-ai-powered-document-insights-partial-context-question-processor%})
3838
* [CompleteContextQuestionProcessor]({%slug radwordsprocessing-features-gen-ai-powered-document-insights-complete-context-question-processor%})
39+
* [WordsProcessing GenAI Document Insights](https://demos.telerik.com/document-processing/wordsprocessing/genai_document_insights)

libraries/radwordsprocessing/formats-and-conversion/pdf/pdfformatprovider.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ __Example 2__ demonstrates how to export the contents of a __RadFlowDocument__ t
6868
## See Also
6969

7070
* [Timeout Mechanism]({%slug timeout-mechanism-in-dpl%})
71+
* [[WordsProcessing PDF Export Demo](https://demos.telerik.com/document-processing/wordsprocessing/pdf_export)]

libraries/radwordsprocessing/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,6 @@ Detailed information about the supported formats and features can be found in th
147147
* [First Steps in Using Telerik Document Processing]({%slug getting-started-first-steps%})
148148
* [Model]({%slug radwordsprocessing-model%})
149149
* [Developer Focused Examples]({%slug radwordsprocessing-sdk-examples%})
150+
* [WordsProcessing Basic Usage Demo](https://demos.telerik.com/document-processing/wordsprocessing)
150151

151152

libraries/radwordsprocessing/overview.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ The library comes with support for the following document formats:
9090

9191
You can import and export documents of these formats as well as convert the format of the document.
9292

93+
## Online Demos
94+
95+
|Demo|Description|
96+
|----|----|
97+
|[WordsProcessing Basic Usage](https://demos.telerik.com/document-processing/wordsprocessing)|The WordsProcessing API enables effortless conversion of documents between the supported DOCX, RTF, HTML, and TXT formats.|
98+
|[WordsProcessing PDF Export](https://demos.telerik.com/document-processing/wordsprocessing/pdf_export)|This example demonstrates export of documents to PDF using WordsProcessing. You can upload Word(docx), RTF, HTML or plain text document and convert it to PDF.|
99+
|[WordsProcessing Replacement](https://demos.telerik.com/document-processing/wordsprocessing/replace)|This example illustrates the Replace functionality in WordsProcessing. You can import a document of your choice, replace or highlight text in it, using regular expressions or strings and then export the document to view the result.|
100+
|[WordsProcessing Table Of Contents/Authorities](https://demos.telerik.com/document-processing/wordsprocessing/table_of_contents_authorities)|This example illustrates how to add Table of Contents (TOC) of Table of Authorities (TOA) fields in WordsProcessing.|
101+
|[WordsProcessing GenAI Document Insights](https://demos.telerik.com/document-processing/wordsprocessing/genai_document_insights)|This example demonstrates how to use the GenAI-powered Document Insights feature in Telerik RadWordsProcessing to extract meaningful insights from Word documents and receive context-aware responses based on their content.|
102+
93103
# See Also
94104

95105
- [Installing on Your Computer]({%slug installation-installing-on-your-computer%})

0 commit comments

Comments
 (0)