← All skills
Tencent SkillHub · Developer Tools

word-to-pdf

Convert Word documents (.docx) to PDF using Python's reportlab library. Supports Chinese characters, emojis, and proper formatting preservation. Usage: word-...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Convert Word documents (.docx) to PDF using Python's reportlab library. Supports Chinese characters, emojis, and proper formatting preservation. Usage: word-...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
skill.json, SKILL.md, word-to-pdf.py, _meta.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

功能

将 Microsoft Word 文档(.docx)转换为 PDF 格式,支持: ✅ 中文文本正确显示 ✅ 保留文档格式和样式 ✅ 保留 emoji 表情符号 ✅ 自动处理列表和标题 ✅ 支持多种字体

安装依赖

pip install reportlab python-docx

基本用法

word-to-pdf input.docx output.pdf

参数说明

input_file - Word 文档路径(必填) output_file - PDF 输出路径(可选,默认与输入文件同名)

示例

# 转换文档 word-to-pdf document.docx document.pdf # 转换到指定路径 word-to-pdf input.docx C:\output\converted.pdf

工作原理

使用 python-docx 读取 Word 文档内容 使用 reportlab 生成 PDF 文件 注册中文字体(微软雅黑/黑体) 保留原始文档的段落、标题和列表格式

注意事项

需要安装 Python 3.6+ 需要安装 reportlab 和 python-docx 库 Windows 系统会自动使用微软雅黑字体 Linux/Mac 系统需要手动指定字体路径

字体问题

如果出现乱码,请确保系统中安装了中文字体: Windows: 微软雅黑 (msyh.ttc) Linux: 安装 fonts-noto-cjk 或其他中文字体 Mac: 使用系统默认字体

依赖问题

如果提示缺少依赖,运行: pip install --upgrade reportlab python-docx

依赖

Python 库: reportlab, python-docx 系统字体: 中文字体(微软雅黑/黑体)

许可

MIT License

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Config1 Docs1 Scripts
  • SKILL.md Primary doc
  • word-to-pdf.py Scripts
  • _meta.json Config
  • skill.json Config