季度技术复盘报告
将团队技术复盘的 Markdown 笔记转为 warm-academic 主题 PDF,含封面、目录、水印,直接发给领导。
以前用 Word 排版一份报告要半天,现在一条命令 30 秒搞定,而且比 Word 好看太多了。
把 Markdown 排成出版级 PDF,中英混排、代码块、表格全支持,内置 14 套主题
Convert Markdown documents to professionally typeset PDF files. Primary engine: reportlab (cover pages, frontispiece, back cover, bookmarks). Fallback engine: pandoc + XeLaTeX (better table handling, LaTeX-quality typesetting). Handles CJK/Latin mixed text, fenced code blocks, tables, blockquotes, Obsidian callouts, inline images, emoji fallback, LaTeX-style formulas, clickable TOC, watermarks, headers/footers, and page numbers. Supports multiple color themes and is battle-tested for Chinese technical reports. Trigger when user mentions "markdown to PDF", "md2pdf", "any2pdf", "md转pdf", "报告生成", "导出pdf", or wants a professionally formatted PDF from markdown.
需要把现有内容变成规范文件
源文件损坏或关键内容缺失
这里只展示技能仓库公开提供的案例、证言和相关文章。案例证言不会被冒充为已验证购买评论。
将团队技术复盘的 Markdown 笔记转为 warm-academic 主题 PDF,含封面、目录、水印,直接发给领导。
以前用 Word 排版一份报告要半天,现在一条命令 30 秒搞定,而且比 Word 好看太多了。
把 GitHub 上的 README + 设计文档合并转为 ieee-journal 风格 PDF,用于学术引用和归档。
CJK 混排终于不用操心了,中英文、代码块、表格全部自动处理,排版效果堪比 LaTeX。
用 chinese-red 主题将商务方案 Markdown 转为正式 PDF,带封面和公司水印,直接交付客户。
客户拿到 PDF 后以为我们有专门的设计师排版,其实就是一条命令。
| 选择 | 适合 | 需要承担 |
|---|---|---|
| 临时 Prompt | 任务简单、只做一次 | 自己补步骤、工具和验收 |
| 万物转 PDF | 希望复用 LovStudio 已整理的完整工作流 | 提供真实输入,并复核最终结果 |
LovStudio 暂未为此 Skill 发布可复现的知名同类横评,因此不展示没有来源的“更强”结论。下方仅呈现目录中真实声明的依赖与关联能力。
Requires Python 3.8+ and reportlab (`pip install reportlab`). Optional: matplotlib (`pip install matplotlib`) for rendered display formulas. macOS: uses Palatino, Songti SC, Menlo (pre-installed). Linux: uses DejaVu/Liberation/FreeFont/Noto, Noto CJK, Droid Sans Fallback, DejaVu Sans Mono, and Noto Emoji when available.
复制下方命令,在项目终端执行。
告诉 Agent 使用 any2pdf,提供输入、目标和交付格式。
npx skills add lovstudio/general-skills --skill any2pdfMarkdown to professionally typeset PDF with reportlab. CJK/Latin mixed text, code blocks, tables, images, Obsidian callouts, emoji fallback, formulas, cover pages, TOC, bookmarks, watermarks, and 14 color themes.
Part of lovstudio/skills — by lovstudio.ai
npx lovstudio skills add any2pdf -g -y
Requires: Python 3.8+ and pip install reportlab
Optional:
pip install matplotlib
sudo apt install fonts-dejavu-core fonts-liberation fonts-freefont-ttf fonts-noto fonts-noto-cjk fonts-noto-color-emoji
python md2pdf.py --input report.md --output report.pdf --theme warm-academic
You can also keep options in top-of-file frontmatter:
---
title: My Report
author: Author Name
theme: warm-academic
watermark: DRAFT
---
| Option | Default | Description |
|---|---|---|
--input | (required) | Markdown file path |
--output | output.pdf | Output PDF path |
--title | From H1 | Cover page title |
--subtitle | Subtitle | |
--author | Author name | |
--theme | warm-academic | Color theme |
--watermark | Watermark text | |
--cover | true | Generate cover page |
--toc | true | Generate table of contents |
--frontispiece | Full-page image after cover | |
--code-max-lines | 30 | Max lines per code block |
--image-cover | false | Use frontispiece image as full-bleed cover |
| warm-academic | nord-frost | github-light | solarized-light |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
| paper-classic | ocean-breeze | tufte | classic-thesis |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
| ieee-journal | elegant-book | chinese-red | ink-wash |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
| monokai-warm | dracula-soft |
|---|---|
![]() | ![]() |
MIT
NEXT STEP
回到目录,从结果、证据、依赖和价格选择最合适的工作流。