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/自定義)
方向:(縱向/橫向)
頁邊距:(預設/自定義)
字型要求:(預設/指定字型)
語言:(中文/英文)
特殊要求:(水印/頁首頁尾/目錄等)
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 |
7w4.net小蔥技能站收錄全網優質技能,值得收藏。
| 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 程式設計,可能需要額外學習才能用起來。文件本身的資訊豐富度是合格的,但實用性和易用性還有提升空間。