Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<li>
<a href="/document-processing/ai-coding-assistant/mcp-server">MCP Server</a>
</li>
<li>
<a href="/document-processing/ai-coding-assistant/prompt-library">Prompt Library</a>
</li>
</ul>
</li>
<li>Installation<ul>
Expand Down
232 changes: 232 additions & 0 deletions Document-Processing/ai-coding-assistant/prompt-library.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
---
layout: post
title: Syncfusion AI Coding Assistant Prompt Library | Syncfusion
description: Explore the AI Coding Assistant Prompt Library to enhance DocumentSDK productivity with code generation and configuration guidance.
platform: document-processing
control: Syncfusion AI Coding Assistant Prompt Library
documentation: ug
domainurl: ##DomainURL##
---

# Prompt Library - AI Coding Assistant

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.

## How to Use

Before starting, make sure your MCP Server is set up and running.

* Choose a prompt that fits your need.
* Copy the full prompt with the #SyncfusionDocumentSDKAssistant handle.
* Customize the prompt for your specific use case.
* Execute via the MCP Server.
* Always check and test the code before adding it to your project.

## Component-Specific Prompts

### PDF

The Syncfusion PDF Library enables developers to create, read, and edit PDF documents programmatically across all .NET applications.

{% promptcards %}
{% promptcard Create PDF %}
#SyncfusionDocumentSDKAssistant Show me how to create text and images in a PDF document?
{% endpromptcard %}
{% promptcard Edit and Save %}
#SyncfusionDocumentSDKAssistant How can I open an existing PDF, modify its content, and save the updated file in ASP.NET MVC?
{% endpromptcard %}
{% promptcard Form Fields %}
#SyncfusionDocumentSDKAssistant How can I create form fields and add combo and radio box in PDF document?
{% endpromptcard %}
{% promptcard Bookmarks %}
#SyncfusionDocumentSDKAssistant How do I add, edit, and remove bookmarks in a PDF?
{% endpromptcard %}
{% promptcard Watermarks %}
#SyncfusionDocumentSDKAssistant Provide steps to add text watermarks and image watermarks to a PDF?
{% endpromptcard %}
{% promptcard Table and Shape %}
#SyncfusionDocumentSDKAssistant Insert an image on a new PDF page, add a table, draw a shape, and place text inside the shape?
{% endpromptcard %}
{% promptcard ZUGFeRD Invoices %}
#SyncfusionDocumentSDKAssistant Provide an example to generate a ZUGFeRD-compliant invoice PDF?
{% endpromptcard %}
{% promptcard Merge and Split %}
#SyncfusionDocumentSDKAssistant How do I merge multiple PDFs and split a PDF into separate files or pages?
{% endpromptcard %}
{% promptcard Compress PDF %}
#SyncfusionDocumentSDKAssistant How do I compress an existing PDF and optimize it for a smaller file size?
{% endpromptcard %}
{% promptcard Digital Signatures %}
#SyncfusionDocumentSDKAssistant Provide steps to digitally sign a PDF and validate existing signatures?
{% endpromptcard %}
{% promptcard XPS to PDF Conversion %}
#SyncfusionDocumentSDKAssistant How do I convert XPS documents to PDF?
{% endpromptcard %}
{% promptcard HTML to PDF Conversion %}
#SyncfusionDocumentSDKAssistant How do I convert HTML documents to PDF?
{% endpromptcard %}
{% promptcard Security Operations %}
#SyncfusionDocumentSDKAssistant Show me how to encrypt a PDF with password and later decrypt it?
{% endpromptcard %}
{% endpromptcards %}

### Word

The Syncfusion Word Library enables developers to create, read, edit, and convert Word documents programmatically across all .NET applications.

