Tag

document generation

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Aug 15, 2023 · Fundamentals

Manipulating PowerPoint Files with python-pptx: Installation, Basic Operations, and Advanced Examples

This tutorial explains how to install the python-pptx library, outlines the basic PPT object model, demonstrates extracting text and shapes, shows how to create and modify slides, work with placeholders, and provides a complete example that generates personalized certificates from Excel data, all using Python.

PowerPoint automationPythondocument generation
0 likes · 11 min read
Manipulating PowerPoint Files with python-pptx: Installation, Basic Operations, and Advanced 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 EngineWord
0 likes · 8 min read
Using Poi-tl to Export Word Documents with Templates in Java