PDF Format

The Best PDF Inspector Tools for Developers

If you have ever opened a PDF in a hex editor at 2am trying to work out why a font is missing or why...
Jacob Collins
6 min read

How to make a PDF file manually

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
15 min read

What Is A PDF?

What Is a PDF?PDF stands for “Portable Document Format.” It’s a widely-used file type designed to display documents consistently across different devices. If you...
Mark Stephens
2 min read

Top 9 PDF file questions with answers for developers

PDF stands for “portable document format”. It is a binary format made of objects -number, strings, arrays, dictionaries, streams and keywords ‘null’. Let’s understand...
Mark Stephens
2 min read

How to edit PDF files using Incremental Updates

Mark has previously written about how to edit PDF files by adding a second reference table, and Daniel made a whole series on making...
Sam Howard
1 min read

Why can’t I just open and edit a PDF…

People sometimes try to edit a PDF file by opening the file in a text editor. This very rarely works for 3 reasons. Firstly,...
Mark Stephens
1 min read