Portable Document Format (PDF) is a file format used to present documents in a manner independent of application software, hardware, and operating systems.

PDF

How PDFs work: A Practical Guide to Creating Your…

Table of Contents Intro: What a PDF Actually Is 1: PDF Objects and Data Types 2: Structure of a PDF File 3: Create a...
chika
13 min read

How to Read PDF files in Java (Step-by-Step Guide)

TL;DR Java has no native PDF support, so you need a library. Apache PDFBox is free and adequate for basic extraction, and iText adds...
Jacob Collins
3 min read

Working with PDF Files in Java: A Complete Guide…

Portable Document Format (PDF) files are the standard for sharing and preserving documents across the internet and other platforms, but working with them programmatically...
Jacob Collins
3 min read

How to remove unused objects from PDF file (Tutorial)

PDF files sometimes contain objects which are never used. This increases the file size and is wasteful. This tutorial shows you how to reduce...
Jacob Collins
44 sec read

Java PDF to AVIF conversion (Tutorial)

Why convert PDF files to AVIF images? A PDF is a vector image (so it is rendered when you display it at whatever size...
Jacob Collins
1 min read

JPEG XL Finds New Life in PDF Standards

TL;DR: Despite being sidelined by Google’s Chrome team years ago, the JPEG XL (JXL) image format has secured a major win. The PDF Association...
Nadir
1 min read