Skip to content

Commit 710da63

Browse files
Updated the prompts and added the new prompts
1 parent 2d93851 commit 710da63

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

Document-Processing/ai-coding-assistant/prompt-library.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Syncfusion PDF Library enables developers to create, read, and edit PDF docu
3333
#SyncfusionDocumentSDKAssistant Show me how to create text and images in a PDF document?
3434
{% endpromptcard %}
3535
{% promptcard Edit and Save %}
36-
##SyncfusionDocumentSDKAssistant How can I open an existing PDF, modify its content, and save the updated file in ASP .NET MVC?
36+
#SyncfusionDocumentSDKAssistant How can I open an existing PDF, modify its content, and save the updated file in ASP .NET MVC?
3737
{% endpromptcard %}
3838
{% promptcard Form Fields %}
3939
#SyncfusionDocumentSDKAssistant How can I create form fields and add combo and radio box in pdf document?
@@ -76,7 +76,7 @@ The Syncfusion Word Library enables developers to create, read, edit, and conver
7676

7777
{% promptcards %}
7878
{% promptcard Create Word Document %}
79-
#SyncfusionDocumentSDKAssistant Show me how to create a Word document from scratch with paragraphs, images in new document?
79+
#SyncfusionDocumentSDKAssistant Show me how to create a Word document from scratch with paragraphs in new document?
8080
{% endpromptcard %}
8181
{% promptcard Edit and Save %}
8282
#SyncfusionDocumentSDKAssistant How can I open an existing DOCX, modify content and save the document?
@@ -91,7 +91,7 @@ The Syncfusion Word Library enables developers to create, read, edit, and conver
9191
#SyncfusionDocumentSDKAssistant How do I split a Word document into multiple files by section?
9292
{% endpromptcard %}
9393
{% promptcard Table and Shapes %}
94-
#SyncfusionDocumentSDKAssistant Insert an image on a new page, add a table, draw a shape, and place text inside the shape in word document?
94+
#SyncfusionDocumentSDKAssistant Insert a table in new page, draw a shape, and place text inside the shape in word document?
9595
{% endpromptcard %}
9696
{% promptcard Table of Contents (TOC) %}
9797
#SyncfusionDocumentSDKAssistant How can I insert TOC in Word Document?
@@ -105,32 +105,51 @@ The Syncfusion Word Library enables developers to create, read, edit, and conver
105105
{% promptcard Styles and Formatting %}
106106
#SyncfusionDocumentSDKAssistant How can I define and apply paragraph, styles, bullet lists in word document?
107107
{% endpromptcard %}
108-
{% promptcard Images and Tables %}
109-
#SyncfusionDocumentSDKAssistant Show me how to insert images with wrapping in word Document?
110-
{% endpromptcard %}
111108
{% promptcard HTML to DOCX %}
112109
#SyncfusionDocumentSDKAssistant Provide code to convert HTML to DOCX Document?
113110
{% endpromptcard %}
111+
{% promptcard Find and Replace %}
112+
#SyncfusionDocumentSDKAssistant How to find text and replace with other text in word document?
113+
{% endpromptcard %}
114+
{% promptcard Security %}
115+
#SyncfusionDocumentSDKAssistant Show me how to encrypt the Word document with password?
116+
{% endpromptcard %}
117+
{% promptcard Compare %}
118+
#SyncfusionDocumentSDKAssistant How to compare two Word documents?
119+
{% endpromptcard %}
120+
{% promptcard Math Equation %}
121+
#SyncfusionDocumentSDKAssistant How to create accent equation using LaTeX in Word document?
122+
{% endpromptcard %}
123+
{% promptcard Word to PDF %}
124+
#SyncfusionDocumentSDKAssistant How to convert a Word document into PDF document?
125+
{% endpromptcard %}
126+
{% promptcard Word to MD %}
127+
#SyncfusionDocumentSDKAssistant How to convert a Word document to a Markdown?
128+
{% endpromptcard %}
114129
{% endpromptcards %}
115130

116131
### Excel
117132

118133
The Syncfusion Excel Library enables developers to create, read, edit, and convert Excel documents programmatically across all .NET applications.
119134

120135
{% promptcards %}
136+
{% promptcard Create Excel Document %}
137+
#SyncfusionDocumentSDKAssistant How to create an Excel file from scratch?
138+
{% endpromptcard %}
139+
{% promptcard Edit and Save %}
140+
#SyncfusionDocumentSDKAssistant How can open an existing excel document, modify content and save the document?
141+
{% endpromptcard %}
121142
{% promptcard Import Data from Data Table to Excel %}
122143
#SyncfusionDocumentSDKAssistant How do I import a Data Table into a new Excel worksheet using Document SDK?
123144
{% endpromptcard %}
124145
{% promptcard Conditional Format %}
125146
#SyncfusionDocumentSDKAssistant How to create and apply various conditional formats for different ranges?
126-
#SyncfusionDocumentSDKAssistant Remove or clear conditional formatting from a worksheet in Excel?
127147
{% endpromptcard %}
128148
{% promptcard Export Data from Excel to Data Table %}
129149
#SyncfusionDocumentSDKAssistant Show me how to export Excel data into collection objects using Export Data<>?
130150
{% endpromptcard %}
131151
{% promptcard Charts and PivotChart %}
132152
#SyncfusionDocumentSDKAssistant Create a column chart from a data range with title, axis labels, and legend in Excel?
133-
#SyncfusionDocumentSDKAssistant How do I change PivotChart type to Stacked Column with data labels for Excel?
134153
{% endpromptcard %}
135154
{% promptcard Formula %}
136155
#SyncfusionDocumentSDKAssistant How to create workbook-level named ranges and use them in formulas in Excel Components?
@@ -173,7 +192,7 @@ The Syncfusion PowerPoint Library enables developers to create, read, edit, and
173192
#SyncfusionDocumentSDKAssistant Give an example that demonstrates the conversion of an entire Presentation to images?
174193
{% endpromptcard %}
175194
{% promptcard Create and Edit Charts %}
176-
#SyncfusionDocumentSDKAssistant Show me how to insert charts, update data, and customize titles, legends, axes, and data labels in PPTX?
195+
#SyncfusionDocumentSDKAssistant Show me how to insert charts, update data, and customize legends, axes, and data labels in PPTX?
177196
{% endpromptcard %}
178197
{% promptcard Convert Chart to Image %}
179198
#SyncfusionDocumentSDKAssistant Is it possible to convert the charts in a Presentation slide to image?
@@ -194,7 +213,7 @@ The Syncfusion PowerPoint Library enables developers to create, read, edit, and
194213
#SyncfusionDocumentSDKAssistant How can create sections in PowerPoint?
195214
{% endpromptcard %}
196215
{% promptcard Clone and Merge %}
197-
#SyncfusionDocumentSDKAssistant how to clone the slide collection of a section and add those slides to a destination presentation?
216+
#SyncfusionDocumentSDKAssistant How to clone the slide collection of a section and add those slides to a destination presentation?
198217
{% endpromptcard %}
199218
{% promptcard Work with Tables %}
200219
#SyncfusionDocumentSDKAssistant Show the code to apply the custom table formatting in presentation?

0 commit comments

Comments
 (0)