← 返回
效率工具

word-to-pdf

Convert Word documents (.docx) to PDF using Python's reportlab library. Supports Chinese characters, emojis, and proper formatting preservation. Usage: word-...
使用 Python reportlab 库将 .docx 文档转为 PDF,支持中文字符、表情符号及格式保持。用法:word-...
lirenweim
效率工具 clawhub v1.0.0 1 版本 99920 Key: 无需
★ 3
Stars
📥 2,439
下载
💾 505
安装
1
版本
#latest

概述

Word to PDF — Word 文档转 PDF

功能

将 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

工作原理

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

注意事项

  • 需要安装 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 02:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 433 📥 103,897
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,372
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 115,018