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