Tag

word

1 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.

PDFPythonautomation
0 likes · 10 min read
Batch Convert Word Documents to PDF with Python and Win32COM
Test Development Learning Exchange
Test Development Learning Exchange
May 22, 2025 · Fundamentals

Convert PDF Text, Tables, and Images to Word Using Python

This guide explains how to use Python libraries such as pdf2docx, pdfplumber, python-docx, and Pillow to extract text, tables, and images from a PDF and reconstruct them in a Word document, including installation steps and a complete example script.

PDFPythondocument conversion
0 likes · 5 min read
Convert PDF Text, Tables, and Images to Word Using Python
Architect's Guide
Architect's Guide
May 20, 2025 · Backend Development

Guide to Using poi‑tl for Generating Word Reports with Custom Tags in Java

This article explains how to use the poi‑tl Java library to create Word report templates, define common tags such as text, images, tables, lists, and charts, encapsulate them with enums and factories, and generate complete reports through a reusable utility class.

JavaTemplate Enginebackend
0 likes · 19 min read
Guide to Using poi‑tl for Generating Word Reports with Custom Tags in Java
Test Development Learning Exchange
Test Development Learning Exchange
Mar 10, 2025 · Backend Development

Types of API Documentation and Their Appropriate Use Cases

This article explains the main types of API documentation—Swagger, Word, Excel, and PDF—describing their features, suitable scenarios, and how to convert between formats to improve API development and testing efficiency.

APIExcelPDF
0 likes · 4 min read
Types of API Documentation and Their Appropriate Use Cases
Java Architect Essentials
Java Architect Essentials
Oct 31, 2024 · Backend Development

How to Read Excel, Word, PDF, and Text Files in Java

This article explains how to use Java libraries such as Apache POI, PDFBox, and EasyExcel to read Excel, DOC/DOCX, PDF, and plain text files, providing complete code examples, required Maven dependencies, and step‑by‑step usage instructions for each file type.

Apache POIExcelFile I/O
0 likes · 13 min read
How to Read Excel, Word, PDF, and Text Files in Java
Python Programming Learning Circle
Python Programming Learning Circle
Oct 26, 2024 · Fundamentals

Python Tutorial: Working with Excel, Word, and CSV Files

This article provides a comprehensive Python tutorial covering how to read, write, and modify Excel files using xlrd/xlwt/xlutils, manipulate Word documents with python-docx, and handle CSV data via the csv module, including code examples, library installation, and practical usage tips.

CSVDataProcessingExcel
0 likes · 28 min read
Python Tutorial: Working with Excel, Word, and CSV Files
Test Development Learning Exchange
Test Development Learning Exchange
Jun 25, 2024 · Fundamentals

Python Automation for Excel, Word, PDF, and PowerPoint

This tutorial shows how to use Python libraries such as pandas, python-docx, PyPDF2, and python-pptx to read, write, merge, and manipulate Excel, Word, PDF, and PowerPoint files, providing ready‑to‑run code snippets for each common automation scenario.

ExcelPDFautomation
0 likes · 9 min read
Python Automation for Excel, Word, PDF, and PowerPoint
Python Programming Learning Circle
Python Programming Learning Circle
May 13, 2024 · Fundamentals

Using python-docx to Create and Manipulate Word Documents in Python

This article introduces the python-docx library, explains how to install it, and provides a complete code example that demonstrates creating a Word document with headings, styled paragraphs, images, tables, and saving the file, helping Python developers automate document processing.

document processingpython-docxtutorial
0 likes · 5 min read
Using python-docx to Create and Manipulate Word Documents in Python
Python Programming Learning Circle
Python Programming Learning Circle
Apr 16, 2024 · Fundamentals

Using Python to Process Excel, Word, and CSV Files

This tutorial demonstrates how to install and use Python libraries such as xlrd, xlwt, xlutils, XlsxWriter, OpenPyXL, python-docx, and the csv module to read, write, modify, and format Excel, Word, and CSV files, including code examples and feature comparisons.

CSVDataProcessingExcel
0 likes · 31 min read
Using Python to Process Excel, Word, and CSV Files
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 14, 2023 · Frontend Development

Implementing File Preview Functionality in Frontend with Vue3

This article demonstrates how to build a Vue3‑based file preview feature that supports images, Word documents, Excel sheets, and PDFs by using iframe tags, npm packages like docx‑preview, xlsx, and pdfjs‑dist, and provides complete code snippets and practical tips.

ExcelFile PreviewImage
0 likes · 8 min read
Implementing File Preview Functionality in Frontend with Vue3
Test Development Learning Exchange
Test Development Learning Exchange
Jun 19, 2023 · Fundamentals

How to Add Watermarks to PDF, Word, PPT, and Excel Using Python

This tutorial explains how to automate watermark insertion for PDF, Word, PowerPoint, and Excel documents with Python by installing appropriate libraries and providing ready-to-use code examples for each file type.

ExcelPDFPPT
0 likes · 5 min read
How to Add Watermarks to PDF, Word, PPT, and Excel Using Python
Python Programming Learning Circle
Python Programming Learning Circle
May 14, 2022 · Fundamentals

Using Python to Automate Excel, Word, and PowerPoint in Office Work

This article explains how Python can boost office productivity by using libraries such as xlrd/xlwt, openpyxl, pandas for Excel, python‑docx for Word, and python‑pptx for PowerPoint, highlighting their ease of use and efficiency in handling large or repetitive documents.

ExcelOffice AutomationPython
0 likes · 3 min read
Using Python to Automate Excel, Word, and PowerPoint in Office Work
Python Programming Learning Circle
Python Programming Learning Circle
Oct 12, 2021 · Fundamentals

Processing Images, Excel, and Word Documents with Python (Pillow, openpyxl, python-docx)

This tutorial demonstrates how to use Python's Pillow library for image manipulation, openpyxl for Excel spreadsheet handling, and python-docx for creating and editing Word documents, providing code examples for common operations such as cropping, resizing, filtering, and data insertion.

ExcelImage ProcessingPython
0 likes · 7 min read
Processing Images, Excel, and Word Documents with Python (Pillow, openpyxl, python-docx)
Python Programming Learning Circle
Python Programming Learning Circle
Aug 13, 2021 · Fundamentals

Python for Excel, Word, and CSV Manipulation: Tools, Installation, and Code Examples

This tutorial introduces Python libraries such as xlrd/xlwt/xlutils, python-docx, and the csv module, compares their features, shows how to install them, and provides complete code examples for reading, writing, and modifying Excel, Word, and CSV files.

CSVExcelPython
0 likes · 25 min read
Python for Excel, Word, and CSV Manipulation: Tools, Installation, and Code Examples
New Oriental Technology
New Oriental Technology
May 6, 2021 · Backend Development

Using Poi-tl to Export Word Documents with Templates in Java

This article explains how to use the Java Poi‑tl library to generate Word .docx documents from templates, covering solution comparison, API usage, code examples for text, images, tables, and block structures, and provides a quick start guide.

JavaTemplate Enginedocument generation
0 likes · 8 min read
Using Poi-tl to Export Word Documents with Templates in Java
Python Programming Learning Circle
Python Programming Learning Circle
Feb 25, 2020 · Fundamentals

Automating Word Report Comments with Python‑docx

This article demonstrates how to use Python and the python‑docx library to read student scores from CSV files, generate appropriate evaluation comments, and programmatically insert those comments into each student's Word report, streamlining the grading workflow.

automationeducationpython-docx
0 likes · 4 min read
Automating Word Report Comments with Python‑docx