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
The Syncfusion PDF Library enables developers to create, read, and edit PDF documents programmatically across all .NET applications.
#search_docs Show me how to create text and images in a PDF document?
#search_docs How can I open an existing PDF, modify its content, and save the updated file in ASP.NET MVC?
#search_docs How can I create form fields and add combo and radio box in PDF document?
#search_docs How do I add, edit, and remove bookmarks in a PDF?
#search_docs Provide steps to add text watermarks and image watermarks to a PDF?
#search_docs Insert an image on a new PDF page, add a table, draw a shape, and place text inside the shape?
#search_docs Provide an example to generate a ZUGFeRD-compliant invoice PDF?
#search_docs How do I merge multiple PDFs and split a PDF into separate files or pages?
#search_docs How do I compress an existing PDF and optimize it for a smaller file size?
#search_docs Provide steps to digitally sign a PDF and validate existing signatures?
#search_docs How do I convert XPS documents to PDF?
#search_docs How do I convert HTML documents to PDF?
#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.
#search_docs Show me how to create a Word document from scratch with paragraphs in new document?
#search_docs How can I open an existing DOCX, modify content and save the document?
#search_docs How to create a Word template document with merge fields?
#search_docs How to navigate to a bookmark and insert contents in DOCX?
#search_docs How do I split a Word document into multiple files by section?
#search_docs Insert a table in new page, draw a shape, and place text inside the shape in Word document?
#search_docs How can I insert TOC in Word Document?
#search_docs How do I create a checkbox and dropdown field in a Word document for ASP.NET Core?
#search_docs How to update the fields present in Word document?
#search_docs How can I define and apply paragraph, styles, bullet lists in Word document?
#search_docs Provide code to convert HTML to DOCX Document?
#search_docs How to find text and replace with other text in Word document?
#search_docs Show me how to encrypt the Word document with password?
#search_docs How to compare two Word documents?
#search_docs How to create accent equation using LaTeX in Word document?
#search_docs How to convert a Word document into PDF document?
#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.
#search_docs How to create an Excel file from scratch?
#search_docs How can I open an existing Excel document, modify content and save the document?
#search_docs How do I import a Data Table into a new Excel worksheet using Document SDK?
#search_docs How to create and apply various conditional formats for different ranges?
#search_docs Show me how to export Excel data into collection objects using Export Data<>?
#search_docs Create a column chart from a data range with title, axis labels, and legend in Excel?
#search_docs How to create workbook-level named ranges and use them in formulas in Excel Components?
#search_docs Add dropdown list validation for a column using a named range?
#search_docs Convert a range to an Excel Table with header row and banded style?
#search_docs How to remove a protection for an encrypted document for Excel Data?
#search_docs Show the code for how to create a group shape in ASP.NET MVC for Excel Components?
#search_docs How to convert an entire Excel workbook to PDF?
#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.
#search_docs How to programmatically create a new PowerPoint with slides, layouts, themes, and styled text?
#search_docs How can I load an existing PPTX and save the updated presentation?
#search_docs How to convert a PowerPoint document into PDF document in .NET Core?
#search_docs Give an example that demonstrates the conversion of an entire Presentation to images?
#search_docs Show me how to insert charts, update data, and customize legends, axes, and data labels in PPTX?
#search_docs Is it possible to convert the charts in a Presentation slide to image?
#search_docs How do I apply and control entrance and emphasis animations with triggers and sequence ordering in Presentation?
#search_docs Show how to set a transition effect to a PowerPoint slide?
#search_docs How can I insert, edit, and delete reviewer comments and list all comments in a presentation?
#search_docs Does PPTX support a password-protect with encryption and open a protected file?
#search_docs How can I create sections in PowerPoint?
#search_docs How to clone the slide collection of a section and add those slides to a destination presentation?
#search_docs Show the code to apply the custom table formatting in presentation?
#search_docs Show how to insert shapes in presentation document?
#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.
#search_docs How do I initialize a basic Spreadsheet in Angular with default settings?
#search_docs Show me how to bind local JSON data to the Spreadsheet in React?
#search_docs Provide an example of binding remote data in a Vue Spreadsheet?
#search_docs How can I enable formula support and use named ranges in the TypeScript Spreadsheet?
#search_docs How do I insert and customize a column chart in the Blazor Spreadsheet?
#search_docs Provide an example of adding list validation to cells in TypeScript?
#search_docs How do I import an Excel file and export the Spreadsheet as XLSX in ASP.NET Core?
#search_docs Show how to customize the ribbon toolbar and add custom buttons in the ASP.NET MVC Spreadsheet?
#search_docs How do I show or hide grid lines and row/column headers in the Windows Forms Spreadsheet?
#search_docs How can I protect a sheet with a password in the WPF Spreadsheet control?
#search_docs How do I apply conditional formatting such as color scales or data bars in the UWP Spreadsheet?
#search_docs How do I apply cell styles, number formatting, and wrap text in the TypeScript Spreadsheet?
#search_docs Show me how to enable sorting and filtering features in the React Spreadsheet?