Tag

word-automation

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 7, 2022 · Fundamentals

Using python-docx: Document Structure and Basic Operations

This article introduces the python‑docx library, explains its document model—including Document, Paragraph, Run, and Table objects—and provides practical Python code examples for creating, modifying, and styling Word documents, inserting headings, page breaks, tables, and images.

Code ExamplePythondocument processing
0 likes · 6 min read
Using python-docx: Document Structure and Basic Operations
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