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/Skills/document-sdk.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,22 @@ Each installed skill pack provides the following capabilities:
146
146
147
147
Once skills are installed, the assistant can generate Syncfusion<supstyle="font-size:70%">®</sup> document processing code or execute document generation tasks. Below are example prompts for each mode.
148
148
149
+
**Generate Code (Mode 1):**
150
+
151
+
- "How do I add a digital signature to a PDF?"
152
+
- "Give me a code snippet to create an Excel workbook with a pivot table using XlsIO."
153
+
- "Show me DocIO code to create a Word document with a title and a paragraph."
154
+
- "Generate a C# snippet to add a table to a PowerPoint slide."
155
+
- "Show me code to extract all fields and tables from a PDF as JSON using Smart Data Extraction."
156
+
157
+
**Execute Task (Mode 2):**
158
+
159
+
- "Create a PDF report with a title page and inventory table, save to output/report.pdf."
160
+
- "Create a sales summary workbook and save it to output/sales.xlsx."
161
+
- "Create a Word document about the top 5 programming languages in 2025."
162
+
- "Create a 5-slide meeting agenda presentation and save it to output/agenda.pptx."
163
+
- "Extract data from the PDF at Input/invoice.pdf using Smart Data Extraction and save to output/data.json."
164
+
149
165
## Skills CLI Commands
150
166
151
167
After installation, manage Syncfusion<supstyle="font-size:70%">®</sup> Agent Skills using the following commands:
@@ -214,22 +230,6 @@ Yes. Once installed, supported agents automatically detect and load relevant ski
214
230
215
231
Verify that skills are installed in the correct agent directory, restart the IDE, and confirm that the agent supports external skill files.
216
232
217
-
**Generate Code (Mode 1):**
218
-
219
-
- "How do I add a digital signature to a PDF?"
220
-
- "Give me a code snippet to create an Excel workbook with a pivot table using XlsIO."
221
-
- "Show me DocIO code to create a Word document with a title and a paragraph."
222
-
- "Generate a C# snippet to add a table to a PowerPoint slide."
223
-
- "Show me code to extract all fields and tables from a PDF as JSON using Smart Data Extraction."
224
-
225
-
**Execute Task (Mode 2):**
226
-
227
-
- "Create a PDF report with a title page and inventory table, save to output/report.pdf."
228
-
- "Create a sales summary workbook and save it to output/sales.xlsx."
229
-
- "Create a Word document about the top 5 programming languages in 2025."
230
-
- "Create a 5-slide meeting agenda presentation and save it to output/agenda.pptx."
231
-
- "Extract data from the PDF at Input/invoice.pdf using Smart Data Extraction and save to output/data.json."
0 commit comments