Translate PDF documents to any language while preserving layout and styling
npx skills add https://github.com/wshuyi/translate-pdf-skill --skill translate-pdfقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Translate PDF documents to any language while preserving the original structure, layout, colors, and styling.
Translating PDF documents is typically painful:
This Claude Code skill translates PDF text in place, preserving:
Translation time: ~1 minute vs hours of manual work.
pip install pymupdf)git clone https://github.com/wshuyi/translate-pdf-skill.git
cp -r translate-pdf-skill/skills/translate-pdf ~/.claude/skills/
/plugin install translate-pdf@wshuyi/translate-pdf-skill
Simply tell Claude what you want:
"Translate this PDF to Chinese"
"把这个PDF翻译成英文"
"Translate report.pdf to Japanese"
Claude will:
| Language | Font |
|---|---|
| English, Spanish, Portuguese, French, German, etc. | helv |
| Simplified Chinese | china-ss |
| Traditional Chinese | china-ts |
| Japanese | japan |
| Korean | korea |
Input: Portuguese organizational chart (Suprimentos.pdf)
Command: "把这个PDF翻译成中文"
Output: Chinese version with identical layout and styling
Q: Does it work with scanned PDFs?
A: No, this skill works with text-based PDFs. Scanned documents need OCR first.
Q: Will it change my PDF layout?
A: No, the layout is preserved. Only the text content changes.
Q: What about images and charts?
A: Images are preserved. Text within the PDF is translated.
MIT License - see LICENSE
🤖 Generated with Claude Code