Skip to content

Commit a66f7db

Browse files
Updated the new changes
1 parent ad8d4d7 commit a66f7db

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

Document-Processing-toc.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@
88
</li>
99
<li>
1010
<a href="/document-processing/System-Requirements">System Requirements</a>
11-
</li>
12-
<li>Skills
13-
<ul>
14-
<li>
15-
<a href="/document-processing/Skills/document-sdk">Document SDK</a>
16-
</li>
17-
<li>
18-
<a href="/document-processing/Skills/pdf-viewer-sdk">PDF Viewer SDK</a>
19-
</li>
20-
<li>
21-
<a href="/document-processing/Skills/docx-editor-sdk">DOCX Editor SDK</a>
22-
</li>
23-
<li>
24-
<a href="/document-processing/Skills/spreadsheet-editor-sdk">Spreadsheet Editor SDK</a>
25-
</li>
26-
</ul>
2711
</li>
2812
<li>AI Coding Assistant
2913
<ul>

Document-Processing/Skills/document-sdk.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK Skills eliminate c
2020
| [Excel (XlsIO)](https://help.syncfusion.com/document-processing/excel/overview) | syncfusion-dotnet-excel <br> syncfusion-flutter-excel |
2121
| [PowerPoint (Presentation)](https://help.syncfusion.com/document-processing/powerpoint/overview) | syncfusion-dotnet-powerpoint |
2222
| [Markdown](https://help.syncfusion.com/document-processing/word/word-library/net/convert-markdown-to-word-document-in-csharp) | syncfusion-dotnet-markdown |
23-
| Smart Data Extraction | syncfusion-dotnet-smart-data-extraction |
23+
| [Smart Data Extraction](https://help.syncfusion.com/document-processing/data-extraction/smart-data-extractor/net/overview) | syncfusion-dotnet-smart-data-extraction |
2424

2525
## Prerequisites
2626

@@ -40,12 +40,16 @@ To install all document SDK skills at once, use the following command:
4040
npx skills add syncfusion/document-sdk-skills --all -y
4141
```
4242

43-
To install a specific skill, use the following command (for example, to install PDF .Net skills):
43+
To install a specific skill, use the following command (for example, to install PDF .NET skills):
4444

4545
```bash
4646
npx skills add syncfusion/document-sdk-skills --skill syncfusion-dotnet-pdf
4747
```
4848

49+
This registers the Syncfusion<sup style="font-size:70%">&reg;</sup> skill pack so your AI assistant can automatically load it in supported IDEs such as [Code Studio](https://help.syncfusion.com/code-studio/reference/configure-properties/skills), [Visual Studio Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), and [Cursor](https://cursor.com/docs/skills).
50+
51+
To learn more about the Skills CLI, refer [here](https://skills.sh/docs).
52+
4953
## What's Included
5054

5155
1. **Document SDK API Knowledge** — Curated, skill-based guidance for creating, editing, and converting PDF, Word, Excel, PowerPoint, and Markdown documents using Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK libraries. Covers key APIs, supported formats, and conversions.

0 commit comments

Comments
 (0)