devexpress-office-file-api-barcode

Generate standards-compliant barcode images using DevExpress APIs for .NET.

39|7|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/DevExpress/agent-skills --skill devexpress-office-file-api-barcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devexpress-office-file-api-barcode
Source: https://github.com/DevExpress/agent-skills/tree/main/plugins/dx-office-file-api/skills/devexpress-office-file-api-barcode
Command: npx skills add https://github.com/DevExpress/agent-skills --skill devexpress-office-file-api-barcode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the risk of using unverified third-party barcode libraries or manually creating barcode images for .NET applications, ensuring you use correct, officially supported DevExpress APIs that avoid compatibility issues and hallucinations.

Core Features & Use Cases

  • 30+ Barcode Symbology Support: Generate QR Codes, Data Matrix, Code 128, EAN-13, UPC, PDF417, Aztec, GS1, and other 1D/2D barcodes with validated DevExpress code patterns.
  • Cross-Platform .NET Compatibility: Works with .NET 6+, .NET 8+, and .NET Framework 4.6.2+ for console, ASP.NET Core, Blazor, WinForms, WPF, and MAUI applications.
  • Full Customization & Export Control: Configure barcode appearance (colors, DPI, module size, borders, human-readable text) and export to PNG, BMP, JPEG, TIFF, GIF, or PDF formats.
  • Real-World Use Case: A retail application can use this skill to generate EAN-13 barcodes for product labels, while a logistics tool can create PDF417 barcodes for shipping manifests.

Quick Start

Use the devexpress-office-file-api-barcode skill to generate a QR Code barcode for the URL "https://www.devexpress.com" and save it as a PNG file named "qrcode.png".

Frequently Asked Questions about devexpress-office-file-api-barcode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate QR Code and EAN-13 barcodes in a .NET 8 application?

You can generate QR Code and EAN-13 barcodes in a .NET 8 application using the DevExpress Office File API. It supports over 30 1D and 2D symbologies and allows programmatic configuration of module size, DPI, and appearance for .NET 6+ and .NET Framework 4.6.2+ projects.

Can I use DevExpress barcode generation APIs with Blazor and WPF projects?

Yes, DevExpress barcode generation APIs work with Blazor and WPF projects. The API is compatible with console, ASP.NET Core, WinForms, WPF, and MAUI applications running on .NET 6+, .NET 8+, and .NET Framework 4.6.2+ environments.

What barcode image formats can I export using official DevExpress .NET APIs?

Using official DevExpress .NET APIs, you can export barcodes to PNG, BMP, JPEG, TIFF, GIF, and PDF formats. This allows direct integration of high-resolution barcode image generation into retail, logistics, and manufacturing workflows.

Why should I use official DevExpress APIs instead of unvetted third-party libraries for barcode generation?

Using official DevExpress APIs for barcode generation eliminates the compatibility issues and hallucinations associated with unvetted third-party libraries. It ensures accurate, standards-compliant barcode image output across 30+ symbologies including Data Matrix, PDF417, and GS1 variants.

How do I customize barcode appearance and DPI for product labels in .NET?

To customize barcode appearance for product labels in .NET, use the DevExpress API to programmatically configure colors, DPI, module size, borders, and human-readable text. This ensures precise output control for retail EAN-13 barcodes or logistics PDF417 shipping manifests.