{% promptcards %}
{% promptcard Create Word Document %}
#SyncfusionDocumentSDKAssistant Show me how to create a Word document from scratch with paragraphs in new document?
{% endpromptcard %}
{% promptcard Edit and Save %}
#SyncfusionDocumentSDKAssistant How can I open an existing DOCX, modify content and save the document?
{% endpromptcard %}
{% promptcard Mail Merge %}
#SyncfusionDocumentSDKAssistant How to create a Word template document with merge fields?
{% endpromptcard %}
{% promptcard Bookmarks %}
#SyncfusionDocumentSDKAssistant How to navigate to a bookmark and insert contents in DOCX?
{% endpromptcard %}
{% promptcard Split Documents %}
#SyncfusionDocumentSDKAssistant How do I split a Word document into multiple files by section?
{% endpromptcard %}
{% promptcard Table and Shapes %}
#SyncfusionDocumentSDKAssistant Insert a table in new page, draw a shape, and place text inside the shape in Word document?
{% endpromptcard %}
{% promptcard Table of Contents (TOC) %}
#SyncfusionDocumentSDKAssistant How can I insert TOC in Word Document?
{% endpromptcard %}
{% promptcard Forms %}
#SyncfusionDocumentSDKAssistant How do I create a checkbox and dropdown field in a Word document for ASP.NET Core?
{% endpromptcard %}
{% promptcard Fields %}
#SyncfusionDocumentSDKAssistant How to update the fields present in Word document?
{% endpromptcard %}
{% promptcard Styles and Formatting %}
#SyncfusionDocumentSDKAssistant How can I define and apply paragraph, styles, bullet lists in Word document?
{% endpromptcard %}
{% promptcard HTML to DOCX %}
#SyncfusionDocumentSDKAssistant Provide code to convert HTML to DOCX Document?
{% endpromptcard %}
{% promptcard Find and Replace %}
#SyncfusionDocumentSDKAssistant How to find text and replace with other text in Word document?
{% endpromptcard %}
{% promptcard Security %}
#SyncfusionDocumentSDKAssistant Show me how to encrypt the Word document with password?
{% endpromptcard %}
{% promptcard Compare %}
#SyncfusionDocumentSDKAssistant How to compare two Word documents?
{% endpromptcard %}
{% promptcard Math Equation %}
#SyncfusionDocumentSDKAssistant How to create accent equation using LaTeX in Word document?
{% endpromptcard %}
{% promptcard Word to PDF %}
#SyncfusionDocumentSDKAssistant How to convert a Word document into PDF document?
{% endpromptcard %}
{% promptcard Word to MD %}
#SyncfusionDocumentSDKAssistant How to convert a Word document to a Markdown?
{% endpromptcard %}
{% endpromptcards %}

### Excel

The Syncfusion Excel Library enables developers to create, read, edit, and convert Excel documents programmatically across all .NET applications.

{% promptcards %}
{% promptcard Create Excel Document %}
#SyncfusionDocumentSDKAssistant How to create an Excel file from scratch?
{% endpromptcard %}
{% promptcard Edit and Save %}
#SyncfusionDocumentSDKAssistant How can I open an existing Excel document, modify content and save the document?
{% endpromptcard %}
{% promptcard Import Data from Data Table to Excel %}
#SyncfusionDocumentSDKAssistant How do I import a Data Table into a new Excel worksheet using Document SDK?
{% endpromptcard %}
{% promptcard Conditional Format %}
#SyncfusionDocumentSDKAssistant How to create and apply various conditional formats for different ranges?
{% endpromptcard %}
{% promptcard Export Data from Excel to Data Table %}
#SyncfusionDocumentSDKAssistant Show me how to export Excel data into collection objects using Export Data<>?
{% endpromptcard %}
{% promptcard Charts and PivotChart %}
#SyncfusionDocumentSDKAssistant Create a column chart from a data range with title, axis labels, and legend in Excel?
{% endpromptcard %}
{% promptcard Formula %}
#SyncfusionDocumentSDKAssistant How to create workbook-level named ranges and use them in formulas in Excel Components?
{% endpromptcard %}
{% promptcard Data Validation %}
#SyncfusionDocumentSDKAssistant Add dropdown list validation for a column using a named range?
{% endpromptcard %}
{% promptcard Table %}
#SyncfusionDocumentSDKAssistant Convert a range to an Excel Table with header row and banded style?
{% endpromptcard %}
{% promptcard Remove Encryption %}
#SyncfusionDocumentSDKAssistant How to remove a protection for an encrypted document for Excel Data?
{% endpromptcard %}
{% promptcard Drawing Objects and Shapes %}
#SyncfusionDocumentSDKAssistant Show the code for how to create a group shape in ASP.NET MVC for Excel Components?
{% endpromptcard %}
{% promptcard Excel to PDF %}
#SyncfusionDocumentSDKAssistant How to convert an entire Excel workbook to PDF?
{% endpromptcard %}
{% promptcard Chart to Image Conversion %}
#SyncfusionDocumentSDKAssistant How to convert an Excel chart to an image using the chart to image conversion class?
{% endpromptcard %}
{% endpromptcards %}

