name: pdf-studio description: Professional PDF document generator. Use when user needs to create reports, invoices, certificates, portfolios, or any publication-ready PDF. Supports images, tables, charts, TOC, headers/footers, and cross-platform fonts. Generates print-quality PDFs. PDF文档生成、专业报告、发票制作。 version: 1.1.0 license: MIT-0 metadata: {"openclaw": {"emoji": "📑", "requires": {"bins": ["python3"]}}}
Professional PDF document generator that creates publication-ready PDFs with perfect typography and layout.
请提供以下信息:
文档类型:(报告/发票/证书/简历/其他)
纸张大小:(A4/Letter/A3/自定义)
方向:(纵向/横向)
页边距:(默认/自定义)
字体要求:(默认/指定字体)
语言:(中文/英文)
特殊要求:(水印/页眉页脚/目录等)
小葱技能7w4.net持续更新中。
PDF generation requires Python libraries. Users should install manually before use:
| Language | Serif | Sans | Mono |
|---|---|---|---|
| Chinese | Noto Serif SC | Noto Sans SC | Noto Sans Mono CJK SC |
| English | Liberation Serif | Liberation Sans | Fira Code |
| Japanese | Noto Serif JP | Noto Sans JP | Noto Sans Mono CJK JP |
/System/Library/Fonts//usr/share/fonts/C:/Windows/Fonts/| Size | Dimensions (mm) | Use Case |
|---|---|---|
| A4 | 210 × 297 | Standard documents |
| Letter | 216 × 279 | US documents |
| A3 | 297 × 420 | Large reports |
| Preset | Top/Bottom | Left/Right |
|---|---|---|
| Normal | 2.54cm | 2.54cm |
| Narrow | 1.27cm | 1.27cm |
| Wide | 2.54cm | 5.08cm |
字体缺失 → 使用开源字体回退
图片格式不支持 → 转换为PNG/JPEG
内存不足 → 分页处理大文档
生成失败 → 输出HTML备选
这个 Skill 的文档质量不错,提供了全面的 PDF 生成知识和多种文档类型的指导,字体、页面设置等细节考虑周到。但它更像一本使用手册而非可直接使用的工具——没有现成的代码模板,需要用户自己编写代码才能真正生成 PDF。如果你不熟悉 Python 编程,可能需要额外学习才能用起来。文档本身的信息丰富度是合格的,但实用性和易用性还有提升空间。