Skip to content

Commit ce19970

Browse files
Added the AI prompt library content for document processing libraries
1 parent d5b9f87 commit ce19970

File tree

2 files changed

+214
-0
lines changed

2 files changed

+214
-0
lines changed

Document-Processing-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<li>
1818
<a href="/document-processing/ai-coding-assistant/mcp-server">MCP Server</a>
1919
</li>
20+
<li>
21+
<a href="/document-processing/ai-coding-assistant/prompt-library">Prompt Library</a>
22+
</li>
2023
</ul>
2124
</li>
2225
<li>Installation<ul>
Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
---
2+
layout: post
3+
title: Syncfusion AI Coding Assistant Prompt Library | Syncfusion
4+
description: Explore the AI Coding Assistant Prompt Library to enhance DocumentSDK development productivity with code generation, configuration examples, and contextual guidance.
5+
platform: document-processing
6+
control: Syncfusion AI Coding Assistant Prompt Library
7+
documentation: ug
8+
domainurl: ##DomainURL##
9+
---
10+
11+
# Prompt Library - AI Coding Assistant
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.
14+
15+
## How to Use
16+
17+
Before starting, make sure your MCP Server is set up and running.
18+
19+
* Choose a prompt that fits your need.
20+
* Copy the full prompt with the #SyncfusionDocumentSDKAssistant handle.
21+
* Customize the prompt for your specific use case.
22+
* Execute via the MCP Server.
23+
* Always check and test the code before adding it to your project.
24+
25+
## Component-Specific Prompts
26+
27+
### PDF
28+
29+
The Syncfusion PDF Library enables developers to create, read, and write PDF files programmatically across .NET, Blazor, MAUI, and Flutter.
30+
31+
{% promptcards %}
32+
{% promptcard Create PDF from Scratch %}
33+
#SyncfusionDocumentSDKAssistant Show me how to create text and images in a PDF document?
34+
{% endpromptcard %}
35+
{% promptcard Form Fields %}
36+
#SyncfusionDocumentSDKAssistant How can I create form fields and add combo and radio box in pdf document?
37+
{% endpromptcard %}
38+
{% promptcard Bookmarks %}
39+
#SyncfusionDocumentSDKAssistant How do I add, edit, and remove bookmarks in a PDF?
40+
{% endpromptcard %}
41+
{% promptcard Watermarks %}
42+
#SyncfusionDocumentSDKAssistant Provide steps to add text watermarks and image watermarks to a PDF?
43+
{% endpromptcard %}
44+
{% promptcard Table and Shape %}
45+
#SyncfusionDocumentSDKAssistant Insert an image on a new PDF page, add a table, draw a shape, and place text inside the shape?
46+
{% endpromptcard %}
47+
{% promptcard ZUGFeRD Invoices %}
48+
#SyncfusionDocumentSDKAssistant Provide an example to generate a ZUGFeRD-compliant invoice PDF?
49+
{% endpromptcard %}
50+
{% promptcard Merge and Split %}
51+
#SyncfusionDocumentSDKAssistant How do I merge multiple PDFs and split a PDF into separate files or pages?
52+
{% endpromptcard %}
53+
{% promptcard Compress PDF %}
54+
#SyncfusionDocumentSDKAssistant How do I compress an existing PDF and optimize it for a smaller file size?
55+
{% endpromptcard %}
56+
{% promptcard Digital Signatures %}
57+
#SyncfusionDocumentSDKAssistant Provide steps to digitally sign a PDF and validate existing signatures?
58+
{% 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 %}
63+
#SyncfusionDocumentSDKAssistant How do I convert XPS documents to PDF?
64+
#SyncfusionDocumentSDKAssistant How do I convert HTML documents to PDF?
65+
{% endpromptcard %}
66+
{% promptcard Security Operations %}
67+
#SyncfusionDocumentSDKAssistant Show me how to encrypt a PDF with password and later decrypt it?
68+
{% endpromptcard %}
69+
{% endpromptcards %}
70+
71+
### Word
72+
73+
The Syncfusion Word Library enables developers to create, read, and write Word documents programmatically across .NET, Blazor, MAUI, and Java.
74+
75+
{% promptcards %}
76+
{% promptcard Create Word Document %}
77+
#SyncfusionDocumentSDKAssistant Show me how to create a Word document from scratch with paragraphs, images in new document?
78+
{% endpromptcard %}
79+
{% promptcard Edit and Save %}
80+
#SyncfusionDocumentSDKAssistant How can I open an existing DOCX, modify content and save the document?
81+
{% endpromptcard %}
82+
{% promptcard Mail Merge %}
83+
#SyncfusionDocumentSDKAssistant How to create a Word template document with merge fields?
84+
{% endpromptcard %}
85+
{% promptcard Bookmarks %}
86+
#SyncfusionDocumentSDKAssistant How to navigate to a bookmark and insert contents in DOCX?
87+
{% endpromptcard %}
88+
{% promptcard Split Documents %}
89+
#SyncfusionDocumentSDKAssistant How do I split a Word document into multiple files by section?
90+
{% endpromptcard %}
91+
{% promptcard Table and Shapes %}
92+
#SyncfusionDocumentSDKAssistant Insert an image on a new page, add a table, draw a shape, and place text inside the shape in word document?
93+
{% endpromptcard %}
94+
{% promptcard Table of Contents (TOC) %}
95+
#SyncfusionDocumentSDKAssistant How can I insert TOC in Word Document?
96+
{% endpromptcard %}
97+
{% promptcard Forms %}
98+
#SyncfusionDocumentSDKAssistant How do I create a checkbox and dropdown field in a Word document for ASP.NET Core?
99+
{% endpromptcard %}
100+
{% promptcard Fields %}
101+
#SyncfusionDocumentSDKAssistant How to update the fields present in Word document?
102+
{% endpromptcard %}
103+
{% promptcard Styles and Formatting %}
104+
#SyncfusionDocumentSDKAssistant How can I define and apply paragraph, styles, bullet lists in word document?
105+
{% endpromptcard %}
106+
{% promptcard Images and Tables %}
107+
#SyncfusionDocumentSDKAssistant Show me how to insert images with wrapping in word Document?
108+
{% endpromptcard %}
109+
{% promptcard Document Conversions %}
110+
#SyncfusionDocumentSDKAssistant Provide code to convert HTML to DOCX Document?
111+
{% endpromptcard %}
112+
{% endpromptcards %}
113+
114+
### Excel
115+
116+
The Syncfusion Excel Library enables developers to create, read, and write Excel files programmatically across .NET, Blazor, MAUI, and Flutter.
117+
118+
{% promptcards %}
119+
{% promptcard Import Data from Data Table to Excel %}
120+
#SyncfusionDocumentSDKAssistant How do I import a Data Table into a new Excel worksheet using Document SDK?
121+
{% endpromptcard %}
122+
{% promptcard Conditional Format %}
123+
#SyncfusionDocumentSDKAssistant How to create and apply various conditional formats for different ranges?
124+
#SyncfusionDocumentSDKAssistant Remove or clear conditional formatting from a worksheet in Excel?
125+
{% endpromptcard %}
126+
{% promptcard Export Data from Excel to Data Table %}
127+
#SyncfusionDocumentSDKAssistant Show me how to export Excel data into collection objects using Export Data<>?
128+
{% endpromptcard %}
129+
{% promptcard Charts and PivotChart %}
130+
#SyncfusionDocumentSDKAssistant Create a column chart from a data range with title, axis labels, and legend in Excel?
131+
#SyncfusionDocumentSDKAssistant How do I change PivotChart type to Stacked Column with data labels for Excel?
132+
{% endpromptcard %}
133+
{% promptcard Formula %}
134+
#SyncfusionDocumentSDKAssistant How to create workbook-level named ranges and use it in formulas in Excel Components?
135+
{% endpromptcard %}
136+
{% promptcard Data Validation %}
137+
#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+
{% endpromptcard %}
140+
{% promptcard Table %}
141+
#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+
{% endpromptcard %}
144+
{% promptcard Remove Encryption %}
145+
#SyncfusionDocumentSDKAssistant How to remove a protection for an encrypted document for Excel Data?
146+
{% endpromptcard %}
147+
{% promptcard Drawing Objects and Shapes %}
148+
#SyncfusionDocumentSDKAssistant Show the code for how to create a group shape in Asp .NET MVC for Excel Components?
149+
{% endpromptcard %}
150+
{% promptcard Excel to PDF %}
151+
#SyncfusionDocumentSDKAssistant How to convert an entire Excel workbook to PDF?
152+
{% endpromptcard %}
153+
{% promptcard Chart to Image Conversion %}
154+
#SyncfusionDocumentSDKAssistant How to convert an Excel chart to an image using the chart to image conversion class?
155+
{% endpromptcard %}
156+
{% endpromptcards %}
157+
158+
### PPT
159+
160+
The Syncfusion PowerPoint Library enables developers to create, read, and write PowerPoint presentations programmatically across .NET, Blazor, and MAUI.
161+
162+
{% promptcards Create Presentation %}
163+
#SyncfusionDocumentSDKAssistant How to programmatically create a new PowerPoint with slides, layouts, themes, and styled text?
164+
{% promptcard Edit and Save Presentation %}
165+
#SyncfusionDocumentSDKAssistant How can I load an existing PPTX and save the updated presentation?
166+
{% endpromptcard %}
167+
{% promptcard Convert PowerPoint to PDF %}
168+
#SyncfusionDocumentSDKAssistant How to convert a PowerPoint document into PDF document in .Net Core?
169+
{% endpromptcard %}
170+
{% promptcard Convert Slides to Images%}
171+
#SyncfusionDocumentSDKAssistant Give an example that demonstrates the conversion of an entire Presentation to images?
172+
{% endpromptcard %}
173+
{% 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?
175+
{% endpromptcard %}
176+
{% promptcard Convert Chart to Image %}
177+
#SyncfusionDocumentSDKAssistant Is it possible to convert the charts in a Presentation slide to image?
178+
{% endpromptcard %}
179+
{% promptcard Create and Edit Animations %}
180+
#SyncfusionDocumentSDKAssistant How do I apply and control entrance and emphasis animations with triggers and sequence ordering in Presentation?
181+
{% endpromptcard %}
182+
{% promptcard Create and Edit Transition Effects %}
183+
#SyncfusionDocumentSDKAssistant Show me how to add and customize slide transitions, durations, and advance timings in PPT?
184+
{% endpromptcard %}
185+
{% promptcard Create and Manage Comments %}
186+
#SyncfusionDocumentSDKAssistant How can I insert, edit, and delete reviewer comments and list all comments in a presentation?
187+
{% endpromptcard %}
188+
{% promptcard Encrypt and Decrypt Presentations %}
189+
#SyncfusionDocumentSDKAssistant Does PPTX support a password-protect with encryption and open a protected file?
190+
{% 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+
{% promptcard Create and Modify Sections %}
198+
#SyncfusionDocumentSDKAssistant How can I create sections, move slides between sections, and rename or delete sections in PPT?
199+
{% endpromptcard %}
200+
{% promptcard Work with Tables %}
201+
#SyncfusionDocumentSDKAssistant Show the code to apply the custom table formatting in presentation?
202+
{% endpromptcard %}
203+
{% promptcard Shapes and Images %}
204+
#SyncfusionDocumentSDKAssistant Show me how to insert shapes and images in presentation document?
205+
{% endpromptcard %}
206+
{% endpromptcards %}
207+
208+
## See also
209+
210+
* [AI Coding Assistant Overview](https://help.syncfusion.com/document-processing/ai-coding-assistant/overview)
211+
* [SyncfusionDocumentSDKAssistant MCP Server](https://help.syncfusion.com/document-processing/ai-coding-assistant/mcp-server)

0 commit comments

Comments
 (0)