### PowerPoint

The Syncfusion PowerPoint Library enables developers to create, read, edit, and convert PowerPoint presentations programmatically across all .NET applications.

{% promptcards %}
{% promptcard Create Presentation %}
#SyncfusionDocumentSDKAssistant How to programmatically create a new PowerPoint with slides, layouts, themes, and styled text?
{% endpromptcard %}
{% promptcard Edit and Save %}
#SyncfusionDocumentSDKAssistant How can I load an existing PPTX and save the updated presentation?
{% endpromptcard %}
{% promptcard Convert PowerPoint to PDF %}
#SyncfusionDocumentSDKAssistant How to convert a PowerPoint document into PDF document in .NET Core?
{% endpromptcard %}
{% promptcard Convert Slides to Images %}
#SyncfusionDocumentSDKAssistant Give an example that demonstrates the conversion of an entire Presentation to images?
{% endpromptcard %}
{% promptcard Create and Edit Charts %}
#SyncfusionDocumentSDKAssistant Show me how to insert charts, update data, and customize legends, axes, and data labels in PPTX?
{% endpromptcard %}
{% promptcard Convert Chart to Image %}
#SyncfusionDocumentSDKAssistant Is it possible to convert the charts in a Presentation slide to image?
{% endpromptcard %}
{% promptcard Create and Edit Animations %}
#SyncfusionDocumentSDKAssistant How do I apply and control entrance and emphasis animations with triggers and sequence ordering in Presentation?
{% endpromptcard %}
{% promptcard Create and Edit Transition Effects %}
#SyncfusionDocumentSDKAssistant Show how to set a transition effect to a PowerPoint slide?
{% endpromptcard %}
{% promptcard Create and Manage Comments %}
#SyncfusionDocumentSDKAssistant How can I insert, edit, and delete reviewer comments and list all comments in a presentation?
{% endpromptcard %}
{% promptcard Encrypt and Decrypt Presentations %}
#SyncfusionDocumentSDKAssistant Does PPTX support a password-protect with encryption and open a protected file?
{% endpromptcard %}
{% promptcard Create and Modify Sections %}
#SyncfusionDocumentSDKAssistant How can I create sections in PowerPoint?
{% endpromptcard %}
{% promptcard Clone and Merge %}
#SyncfusionDocumentSDKAssistant How to clone the slide collection of a section and add those slides to a destination presentation?
{% endpromptcard %}
{% promptcard Work with Tables %}
#SyncfusionDocumentSDKAssistant Show the code to apply the custom table formatting in presentation?
{% endpromptcard %}
{% promptcard Insert Shapes %}
#SyncfusionDocumentSDKAssistant Show how to insert shapes in presentation document?
{% endpromptcard %}
{% promptcard Insert PowerPoint Elements %}
#SyncfusionDocumentSDKAssistant Insert an image on a new slide, add a table, draw a shape, and place text inside the shape in the presentation document?
{% endpromptcard %}
{% endpromptcards %}

## See also

* [AI Coding Assistant Overview](https://help.syncfusion.com/document-processing/ai-coding-assistant/overview)
* [SyncfusionDocumentSDKAssistant MCP Server](https://help.syncfusion.com/document-processing/ai-coding-assistant/mcp-server)