Tag

win32com

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 30, 2025 · Operations

Batch Convert Word Documents to PDF with Python and Win32COM

This guide demonstrates how to create a Python script that uses the win32com library to batch convert Word (.doc/.docx) files to PDF on Windows, including code examples, handling of Office/WPS detection, folder management, common pitfalls, and packaging the script into an executable.

AutomationPDFPython
0 likes · 10 min read
Batch Convert Word Documents to PDF with Python and Win32COM
Python Programming Learning Circle
Python Programming Learning Circle
Jul 10, 2024 · Fundamentals

Automating PowerPoint with Python: win32com, python-pptx, and seaborn

This tutorial demonstrates how to use Python libraries such as win32com and python-pptx to automate PowerPoint creation, manipulation, and styling—including copying templates, adding slides, text boxes, tables, charts, shapes, and images—while also covering seaborn installation and basic data‑visualization examples that can be embedded into PPT files.

PPT AutomationPythonpython-pptx
0 likes · 24 min read
Automating PowerPoint with Python: win32com, python-pptx, and seaborn
Python Programming Learning Circle
Python Programming Learning Circle
Sep 23, 2023 · Fundamentals

Automating PowerPoint and Data Visualization Using Python (win32com, python-pptx, seaborn)

This tutorial demonstrates how to automate PowerPoint creation, modification, and data extraction with Python libraries such as win32com and python-pptx, and how to generate and embed data visualizations using seaborn, providing complete code examples for slides, tables, charts, shapes, and images.

PowerPoint automationdata visualizationpython-pptx
0 likes · 26 min read
Automating PowerPoint and Data Visualization Using Python (win32com, python-pptx, seaborn)
Python Programming Learning Circle
Python Programming Learning Circle
Jul 29, 2021 · Fundamentals

Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd

This tutorial walks through setting up a Python environment, installing libraries, creating and editing Word documents with python-docx, converting files and generating PDFs using win32com, extracting Excel data with xlrd, visualizing scores with matplotlib, and automating batch document generation with docx-mailmerge.

AutomationMatplotlibpython-docx
0 likes · 19 min read
Python Word Automation and Data Reporting Tutorial with python-docx, win32com, matplotlib, and xlrd
Python Programming Learning Circle
Python Programming Learning Circle
Feb 4, 2021 · Backend Development

Automating Microsoft Word with Python win32com: Creating and Formatting Documents

This tutorial demonstrates how to use Python's win32com library to control Microsoft Word via its COM object model, covering installation, creating and opening documents, manipulating selections and ranges, and applying page layout and style settings to meet official formatting standards.

Document FormattingPythoncom
0 likes · 10 min read
Automating Microsoft Word with Python win32com: Creating and Formatting Documents
Python Programming Learning Circle
Python Programming Learning Circle
Oct 25, 2019 · Backend Development

Automate Word with Python: Master win32com for Document Manipulation

This tutorial explains how to use Python's win32com library to control Microsoft Word, covering installation, creating and displaying documents, working with Selection, Range, Font, ParagraphFormat, PageSetup and Styles objects, and providing a complete example that formats a document to meet national standards.

comdocument processingpython-automation
0 likes · 14 min read
Automate Word with Python: Master win32com for Document Manipulation