|
| 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 productivity with code generation and configuration 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 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. |
| 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 edit PDF documents programmatically across all .NET applications. |
| 30 | + |
| 31 | +{% promptcards %} |
| 32 | +{% promptcard Create PDF %} |
| 33 | +#SyncfusionDocumentSDKAssistant Show me how to create text and images in a PDF document? |
| 34 | +{% endpromptcard %} |
| 35 | +{% promptcard Edit and Save %} |
| 36 | +#SyncfusionDocumentSDKAssistant How can I open an existing PDF, modify its content, and save the updated file in ASP.NET MVC? |
| 37 | +{% endpromptcard %} |
| 38 | +{% promptcard Form Fields %} |
| 39 | +#SyncfusionDocumentSDKAssistant How can I create form fields and add combo and radio box in PDF document? |
| 40 | +{% endpromptcard %} |
| 41 | +{% promptcard Bookmarks %} |
| 42 | +#SyncfusionDocumentSDKAssistant How do I add, edit, and remove bookmarks in a PDF? |
| 43 | +{% endpromptcard %} |
| 44 | +{% promptcard Watermarks %} |
| 45 | +#SyncfusionDocumentSDKAssistant Provide steps to add text watermarks and image watermarks to a PDF? |
| 46 | +{% endpromptcard %} |
| 47 | +{% promptcard Table and Shape %} |
| 48 | +#SyncfusionDocumentSDKAssistant Insert an image on a new PDF page, add a table, draw a shape, and place text inside the shape? |
| 49 | +{% endpromptcard %} |
| 50 | +{% promptcard ZUGFeRD Invoices %} |
| 51 | +#SyncfusionDocumentSDKAssistant Provide an example to generate a ZUGFeRD-compliant invoice PDF? |
| 52 | +{% endpromptcard %} |
| 53 | +{% promptcard Merge and Split %} |
| 54 | +#SyncfusionDocumentSDKAssistant How do I merge multiple PDFs and split a PDF into separate files or pages? |
| 55 | +{% endpromptcard %} |
| 56 | +{% promptcard Compress PDF %} |
| 57 | +#SyncfusionDocumentSDKAssistant How do I compress an existing PDF and optimize it for a smaller file size? |
| 58 | +{% endpromptcard %} |
| 59 | +{% promptcard Digital Signatures %} |
| 60 | +#SyncfusionDocumentSDKAssistant Provide steps to digitally sign a PDF and validate existing signatures? |
| 61 | +{% endpromptcard %} |
| 62 | +{% promptcard XPS to PDF Conversion %} |
| 63 | +#SyncfusionDocumentSDKAssistant How do I convert XPS documents to PDF? |
| 64 | +{% endpromptcard %} |
| 65 | +{% promptcard HTML to PDF Conversion %} |
| 66 | +#SyncfusionDocumentSDKAssistant How do I convert HTML documents to PDF? |
| 67 | +{% endpromptcard %} |
| 68 | +{% promptcard Security Operations %} |
| 69 | +#SyncfusionDocumentSDKAssistant Show me how to encrypt a PDF with password and later decrypt it? |
| 70 | +{% endpromptcard %} |
| 71 | +{% endpromptcards %} |
| 72 | + |
| 73 | +### Word |
| 74 | + |
| 75 | +The Syncfusion Word Library enables developers to create, read, edit, and convert Word documents programmatically across all .NET applications. |
| 76 | + |
| 77 | +{% promptcards %} |
| 78 | +{% promptcard Create Word Document %} |
| 79 | +#SyncfusionDocumentSDKAssistant Show me how to create a Word document from scratch with paragraphs in new document? |
| 80 | +{% endpromptcard %} |
| 81 | +{% promptcard Edit and Save %} |
| 82 | +#SyncfusionDocumentSDKAssistant How can I open an existing DOCX, modify content and save the document? |
| 83 | +{% endpromptcard %} |
| 84 | +{% promptcard Mail Merge %} |
| 85 | +#SyncfusionDocumentSDKAssistant How to create a Word template document with merge fields? |
| 86 | +{% endpromptcard %} |
| 87 | +{% promptcard Bookmarks %} |
| 88 | +#SyncfusionDocumentSDKAssistant How to navigate to a bookmark and insert contents in DOCX? |
| 89 | +{% endpromptcard %} |
| 90 | +{% promptcard Split Documents %} |
| 91 | +#SyncfusionDocumentSDKAssistant How do I split a Word document into multiple files by section? |
| 92 | +{% endpromptcard %} |
| 93 | +{% promptcard Table and Shapes %} |
| 94 | +#SyncfusionDocumentSDKAssistant Insert a table in new page, draw a shape, and place text inside the shape in Word document? |
| 95 | +{% endpromptcard %} |
| 96 | +{% promptcard Table of Contents (TOC) %} |
| 97 | +#SyncfusionDocumentSDKAssistant How can I insert TOC in Word Document? |
| 98 | +{% endpromptcard %} |
| 99 | +{% promptcard Forms %} |
| 100 | +#SyncfusionDocumentSDKAssistant How do I create a checkbox and dropdown field in a Word document for ASP.NET Core? |
| 101 | +{% endpromptcard %} |
| 102 | +{% promptcard Fields %} |
| 103 | +#SyncfusionDocumentSDKAssistant How to update the fields present in Word document? |
| 104 | +{% endpromptcard %} |
| 105 | +{% promptcard Styles and Formatting %} |
| 106 | +#SyncfusionDocumentSDKAssistant How can I define and apply paragraph, styles, bullet lists in Word document? |
| 107 | +{% endpromptcard %} |
| 108 | +{% promptcard HTML to DOCX %} |
| 109 | +#SyncfusionDocumentSDKAssistant Provide code to convert HTML to DOCX Document? |
| 110 | +{% endpromptcard %} |
| 111 | +{% promptcard Find and Replace %} |
| 112 | +#SyncfusionDocumentSDKAssistant How to find text and replace with other text in Word document? |
| 113 | +{% endpromptcard %} |
| 114 | +{% promptcard Security %} |
| 115 | +#SyncfusionDocumentSDKAssistant Show me how to encrypt the Word document with password? |
| 116 | +{% endpromptcard %} |
| 117 | +{% promptcard Compare %} |
| 118 | +#SyncfusionDocumentSDKAssistant How to compare two Word documents? |
| 119 | +{% endpromptcard %} |
| 120 | +{% promptcard Math Equation %} |
| 121 | +#SyncfusionDocumentSDKAssistant How to create accent equation using LaTeX in Word document? |
| 122 | +{% endpromptcard %} |
| 123 | +{% promptcard Word to PDF %} |
| 124 | +#SyncfusionDocumentSDKAssistant How to convert a Word document into PDF document? |
| 125 | +{% endpromptcard %} |
| 126 | +{% promptcard Word to MD %} |
| 127 | +#SyncfusionDocumentSDKAssistant How to convert a Word document to a Markdown? |
| 128 | +{% endpromptcard %} |
| 129 | +{% endpromptcards %} |
| 130 | + |
| 131 | +### Excel |
| 132 | + |
| 133 | +The Syncfusion Excel Library enables developers to create, read, edit, and convert Excel documents programmatically across all .NET applications. |
| 134 | + |
| 135 | +{% promptcards %} |
| 136 | +{% promptcard Create Excel Document %} |
| 137 | +#SyncfusionDocumentSDKAssistant How to create an Excel file from scratch? |
| 138 | +{% endpromptcard %} |
| 139 | +{% promptcard Edit and Save %} |
| 140 | +#SyncfusionDocumentSDKAssistant How can I open an existing Excel document, modify content and save the document? |
| 141 | +{% endpromptcard %} |
| 142 | +{% promptcard Import Data from Data Table to Excel %} |
| 143 | +#SyncfusionDocumentSDKAssistant How do I import a Data Table into a new Excel worksheet using Document SDK? |
| 144 | +{% endpromptcard %} |
| 145 | +{% promptcard Conditional Format %} |
| 146 | +#SyncfusionDocumentSDKAssistant How to create and apply various conditional formats for different ranges? |
| 147 | +{% endpromptcard %} |
| 148 | +{% promptcard Export Data from Excel to Data Table %} |
| 149 | +#SyncfusionDocumentSDKAssistant Show me how to export Excel data into collection objects using Export Data<>? |
| 150 | +{% endpromptcard %} |
| 151 | +{% promptcard Charts and PivotChart %} |
| 152 | +#SyncfusionDocumentSDKAssistant Create a column chart from a data range with title, axis labels, and legend in Excel? |
| 153 | +{% endpromptcard %} |
| 154 | +{% promptcard Formula %} |
| 155 | +#SyncfusionDocumentSDKAssistant How to create workbook-level named ranges and use them in formulas in Excel Components? |
| 156 | +{% endpromptcard %} |
| 157 | +{% promptcard Data Validation %} |
| 158 | +#SyncfusionDocumentSDKAssistant Add dropdown list validation for a column using a named range? |
| 159 | +{% endpromptcard %} |
| 160 | +{% promptcard Table %} |
| 161 | +#SyncfusionDocumentSDKAssistant Convert a range to an Excel Table with header row and banded style? |
| 162 | +{% endpromptcard %} |
| 163 | +{% promptcard Remove Encryption %} |
| 164 | +#SyncfusionDocumentSDKAssistant How to remove a protection for an encrypted document for Excel Data? |
| 165 | +{% endpromptcard %} |
| 166 | +{% promptcard Drawing Objects and Shapes %} |
| 167 | +#SyncfusionDocumentSDKAssistant Show the code for how to create a group shape in ASP.NET MVC for Excel Components? |
| 168 | +{% endpromptcard %} |
| 169 | +{% promptcard Excel to PDF %} |
| 170 | +#SyncfusionDocumentSDKAssistant How to convert an entire Excel workbook to PDF? |
| 171 | +{% endpromptcard %} |
| 172 | +{% promptcard Chart to Image Conversion %} |
| 173 | +#SyncfusionDocumentSDKAssistant How to convert an Excel chart to an image using the chart to image conversion class? |
| 174 | +{% endpromptcard %} |
| 175 | +{% endpromptcards %} |
| 176 | + |
| 177 | +### PowerPoint |
| 178 | + |
| 179 | +The Syncfusion PowerPoint Library enables developers to create, read, edit, and convert PowerPoint presentations programmatically across all .NET applications. |
| 180 | + |
| 181 | +{% promptcards %} |
| 182 | +{% promptcard Create Presentation %} |
| 183 | +#SyncfusionDocumentSDKAssistant How to programmatically create a new PowerPoint with slides, layouts, themes, and styled text? |
| 184 | +{% endpromptcard %} |
| 185 | +{% promptcard Edit and Save %} |
| 186 | +#SyncfusionDocumentSDKAssistant How can I load an existing PPTX and save the updated presentation? |
| 187 | +{% endpromptcard %} |
| 188 | +{% promptcard Convert PowerPoint to PDF %} |
| 189 | +#SyncfusionDocumentSDKAssistant How to convert a PowerPoint document into PDF document in .NET Core? |
| 190 | +{% endpromptcard %} |
| 191 | +{% promptcard Convert Slides to Images %} |
| 192 | +#SyncfusionDocumentSDKAssistant Give an example that demonstrates the conversion of an entire Presentation to images? |
| 193 | +{% endpromptcard %} |
| 194 | +{% promptcard Create and Edit Charts %} |
| 195 | +#SyncfusionDocumentSDKAssistant Show me how to insert charts, update data, and customize legends, axes, and data labels in PPTX? |
| 196 | +{% endpromptcard %} |
| 197 | +{% promptcard Convert Chart to Image %} |
| 198 | +#SyncfusionDocumentSDKAssistant Is it possible to convert the charts in a Presentation slide to image? |
| 199 | +{% endpromptcard %} |
| 200 | +{% promptcard Create and Edit Animations %} |
| 201 | +#SyncfusionDocumentSDKAssistant How do I apply and control entrance and emphasis animations with triggers and sequence ordering in Presentation? |
| 202 | +{% endpromptcard %} |
| 203 | +{% promptcard Create and Edit Transition Effects %} |
| 204 | +#SyncfusionDocumentSDKAssistant Show how to set a transition effect to a PowerPoint slide? |
| 205 | +{% endpromptcard %} |
| 206 | +{% promptcard Create and Manage Comments %} |
| 207 | +#SyncfusionDocumentSDKAssistant How can I insert, edit, and delete reviewer comments and list all comments in a presentation? |
| 208 | +{% endpromptcard %} |
| 209 | +{% promptcard Encrypt and Decrypt Presentations %} |
| 210 | +#SyncfusionDocumentSDKAssistant Does PPTX support a password-protect with encryption and open a protected file? |
| 211 | +{% endpromptcard %} |
| 212 | +{% promptcard Create and Modify Sections %} |
| 213 | +#SyncfusionDocumentSDKAssistant How can I create sections in PowerPoint? |
| 214 | +{% endpromptcard %} |
| 215 | +{% promptcard Clone and Merge %} |
| 216 | +#SyncfusionDocumentSDKAssistant How to clone the slide collection of a section and add those slides to a destination presentation? |
| 217 | +{% endpromptcard %} |
| 218 | +{% promptcard Work with Tables %} |
| 219 | +#SyncfusionDocumentSDKAssistant Show the code to apply the custom table formatting in presentation? |
| 220 | +{% endpromptcard %} |
| 221 | +{% promptcard Insert Shapes %} |
| 222 | +#SyncfusionDocumentSDKAssistant Show how to insert shapes in presentation document? |
| 223 | +{% endpromptcard %} |
| 224 | +{% promptcard Insert PowerPoint Elements %} |
| 225 | +#SyncfusionDocumentSDKAssistant Insert an image on a new slide, add a table, draw a shape, and place text inside the shape in the presentation document? |
| 226 | +{% endpromptcard %} |
| 227 | +{% endpromptcards %} |
| 228 | + |
| 229 | +## See also |
| 230 | + |
| 231 | +* [AI Coding Assistant Overview](https://help.syncfusion.com/document-processing/ai-coding-assistant/overview) |
| 232 | +* [SyncfusionDocumentSDKAssistant MCP Server](https://help.syncfusion.com/document-processing/ai-coding-assistant/mcp-server) |
0 commit comments