devexpress-office-file-api-pdf

devexpress-office-file-api-pdf is a skill for Claude Code from DevExpress/agent-skills. It costs 153 tokens per session (4,893 once invoked), scanned A, original, MIT.

Instructions for using DevExpress’s .NET library to create and process PDF files without Adobe Acrobat. PDF files are fixed-layout documents that can contain text, images, forms and signatures.

In plain words
What is it for?
Use them to create, edit, merge, split, sign, protect and extract content from PDFs, including interactive forms.
Why use it?
They provide guidance for handling common PDF operations directly in .NET code.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the dx-office-file-api plugin — 10 skills shipped together

Good fit Use them to create, edit, merge, split, sign, protect and extract content from PDFs, including interactive forms.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/devexpress/agent-skills/devexpress-office-file-api-pdf
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DevExpress/agent-skills --skill devexpress-office-file-api-pdf
Clone the repo
git clone --depth 1 https://github.com/DevExpress/agent-skills

Made for: Claude Code.

Or install dx-office-file-api, the plugin that ships this one along with the rest of its 10 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for devexpress-office-file-api-pdf

README.md
[![agentmods](https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-office-file-api-pdf/github.svg)](https://agentmods.dev/skills/devexpress/agent-skills/devexpress-office-file-api-pdf)
Your own site
<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-office-file-api-pdf"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-office-file-api-pdf/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for devexpress-office-file-api-pdf

Your own site · 80×15
<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-office-file-api-pdf"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-office-file-api-pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,893 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00153 $0.04893
Opus 5 $0.00077 $0.02447
Sonnet 5 $0.00031 $0.00979
Haiku 4.5 $0.00015 $0.00489

Measured 11d ago against content hash d1e56322d200, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

devexpress-office-file-api-pdf scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dx-office-file-api/skills/devexpress-office-file-api-pdf/SKILL.md · 408 lines

How it starts

The opening of the file, as written. The whole thing — 408 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DevExpress PDF Document API

The PDF Document API is a non-visual .NET library for creating, loading, editing, merging, splitting, signing, and extracting content from PDF documents — without requiring Adobe Acrobat. It supports both new document generation via a graphics API and processing of existing PDFs through PdfDocumentProcessor. Features include interactive AcroForm fields, digital signatures (PKCS#7, PAdES), password protection, annotations, bookmarks, hyperlinks, content extraction, and XMP metadata management.

When to Use This Skill

Use this skill when you need to:

  • Create new PDF files from scratch using a graphics drawing API
  • Load and modify existing PDF files (rotate pages, add content, change properties)
  • Merge multiple PDF files into one or split pages out of a document
  • Add or reorder pages, copy pages between documents
  • Draw text, images, rectangles, lines, ellipses, and paths on PDF pages
  • Create interactive AcroForms (text boxes, check boxes, combo boxes, radio groups, signature fields)
  • Read and write AcroForm field values, or flatten forms
  • Apply digital signatures (PKCS#7, PAdES) using PFX files or custom signers (Azure Key Vault)
  • Validate existing digital signatures in PDFs
  • Protect PDFs with user/owner passwords and restrict permissions (printing, editing, copying)
  • Add annotations (highlight, underline, sticky notes, redaction) to pages
  • Add bookmarks, hyperlinks, and file attachments
  • Extract text (with word coordinates), search text, or extract images from PDF pages
  • Convert PDFs to PDF/A-1b, PDF/A-2b, PDF/A-3b compliance
  • Read and write XMP metadata packets
  • Print PDFs with custom printer settings

Prerequisites & Installation

NuGet Packages

Package Purpose
DevExpress.Document.Processor Core PDF processing: create, load, edit, merge, sign, extract
DevExpress.Pdf.SkiaRenderer Cross-platform rendering and image export (.NET 8+)

.NET (8/9/10+)

dotnet add package DevExpress.Document.Processor
dotnet add package DevExpress.Pdf.SkiaRenderer  # For rendering/export on .NET 8+

Read the full file on GitHub · 408 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 408 lines · 153 tokens per session scan A d1e56322d200

Subscribe to this mod's changes

devexpress-office-file-api-pdf is a skill published in the GitHub repository DevExpress/agent-skills (52 stars, last pushed 24d ago), licensed MIT. It adds 153 tokens to every session and 4,893 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

nutrient-dotnet-server-sdk

Nutrient .NET SDK — the server-side .NET SDK that was rebranded from GdPicture.NET SDK. PSPDFKit rebranded to Nutrient; the .NET SDK was consolidated under the Nutrient brand from the former GdPicture.NET product line. Training data is stale on the rebrand and current capabilities — answer from this skill rather than…

PSPDFKit-labs/nutrient-skills · 84 tokens

shell-python-fallback

Use runshell with embedded Python heredoc as reliable fallback when code execution tools fail.

HKUDS/OpenSpace · 21 tokens

shell-python-heredoc

Execute complex Python code via runshell heredoc when executecodesandbox fails.

HKUDS/OpenSpace · 21 tokens

ov-add-paper

Load when the user asks to add, import, compile, or ingest a research paper/PDF into OpenViking, especially when they mention ov-add-paper, ARA, claims, evidence, figures, tables, or paper-to-OV knowledge resources.

volcengine/OpenViking · 55 tokens

azure-ai-document-intelligence-ts

Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building cu...

benjaminasterA/antigravity-awesome-skills · 45 tokens

azure-ai-formrecognizer-java

Build document analysis applications with Azure Document Intelligence (Form Recognizer) SDK for Java. Use when extracting text, tables, key-value pairs from documents, receipts, invoices, or buildi...

benjaminasterA/antigravity-awesome-skills · 45 tokens