Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 3.9 KB

File metadata and controls

46 lines (33 loc) · 3.9 KB

AI Agent Skills for DevExpress Office & PDF File API

This plugin contains AI agent skills for DevExpress Office & PDF File API (AI-powered .NET library that allows you to generate, edit, and convert spreadsheets, rich text documents, presentations, PDF files, Barcodes, and ZIP archives).


Prerequisites

  • .NET 8+ or .NET Framework 4.6.2+ application
  • DevExpress v26.1+ NuGet packages: unified package with all APIs (DevExpress.Document.Processor) or individual API packages (such as DevExpress.Docs.Pdf, DevExpress.Docs.Presentation, DevExpress.Docs.Barcode)
  • DevExpress subscription license (Office File API Subscription or Universal Subscription)
  • AI provider credentials - Azure OpenAI, OpenAI, Ollama, Google Gemini, or another supported provider (if using AI-powered extensions skill devexpress-office-file-api-ai-powered-extensions)

Included AI Agent Skills

Skill Capabilities Docs
devexpress-office-file-api-spreadsheet Spreadsheet Document API: worksheets, cells, formulas, formatting, charts, pivot tables, import/export, protection Overview
devexpress-office-file-api-word-processing Word Processing API: paragraphs, styles, tables, mail merge, export Overview
devexpress-office-file-api-pdf Legacy PDF File API (PdfDocumentProcessor): content, forms, annotations, security Overview
devexpress-office-file-api-pdf-new New PDF File API (DevExpress.Docs.Pdf) CTP: content, forms, annotations, security Overview
devexpress-office-file-api-presentation Presentation API: slides, shapes, text, charts, export, merge Overview
devexpress-office-file-api-barcode Barcode API: generate barcodes with various supported symbologies (QR code, Data Matrix, Code 128, Aztec, and others) Overview
devexpress-office-file-api-unit-conversion Unit Conversion API: metric/imperial conversions across common unit families Overview
devexpress-office-file-api-excel-export Excel Export Library: streaming XLSX generation based on large datasets Overview
devexpress-office-file-api-zip ZIP Archive API: archival, extraction, encryption, secure extraction policies Overview
devexpress-office-file-api-ai-powered-extensions AI-powered Extensions: Use AI providers to summarize, translate, or proofread documents Overview

Skill Folder Content

Each skill is self-contained and follows the same structure:

devexpress-office-file-api-<name>/
├── SKILL.md      -- YAML frontmatter (activators, prerequisites), navigation guide
├── references/   -- scenario-focused deep dives
└── examples/     -- getting-started samples

For agent-specific and IDE-specific setup instructions, see the repository README.