Tagged articles

docx

20 articles · Page 1 of 1
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 11, 2026 · Operations

Real Fan Request: Python Automation for Bulk Bill-of-Lading Watermark Replacement (Part 1)

The article outlines a fan's request to automate the replacement of header watermarks in dozens of foreign‑trade bill‑of‑lading .doc files using Python, explains the inefficiency of manual editing, describes converting .doc to .docx and applying python‑docx, and previews a detailed multi‑part walkthrough of the implementation challenges.

AutomationOffice AutomationPython
0 likes · 4 min read
Real Fan Request: Python Automation for Bulk Bill-of-Lading Watermark Replacement (Part 1)
Architect's Guide
Architect's Guide
Jun 9, 2026 · Frontend Development

Complete Frontend Guide to Previewing DOCX, PPTX, XLSX, and PDF Files

The article surveys commercial file‑preview services and open‑source front‑end and back‑end solutions for DOCX, PPTX, XLSX, and PDF, compares their capabilities, limitations, and costs, and provides concrete code examples and a reusable Web Component for developers.

Open-sourcePDFbackend
0 likes · 19 min read
Complete Frontend Guide to Previewing DOCX, PPTX, XLSX, and PDF Files
Geek Labs
Geek Labs
May 3, 2026 · Frontend Development

Edit Word Docs Directly in the Browser with This Open‑Source Engine

SuperDoc is an open‑source DOCX engine that parses and renders real .docx files in the browser with full format fidelity, offers one‑click integration for major front‑end frameworks, real‑time Yjs collaboration, and AI‑driven document automation.

AI automationOpen-sourcebrowser
0 likes · 5 min read
Edit Word Docs Directly in the Browser with This Open‑Source Engine
Dunmao Tech Hub
Dunmao Tech Hub
Aug 9, 2025 · Fundamentals

Convert DOC to DOCX and Extract Tables with Python & LibreOffice

This tutorial explains why converting legacy .doc files to .docx is necessary, shows how to install LibreOffice and python-docx, provides a Python script to perform the conversion via LibreOffice's command‑line interface, and demonstrates reading and modifying tables in the resulting .docx files.

LibreOfficedata extractiondocx
0 likes · 8 min read
Convert DOC to DOCX and Extract Tables with Python & LibreOffice
MaGe Linux Operations
MaGe Linux Operations
Jan 16, 2022 · Backend Development

How to Batch‑Generate Word Files from Excel Using Python’s zipfile and python‑docx

This article demonstrates two Python‑based solutions for automatically replacing placeholders in a Word document with data from an Excel sheet—one using python‑docx (with win32com conversion for .doc files) and another leveraging the zipfile module to edit the underlying XML—complete with code, troubleshooting tips, and handling of formatting issues.

AutomationExcelWindows
0 likes · 10 min read
How to Batch‑Generate Word Files from Excel Using Python’s zipfile and python‑docx
Python Programming Learning Circle
Python Programming Learning Circle
Dec 11, 2021 · Backend Development

Batch Generating Word Documents from Excel Using Python: Two Solutions with python-docx and zipfile

This article demonstrates how to automate the replacement of placeholders in Word (.doc/.docx) files with data from an Excel sheet using Python, presenting two approaches—one based on python-docx and win32com, and another that manipulates the underlying zip archive with the zipfile module—while addressing common pitfalls and preserving document formatting.

ExcelZipfiledocx
0 likes · 11 min read
Batch Generating Word Documents from Excel Using Python: Two Solutions with python-docx and zipfile
Python Crawling & Data Mining
Python Crawling & Data Mining
Feb 13, 2021 · Fundamentals

Batch Convert .doc to .docx Using Python and win32com

This guide explains how to handle mixed .doc and .docx files by installing the win32com library, providing step‑by‑step code to batch convert .doc documents to .docx format and then process them with python‑docx for automated office workflows.

OfficeWin32combatch-processing
0 likes · 4 min read
Batch Convert .doc to .docx Using Python and win32com