Skip to content

Commit 2d93851

Browse files
Updated the prompt changes
1 parent 6975bd4 commit 2d93851

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Prompt Library - AI Coding Assistant
1212

13-
Speed up your DocumentSDK projects using these ready-made prompts for popular Syncfusion components. Each prompt is short, easy to understand, and focused on real tasks—like quick setups, tweaks, and fixes.
13+
Speed up your projects using these ready-made prompts for Syncfusion® Document Processing libraries. Each prompt is short, easy to understand, and focused on real tasks—like quick setups, tweaks, and fixes.
1414

1515
## How to Use
1616

@@ -26,12 +26,15 @@ Before starting, make sure your MCP Server is set up and running.
2626

2727
### PDF
2828

29-
The Syncfusion PDF Library enables developers to create, read, and write PDF files programmatically across .NET, Blazor, MAUI, and Flutter.
29+
The Syncfusion PDF Library enables developers to create, read, and edit PDF documents programmatically across all .NET applications.
3030

3131
{% promptcards %}
32-
{% promptcard Create PDF from Scratch %}
32+
{% promptcard Create PDF %}
3333
#SyncfusionDocumentSDKAssistant Show me how to create text and images in a PDF document?
3434
{% endpromptcard %}
35+
{% 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?
37+
{% endpromptcard %}
3538
{% promptcard Form Fields %}
3639
#SyncfusionDocumentSDKAssistant How can I create form fields and add combo and radio box in pdf document?
3740
{% endpromptcard %}
@@ -56,11 +59,10 @@ The Syncfusion PDF Library enables developers to create, read, and write PDF fil
5659
{% promptcard Digital Signatures %}
5760
#SyncfusionDocumentSDKAssistant Provide steps to digitally sign a PDF and validate existing signatures?
5861
{% endpromptcard %}
59-
{% promptcard Edit and Save PDFs %}
60-
#SyncfusionDocumentSDKAssistant How can I open an existing PDF, modify its content, and save the updated file in ASP .NET MVC?
61-
{% endpromptcard %}
62-
{% promptcard PDF Conversions %}
62+
{% promptcard XPS to PDF Conversion %}
6363
#SyncfusionDocumentSDKAssistant How do I convert XPS documents to PDF?
64+
{% endpromptcard %}
65+
{% promptcard HTML to PDF Conversion %}
6466
#SyncfusionDocumentSDKAssistant How do I convert HTML documents to PDF?
6567
{% endpromptcard %}
6668
{% promptcard Security Operations %}
@@ -70,7 +72,7 @@ The Syncfusion PDF Library enables developers to create, read, and write PDF fil
7072

7173
### Word
7274

73-
The Syncfusion Word Library enables developers to create, read, and write Word documents programmatically across .NET, Blazor, MAUI, and Java.
75+
The Syncfusion Word Library enables developers to create, read, edit, and convert Word documents programmatically across all .NET applications.
7476

7577
{% promptcards %}
7678
{% promptcard Create Word Document %}
@@ -106,14 +108,14 @@ The Syncfusion Word Library enables developers to create, read, and write Word d
106108
{% promptcard Images and Tables %}
107109
#SyncfusionDocumentSDKAssistant Show me how to insert images with wrapping in word Document?
108110
{% endpromptcard %}
109-
{% promptcard Document Conversions %}
111+
{% promptcard HTML to DOCX %}
110112
#SyncfusionDocumentSDKAssistant Provide code to convert HTML to DOCX Document?
111113
{% endpromptcard %}
112114
{% endpromptcards %}
113115

114116
### Excel
115117

116-
The Syncfusion Excel Library enables developers to create, read, and write Excel files programmatically across .NET, Blazor, MAUI, and Flutter.
118+
The Syncfusion Excel Library enables developers to create, read, edit, and convert Excel documents programmatically across all .NET applications.
117119

118120
{% promptcards %}
119121
{% promptcard Import Data from Data Table to Excel %}
@@ -131,15 +133,13 @@ The Syncfusion Excel Library enables developers to create, read, and write Excel
131133
#SyncfusionDocumentSDKAssistant How do I change PivotChart type to Stacked Column with data labels for Excel?
132134
{% endpromptcard %}
133135
{% promptcard Formula %}
134-
#SyncfusionDocumentSDKAssistant How to create workbook-level named ranges and use it in formulas in Excel Components?
136+
#SyncfusionDocumentSDKAssistant How to create workbook-level named ranges and use them in formulas in Excel Components?
135137
{% endpromptcard %}
136138
{% promptcard Data Validation %}
137139
#SyncfusionDocumentSDKAssistant Add dropdown list validation for a column using a named range?
138-
#SyncfusionDocumentSDKAssistant Use custom formula validation to prevent duplicates. For Excel Components?
139140
{% endpromptcard %}
140141
{% promptcard Table %}
141142
#SyncfusionDocumentSDKAssistant Convert a range to an Excel Table with header row and banded style?
142-
#SyncfusionDocumentSDKAssistant Add calculated columns and total row to a Table in Excel?
143143
{% endpromptcard %}
144144
{% promptcard Remove Encryption %}
145145
#SyncfusionDocumentSDKAssistant How to remove a protection for an encrypted document for Excel Data?
@@ -155,23 +155,25 @@ The Syncfusion Excel Library enables developers to create, read, and write Excel
155155
{% endpromptcard %}
156156
{% endpromptcards %}
157157

158-
### PPT
158+
### PowerPoint
159159

160-
The Syncfusion PowerPoint Library enables developers to create, read, and write PowerPoint presentations programmatically across .NET, Blazor, and MAUI.
160+
The Syncfusion PowerPoint Library enables developers to create, read, edit, and convert PowerPoint presentations programmatically across all .NET applications.
161161

162-
{% promptcards Create Presentation %}
162+
{% promptcards %}
163+
{% promptcard Create Presentation %}
163164
#SyncfusionDocumentSDKAssistant How to programmatically create a new PowerPoint with slides, layouts, themes, and styled text?
164-
{% promptcard Edit and Save Presentation %}
165+
{% endpromptcard %}
166+
{% promptcard Edit and Save %}
165167
#SyncfusionDocumentSDKAssistant How can I load an existing PPTX and save the updated presentation?
166168
{% endpromptcard %}
167169
{% promptcard Convert PowerPoint to PDF %}
168170
#SyncfusionDocumentSDKAssistant How to convert a PowerPoint document into PDF document in .NET Core?
169171
{% endpromptcard %}
170-
{% promptcard Convert Slides to Images%}
172+
{% promptcard Convert Slides to Images %}
171173
#SyncfusionDocumentSDKAssistant Give an example that demonstrates the conversion of an entire Presentation to images?
172174
{% endpromptcard %}
173175
{% promptcard Create and Edit Charts %}
174-
#SyncfusionDocumentSDKAssistant Show me how to insert charts, update data, and customize titles, legends, axes, and data labels in PPT?
176+
#SyncfusionDocumentSDKAssistant Show me how to insert charts, update data, and customize titles, legends, axes, and data labels in PPTX?
175177
{% endpromptcard %}
176178
{% promptcard Convert Chart to Image %}
177179
#SyncfusionDocumentSDKAssistant Is it possible to convert the charts in a Presentation slide to image?
@@ -188,21 +190,19 @@ The Syncfusion PowerPoint Library enables developers to create, read, and write
188190
{% promptcard Encrypt and Decrypt Presentations %}
189191
#SyncfusionDocumentSDKAssistant Does PPTX support a password-protect with encryption and open a protected file?
190192
{% endpromptcard %}
191-
{% promptcard Set and Remove Write Protection %}
192-
#SyncfusionDocumentSDKAssistant How do I restrict editing and remove writing programmatically in PPT?
193-
{% endpromptcard %}
194-
{% promptcard Access and Update Document Properties %}
195-
#SyncfusionDocumentSDKAssistant Show me how to read and modify built-in properties like author keywords in PPT?
196-
{% endpromptcard %}
197193
{% promptcard Create and Modify Sections %}
198-
#SyncfusionDocumentSDKAssistant How can create sections in PPT?
194+
#SyncfusionDocumentSDKAssistant How can create sections in PowerPoint?
195+
{% endpromptcard %}
196+
{% promptcard Clone and Merge %}
199197
#SyncfusionDocumentSDKAssistant how to clone the slide collection of a section and add those slides to a destination presentation?
200198
{% endpromptcard %}
201199
{% promptcard Work with Tables %}
202200
#SyncfusionDocumentSDKAssistant Show the code to apply the custom table formatting in presentation?
203201
{% endpromptcard %}
204-
{% promptcard Shapes and Images %}
202+
{% promptcard Insert Shapes %}
205203
#SyncfusionDocumentSDKAssistant Show how to insert shapes in presentation document?
204+
{% endpromptcard %}
205+
{% promptcard Insert PowerPoint Elements %}
206206
#SyncfusionDocumentSDKAssistant Insert an image on a new slide, add a table, draw a shape, and place text inside the shape in the presentation document?
207207
{% endpromptcard %}
208208
{% endpromptcards %}

0 commit comments

Comments
 (0)