Tagged articles

PDF merging

3 articles · Page 1 of 1
Su San Talks Tech
Su San Talks Tech
Jul 21, 2026 · Backend Development

Why Apache PDFBox Is Becoming the Go-To Java PDF Library

This article provides a comprehensive guide to Apache PDFBox, covering its licensing advantages, latest version, installation steps, core APIs for creating, editing, extracting, merging, encrypting and signing PDFs, underlying architecture, migration tips, performance considerations, and real‑world use cases.

Apache PDFBoxJavaOpen-source libraries
0 likes · 18 min read
Why Apache PDFBox Is Becoming the Go-To Java PDF Library
NiuNiu MaTe
NiuNiu MaTe
Apr 13, 2026 · R&D Management

What Really Happens When You Use Superpowers to Build a Multi‑File PDF Merger?

The author walks through using the Superpowers AI‑driven workflow to create a multi‑file PDF merging web tool, exposing three major pitfalls—design docs that don’t guarantee functional output, AI skipping prescribed steps, and the slow, over‑engineered Subagent mode—while offering practical guidance to enforce a strict step‑by‑step process and choose the right execution mode for small projects.

PDF mergingSubagent modeWeb Development
0 likes · 7 min read
What Really Happens When You Use Superpowers to Build a Multi‑File PDF Merger?
Data STUDIO
Data STUDIO
Oct 10, 2025 · Fundamentals

Mastering PDF Manipulation in Python with PyPDF2

This article introduces the PDF format, surveys popular Python PDF libraries, and provides a step‑by‑step guide to installing PyPDF2, extracting metadata and text, rotating, merging, splitting, encrypting, and watermarking PDF files using concrete code examples and explanations.

PDF encryptionPDF extractionPDF merging
0 likes · 13 min read
Mastering PDF Manipulation in Python with PyPDF2