By wshuyi
Translate PDF documents to any language while preserving original structure, layout, and styling
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub wshuyi/translate-pdf-skillPublish Markdown articles to X (Twitter) Articles with block-index positioning and rich text formatting
Deep Research Methodology (8-step method): Transform vague topics into high-quality research reports with systematic fact extraction, framework comparison, independent Agent verification, and verifiable conclusions.
Deep research and auto-generate knowledge relationship diagrams in PDF format. From research to visualization in one tool.
Publish Claude Code Skills to GitHub with privacy checks, bilingual docs, and plugin marketplace support
Anthropic's production PDF skill — extract text and tables, fill forms and generate PDFs. Essential for financial statements, contracts and scanned invoices.
Read and analyze Google Docs, Sheets, and Slides by exporting them to local formats (DOCX, XLSX, PPTX) via browser download.
Official OpenAI skills for PDF, Word, PowerPoint, and Excel document processing.
面向法律从业者的 Claude Skills 集合,包含文档转换、音频转录、网页抓取等专业工具
Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction. Originally from OpenAI's curated skills catalog.
Generate natively editable PPTX from PDF / DOCX / URL / Markdown — real DrawingML shapes, text boxes, charts, and animations. Note: this plugin ships only the skill files; you must also `pip install -r requirements.txt` from the project root for the Python post-processing scripts to run.