Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

pdf-converterPDF 转换器

Agent Skill

pdf-converter 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,965

周安装

582

GitHub Stars

89

下载量

5,192
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pdf-converter(PDF 转换器)
来源仓库:https://github.com/claude-office-skills/skills
仓库路径:skills/pdf-converter
安装命令:
npx skills add https://github.com/claude-office-skills/skills --skill 'PDF Converter'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/claude-office-skills/skills --skill 'PDF Converter'

简介

用于 PDF 与其他格式互转,保持排版、表格与图像完整性。

  • 支持批量处理与质量分级,适应文本、数据与视觉类文档差异。
  • 适用于合同编辑、报表导出与演示材料本地化需求。
  • 使用前应检查源文件加密状态与版权许可范围。pdf-converter 属于前端设计类 Skill,可作为该场景下的辅助能力补充。
  • 高保真转换依赖原生 PDF 结构,扫描件需配合 OCR 使用。

SKILL.md

PDF Converter

Convert PDF files to various formats and vice versa while preserving formatting.

Overview

This skill helps you:

  • Convert PDFs to editable formats (Word, Excel)
  • Convert documents to PDF
  • Extract images from PDFs
  • Optimize conversion quality
  • Handle batch conversions

Supported Conversions

PDF to Other Formats

Target FormatBest ForQuality
Word (.docx)Text-heavy documents⭐⭐⭐⭐
Excel (.xlsx)Tables and data⭐⭐⭐⭐
PowerPoint (.pptx)Presentations⭐⭐⭐
Images (.png/.jpg)Visual snapshots⭐⭐⭐⭐⭐
Text (.txt)Plain text extraction⭐⭐⭐⭐
HTMLWeb content⭐⭐⭐
Markdown (.md)Structured text⭐⭐⭐

Other Formats to PDF

Source FormatQuality Notes
Word (.docx)Excellent preservation
Excel (.xlsx)Good, check page breaks
PowerPoint (.pptx)Excellent with animations flat
ImagesDepends on resolution
HTMLVariable, CSS may differ
Text (.txt)Perfect, but basic

How to Use

Basic Conversion

"Convert this PDF to Word"
"Save this document as PDF"
"Extract this PDF as images"

With Options

"Convert PDF to Word, preserve exact formatting"
"Export PDF pages 1-5 as PNG images at 300 DPI"
"Convert Excel to PDF, fit all columns on one page"

Batch Conversion

"Convert all PDFs in this folder to Word documents"
"Create PDFs from these 10 Word files"

Conversion Guidelines

PDF to Word

## PDF to Word Conversion

### Best Practices
1. **Check source PDF type**:
   - Native PDF (from Word/etc): Best results
   - Scanned PDF: Use OCR first
   - Image-based: Limited accuracy

2. **Formatting considerations**:
   - Complex layouts may shift
   - Fonts substitute if not installed
   - Tables may need adjustment
   - Headers/footers require review

### Quality Settings
| Setting | Result |
|---------|--------|
| **Exact** | Matches layout precisely, harder to edit |
| **Editable** | Optimized for editing, may shift layout |
| **Text only** | Plain text, no formatting |

### Common Issues
| Issue | Solution |
|-------|----------|
| Text as image | Run OCR before converting |
| Missing fonts | Embed or substitute fonts |
| Broken tables | Manually adjust in Word |
| Lost colors | Check color profile settings |

PDF to Excel

## PDF to Excel Conversion

### Ideal Sources
- PDF with clear table structure
- Financial statements
- Data reports
- Invoices with line items

### Extraction Methods
| Method | Use When |
|--------|----------|
| **Auto-detect tables** | Clear table borders |
| **Select area** | Tables without borders |
| **Full page** | Entire page is data |

### Quality Tips
1. Ensure PDF has selectable text (not scanned)
2. Clean table borders help detection
3. Merged cells may cause issues
4. Multi-page tables need manual merge

### Data Cleanup
After conversion, check:
- [ ] Column alignment
- [ ] Number formatting
- [ ] Date formats
- [ ] Merged cell handling
- [ ] Header row detection

PDF to Images

## PDF to Image Conversion

### Resolution Settings
| DPI | Use Case | File Size |
|-----|----------|-----------|
| 72 | Screen viewing | Small |
| 150 | Email/web | Medium |
| 300 | Print quality | Large |
| 600 | High-quality print | Very large |

### Format Selection
| Format | Best For |
|--------|----------|
| **PNG** | Text, graphics, transparency |
| **JPG** | Photos, smaller files |
| **TIFF** | Print production |
| **WebP** | Web optimization |

### Output Options
- All pages → separate images
- Specific pages → selected images
- Page range → batch export

Document to PDF

## Converting to PDF

### From Word
**Settings**:
- [ ] Embed fonts
- [ ] Include bookmarks
- [ ] Set PDF/A for archival
- [ ] Compress images (optional)

### From Excel
**Settings**:
- [ ] Define print area
- [ ] Set page breaks
- [ ] Choose orientation
- [ ] Fit to page options

### From PowerPoint
**Settings**:
- [ ] Slide range
- [ ] Include notes (optional)
- [ ] Quality level
- [ ] Handout format (optional)

### Universal Tips
1. Review in print preview first
2. Check page breaks
3. Ensure fonts are embedded
4. Verify hyperlinks work

Batch Processing

Batch Conversion Template

## Batch Conversion Job

**Source**: [Folder path]
**Target Format**: [Format]
**Output Folder**: [Path]

### Files to Convert
| File | Pages | Status |
|------|-------|--------|
| document1.pdf | All | ✅ Complete |
| document2.pdf | All | ✅ Complete |
| document3.pdf | 1-5 | ⏳ Processing |

### Settings Applied
- Resolution: [X] DPI
- Quality: [High/Medium/Low]
- Naming: [Original name]_converted.[ext]

### Summary
- Total files: [X]
- Successful: [Y]
- Failed: [Z]

Troubleshooting

Common Issues

ProblemCauseSolution
Text not selectableScanned PDFApply OCR first
Missing charactersFont issuesEmbed fonts or convert
Poor image qualityLow DPIUse higher resolution
Large file sizeUncompressedApply compression
Lost formattingComplex layoutUse "exact" mode

Quality Checklist

After conversion, verify:

  • All text present and readable
  • Formatting approximately preserved
  • Images included and clear
  • Tables properly structured
  • Links functional (if applicable)
  • Page count matches

Tool Recommendations

Online Tools

  • Adobe Acrobat (best quality)
  • SmallPDF (easy to use)
  • ILovePDF (batch friendly)
  • PDF24 (free, good quality)

Desktop Software

  • Adobe Acrobat Pro
  • Microsoft Office (built-in)
  • LibreOffice (free)
  • Foxit PDF Editor

Command Line

  • Pandoc (text formats)
  • ImageMagick (images)
  • pdftk (PDF manipulation)
  • Poppler utilities

Limitations

  • Cannot perform actual file conversion (provides guidance)
  • Scanned PDFs require OCR preprocessing
  • Complex layouts may not convert perfectly
  • Password-protected PDFs need password
  • Some formatting always lost in conversion
  • Quality depends on source PDF type

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.78%
按下载量换算1,806

Claude

30.57%
按下载量换算1,587

Cursor

18.51%
按下载量换算961

Gemini CLI

10.78%
按下载量换算560

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills