Syncfusion AI Coding Assistant Prompt Library

14 Aug 202624 minutes to read

Speed up your projects using these ready-made prompts for Syncfusion® components. 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 appropriate assistant handle (for example, #search_docs).
  • 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.

Create PDF

#search_docs Show me how to create text and images in a PDF document?

Edit and Save

#search_docs How can I open an existing PDF, modify its content, and save the updated file in ASP.NET MVC?

Form Fields

#search_docs How can I create form fields and add combo and radio box in PDF document?

Bookmarks

#search_docs How do I add, edit, and remove bookmarks in a PDF?

Watermarks

#search_docs Provide steps to add text watermarks and image watermarks to a PDF?

Table and Shape

#search_docs Insert an image on a new PDF page, add a table, draw a shape, and place text inside the shape?

ZUGFeRD Invoices

#search_docs Provide an example to generate a ZUGFeRD-compliant invoice PDF?

Merge and Split

#search_docs How do I merge multiple PDFs and split a PDF into separate files or pages?

Compress PDF

#search_docs How do I compress an existing PDF and optimize it for a smaller file size?

Digital Signatures

#search_docs Provide steps to digitally sign a PDF and validate existing signatures?

XPS to PDF Conversion

#search_docs How do I convert XPS documents to PDF?

HTML to PDF Conversion

#search_docs How do I convert HTML documents to PDF?

Security Operations

#search_docs Show me how to encrypt a PDF with password and later decrypt it?

Word

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

Create Word Document

#search_docs Show me how to create a Word document from scratch with paragraphs in new document?

Edit and Save

#search_docs How can I open an existing DOCX, modify content and save the document?

Mail Merge

#search_docs How to create a Word template document with merge fields?

Bookmarks

#search_docs How to navigate to a bookmark and insert contents in DOCX?

Split Documents

#search_docs How do I split a Word document into multiple files by section?

Table and Shapes

#search_docs Insert a table in new page, draw a shape, and place text inside the shape in Word document?

Table of Contents (TOC)

#search_docs How can I insert TOC in Word Document?

Forms

#search_docs How do I create a checkbox and dropdown field in a Word document for ASP.NET Core?

Fields

#search_docs How to update the fields present in Word document?

Styles and Formatting

#search_docs How can I define and apply paragraph, styles, bullet lists in Word document?

HTML to DOCX

#search_docs Provide code to convert HTML to DOCX Document?

Find and Replace

#search_docs How to find text and replace with other text in Word document?

Security

#search_docs Show me how to encrypt the Word document with password?

Compare

#search_docs How to compare two Word documents?

Math Equation

#search_docs How to create accent equation using LaTeX in Word document?

Word to PDF

#search_docs How to convert a Word document into PDF document?

Word to MD

#search_docs How to convert a Word document to a Markdown?

Excel

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

Create Excel Document

#search_docs How to create an Excel file from scratch?

Edit and Save

#search_docs How can I open an existing Excel document, modify content and save the document?

Import Data from Data Table to Excel

#search_docs How do I import a Data Table into a new Excel worksheet using Document SDK?

Conditional Format

#search_docs How to create and apply various conditional formats for different ranges?

Export Data from Excel to Data Table

#search_docs Show me how to export Excel data into collection objects using Export Data<>?

Charts and PivotChart

#search_docs Create a column chart from a data range with title, axis labels, and legend in Excel?

Formula

#search_docs How to create workbook-level named ranges and use them in formulas in Excel Components?

Data Validation

#search_docs Add dropdown list validation for a column using a named range?

Table

#search_docs Convert a range to an Excel Table with header row and banded style?

Remove Encryption

#search_docs How to remove a protection for an encrypted document for Excel Data?

Drawing Objects and Shapes

#search_docs Show the code for how to create a group shape in ASP.NET MVC for Excel Components?

Excel to PDF

#search_docs How to convert an entire Excel workbook to PDF?

Chart to Image Conversion

#search_docs How to convert an Excel chart to an image using the chart to image conversion class?

PowerPoint

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

Create Presentation

#search_docs How to programmatically create a new PowerPoint with slides, layouts, themes, and styled text?

Edit and Save

#search_docs How can I load an existing PPTX and save the updated presentation?

Convert PowerPoint to PDF

#search_docs How to convert a PowerPoint document into PDF document in .NET Core?

Convert Slides to Images

#search_docs Give an example that demonstrates the conversion of an entire Presentation to images?

Create and Edit Charts

#search_docs Show me how to insert charts, update data, and customize legends, axes, and data labels in PPTX?

Convert Chart to Image

#search_docs Is it possible to convert the charts in a Presentation slide to image?

Create and Edit Animations

#search_docs How do I apply and control entrance and emphasis animations with triggers and sequence ordering in Presentation?

Create and Edit Transition Effects

#search_docs Show how to set a transition effect to a PowerPoint slide?

Create and Manage Comments

#search_docs How can I insert, edit, and delete reviewer comments and list all comments in a presentation?

Encrypt and Decrypt Presentations

#search_docs Does PPTX support a password-protect with encryption and open a protected file?

Create and Modify Sections

#search_docs How can I create sections in PowerPoint?

Clone and Merge

#search_docs How to clone the slide collection of a section and add those slides to a destination presentation?

Work with Tables

#search_docs Show the code to apply the custom table formatting in presentation?

Insert Shapes

#search_docs Show how to insert shapes in presentation document?

Insert PowerPoint Elements

#search_docs Insert an image on a new slide, add a table, draw a shape, and place text inside the shape in the presentation document?

Spreadsheet

The Syncfusion Spreadsheet Editor SDK component enables developers to create, view, edit, and analyze spreadsheets directly in web and desktop applications across multiple platforms, including Angular, React, Vue, JavaScript, Blazor, ASP.NET Core, and more.

Initialize Spreadsheet

#search_docs How do I initialize a basic Spreadsheet in Angular with default settings?

Data Binding

#search_docs Show me how to bind local JSON data to the Spreadsheet in React?

Remote Data Binding

#search_docs Provide an example of binding remote data in a Vue Spreadsheet?

Formulas and Calculation

#search_docs How can I enable formula support and use named ranges in the TypeScript Spreadsheet?

Charts

#search_docs How do I insert and customize a column chart in the Blazor Spreadsheet?

Data Validation

#search_docs Provide an example of adding list validation to cells in TypeScript?

Import and Export

#search_docs How do I import an Excel file and export the Spreadsheet as XLSX in ASP.NET Core?

Ribbon and Toolbar

#search_docs Show how to customize the ribbon toolbar and add custom buttons in the ASP.NET MVC Spreadsheet?

Grid Lines and Headers

#search_docs How do I show or hide grid lines and row/column headers in the Windows Forms Spreadsheet?

Sheet Protection

#search_docs How can I protect a sheet with a password in the WPF Spreadsheet control?

Conditional Formatting

#search_docs How do I apply conditional formatting such as color scales or data bars in the UWP Spreadsheet?

Cell Formatting

#search_docs How do I apply cell styles, number formatting, and wrap text in the TypeScript Spreadsheet?

Sorting and Filtering

#search_docs Show me how to enable sorting and filtering features in the React Spreadsheet?