Communityv1.0.0

word-to-pdf

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

2.5kdownloads3stars21active installslirenweiM
View on ClawHubBack to Skills

Skill Details

Slug
word-to-pdf
Latest Version
1.0.0
Author
lirenweiM
Published
Feb 26, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for word-to-pdf.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

- Initial release of "word-to-pdf" tool. - Converts Word (.docx) files to PDF, preserving formatting, Chinese text, and emoji. - Supports document structure: paragraphs, headings, and lists. - Uses reportlab and python-docx Python libraries. - Handles Chinese fonts automatically on Windows; guides provided for Linux/Mac. - Command-line usage with optional output file path.