Skip to content

Commit f1630b6

Browse files
modified the context position
1 parent 2e04ba7 commit f1630b6

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

Document-Processing/Skills/document-sdk.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,22 @@ Each installed skill pack provides the following capabilities:
146146

147147
Once skills are installed, the assistant can generate Syncfusion<sup style="font-size:70%">&reg;</sup> document processing code or execute document generation tasks. Below are example prompts for each mode.
148148

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+
149165
## Skills CLI Commands
150166

151167
After installation, manage Syncfusion<sup style="font-size:70%">&reg;</sup> Agent Skills using the following commands:
@@ -214,22 +230,6 @@ Yes. Once installed, supported agents automatically detect and load relevant ski
214230

215231
Verify that skills are installed in the correct agent directory, restart the IDE, and confirm that the agent supports external skill files.
216232

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."
232-
233233
## See also
234234

235235
- [Syncfusion Document SDK Documentation](https://help.syncfusion.com/document-processing/introduction)

0 commit comments

Comments
 (0)