pdf-to-tts-zh
Installation
SKILL.md
pdf-to-tts-zh
Convert any PDF into one continuous Traditional Chinese narration MP3 — page by page.
When to use
- "把這份投影片/PDF 轉成繁中語音 / 有聲書 / podcast"
- "幫每一頁寫逐字稿再用 edge-tts 唸出來,合併成一個 mp3"
- Turning slide decks, case reports, or handouts into an audio walkthrough.
Requirements
Check these are installed before starting; install whatever is missing.
| Tool | Purpose | Install |
|---|---|---|
pdftoppm |
Rasterize PDF pages to PNG | brew install poppler |
edge-tts |
Microsoft Edge neural TTS (free, no key) | pip install edge-tts / uv tool install edge-tts |
ffmpeg |
Concatenate per-page mp3s | brew install ffmpeg |