New to Telerik Document Processing? Download free 30-day trial

Prompt Library

The prompts provided here are intended and optimized for use with Telerik Document Processing AI Coding Assistant. When you run them in the MCP Server, these prompts will help you kick start your app development, speed up the component configuration process, and troubleshoot your code.

You can use the provided prompts as they are or modify them to fit your use case. Make sure to start your prompt with the respective MCP Server handle).

You can also use the prompts with any AI-powered tool of your choice. However, the Telerik Document Processing AI Coding Assistant is developed to provide highly accurate results based extensively on the documentation, APIs, and community knowledge for Telerik Document Processing. Running the prompts outside the AI Coding Assistant may not produce as relevant results.

The list of prompts is not exhaustive and the Telerik Document Processing team is constantly working on adding more prompts to the library.

Always double-check the code and solutions proposed by AI-powered tool before applying them to your project.

How to Use This Library

Quick Start Guide:

  1. Find a prompt that matches your needs

  2. Copy the prompt text

  3. Paste it in your IDE with the AI Assistant

  4. Customize the prompt for your specific use case

General Prompts

The section provides examples of general questions related to RadPdfProcessing.

Create a New PDF Document with Text Create a New PDF Document with a Table

#telerik_dpl_assistant show me how to create a PDF document and insert text "Hello Telerik Document Processing".
              

#telerik_dpl_assistant create a PDF document with a table that has 3 rows and 3 columns, with background highlighting on the header row and red top and bottom borders for the entire table.
              
Create a New PDF Document with a Barcode Create a PDF Document with a Specific font

#telerik_dpl_assistant create a PDF document with Barcode inside the first page and export it.
              

#telerik_dpl_assistant  create a PDF document with text using Arial font and font size 12.
              
Register a Font Generate an Interactive Form

#telerik_dpl_assistant register a font.
              

#telerik_dpl_assistant create a new PDF document with an interactive form containing a text field, a combobox field and a listbox field. 
              
Create a PDF with a Text Annotation Embed a Text File in a PDF

#telerik_dpl_assistant implement code for generating a PDF document with a red highlighted text annotation "I am a highlighted annotation."
              

#telerik_dpl_assistant show me a complete code example on how to embed a text file.
              
Generate and Export a PDF Document to an Image Generate an Accessible PDF document

#telerik_dpl_assistant create a PDF document with a "Hello DPL!" text in the middle of the page and export it to a PNG image.
              

#telerik_dpl_assistant create a PDF/UA1 compliant document with StructureTree and text content in MarkedContent container with StructureTag set. Position the text in the middle of the page.
              

See Also

In this article