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

pdf-converterPDF 转换器

Agent Skill

pdf-converter 用于补充前端设计相关能力,适合在 Local Agent 中需要让 Agent 承接前端设计相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

324

周安装

13

下载量

105
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

pdf-converter 用于补充前端设计相关能力,支持 PDF 格式转换。

  • 适合在 Local Agent 中处理文档格式需求,提升开发效率。
  • 使用时应参考来源仓库和 README 了解具体功能和限制。
  • 安装前需确认权限、维护状态及是否涉及外部服务调用。
  • 当前安装方式未明确,建议人工复核兼容性。pdf-converter 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

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

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

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

平台分布

Local Agent

72.06%
按下载量换算76

安全审计

暂无安全审计结果可展示。

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills