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: Document-Processing/ai-coding-assistant/prompt-library.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
10
10
11
11
# Prompt Library - AI Coding Assistant
12
12
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.
14
14
15
15
## How to Use
16
16
@@ -26,12 +26,15 @@ Before starting, make sure your MCP Server is set up and running.
26
26
27
27
### PDF
28
28
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.
30
30
31
31
{% promptcards %}
32
-
{% promptcard Create PDF from Scratch %}
32
+
{% promptcard Create PDF %}
33
33
#SyncfusionDocumentSDKAssistant Show me how to create text and images in a PDF document?
34
34
{% 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 %}
35
38
{% promptcard Form Fields %}
36
39
#SyncfusionDocumentSDKAssistant How can I create form fields and add combo and radio box in pdf document?
37
40
{% endpromptcard %}
@@ -56,11 +59,10 @@ The Syncfusion PDF Library enables developers to create, read, and write PDF fil
56
59
{% promptcard Digital Signatures %}
57
60
#SyncfusionDocumentSDKAssistant Provide steps to digitally sign a PDF and validate existing signatures?
58
61
{% 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 %}
63
63
#SyncfusionDocumentSDKAssistant How do I convert XPS documents to PDF?
64
+
{% endpromptcard %}
65
+
{% promptcard HTML to PDF Conversion %}
64
66
#SyncfusionDocumentSDKAssistant How do I convert HTML documents to PDF?
65
67
{% endpromptcard %}
66
68
{% promptcard Security Operations %}
@@ -70,7 +72,7 @@ The Syncfusion PDF Library enables developers to create, read, and write PDF fil
70
72
71
73
### Word
72
74
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.
74
76
75
77
{% promptcards %}
76
78
{% promptcard Create Word Document %}
@@ -106,14 +108,14 @@ The Syncfusion Word Library enables developers to create, read, and write Word d
106
108
{% promptcard Images and Tables %}
107
109
#SyncfusionDocumentSDKAssistant Show me how to insert images with wrapping in word Document?
108
110
{% endpromptcard %}
109
-
{% promptcard Document Conversions %}
111
+
{% promptcard HTML to DOCX %}
110
112
#SyncfusionDocumentSDKAssistant Provide code to convert HTML to DOCX Document?
111
113
{% endpromptcard %}
112
114
{% endpromptcards %}
113
115
114
116
### Excel
115
117
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.
117
119
118
120
{% promptcards %}
119
121
{% promptcard Import Data from Data Table to Excel %}
@@ -131,15 +133,13 @@ The Syncfusion Excel Library enables developers to create, read, and write Excel
131
133
#SyncfusionDocumentSDKAssistant How do I change PivotChart type to Stacked Column with data labels for Excel?
132
134
{% endpromptcard %}
133
135
{% 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?
135
137
{% endpromptcard %}
136
138
{% promptcard Data Validation %}
137
139
#SyncfusionDocumentSDKAssistant Add dropdown list validation for a column using a named range?
138
-
#SyncfusionDocumentSDKAssistant Use custom formula validation to prevent duplicates. For Excel Components?
139
140
{% endpromptcard %}
140
141
{% promptcard Table %}
141
142
#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?
143
143
{% endpromptcard %}
144
144
{% promptcard Remove Encryption %}
145
145
#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
155
155
{% endpromptcard %}
156
156
{% endpromptcards %}
157
157
158
-
### PPT
158
+
### PowerPoint
159
159
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.
161
161
162
-
{% promptcards Create Presentation %}
162
+
{% promptcards %}
163
+
{% promptcard Create Presentation %}
163
164
#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 %}
165
167
#SyncfusionDocumentSDKAssistant How can I load an existing PPTX and save the updated presentation?
166
168
{% endpromptcard %}
167
169
{% promptcard Convert PowerPoint to PDF %}
168
170
#SyncfusionDocumentSDKAssistant How to convert a PowerPoint document into PDF document in .NET Core?
169
171
{% endpromptcard %}
170
-
{% promptcard Convert Slides to Images%}
172
+
{% promptcard Convert Slides to Images%}
171
173
#SyncfusionDocumentSDKAssistant Give an example that demonstrates the conversion of an entire Presentation to images?
172
174
{% endpromptcard %}
173
175
{% 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?
175
177
{% endpromptcard %}
176
178
{% promptcard Convert Chart to Image %}
177
179
#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
188
190
{% promptcard Encrypt and Decrypt Presentations %}
189
191
#SyncfusionDocumentSDKAssistant Does PPTX support a password-protect with encryption and open a protected file?
190
192
{% 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 %}
197
193
{% 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 %}
199
197
#SyncfusionDocumentSDKAssistant how to clone the slide collection of a section and add those slides to a destination presentation?
200
198
{% endpromptcard %}
201
199
{% promptcard Work with Tables %}
202
200
#SyncfusionDocumentSDKAssistant Show the code to apply the custom table formatting in presentation?
203
201
{% endpromptcard %}
204
-
{% promptcard Shapes and Images %}
202
+
{% promptcard Insert Shapes %}
205
203
#SyncfusionDocumentSDKAssistant Show how to insert shapes in presentation document?
204
+
{% endpromptcard %}
205
+
{% promptcard Insert PowerPoint Elements %}
206
206
#SyncfusionDocumentSDKAssistant Insert an image on a new slide, add a table, draw a shape, and place text inside the shape in the presentation document?
0 commit comments