TG Edit-Pdf
TG Edit-Pdf
Advertisement

What Is a PDF?

A PDF (Portable Document Format) is a file format for documents that look the same everywhere. Open one on a phone, a laptop, a printer, or a ten-year-old computer, and the pages keep their exact layout: the same fonts, the same line breaks, the same position for every word and image. That predictability is the whole point of the format, and it's why the PDF became the standard way to share finished documents.

Where it came from

Adobe created the PDF in the early 1990s, growing it out of its PostScript printing technology. The problem they were solving was simple but painful: a document that looked perfect on the author's screen would reflow, shift, or break when opened on a different machine with different fonts and software. Adobe's answer was to describe a page the way a printer thinks about it — as a fixed canvas with precise coordinates — rather than as a stream of text that each program lays out its own way. Adobe later released the format as an open standard (ISO 32000), which is why so many tools can read and write PDFs today without licensing anything.

How it keeps layout consistent

A PDF doesn't store "a paragraph of text and let the reader figure out where it goes." It stores where each glyph sits on the page, in absolute units, on a page of a fixed size. The document can also embed its fonts, so the reader doesn't need the original typeface installed — the characters are carried inside the file itself. The result is a page that renders identically regardless of the device, the operating system, or the installed software.

What a PDF can contain

A single PDF can hold a rich mix of content:

  • Text — selectable, searchable characters with embedded font data.
  • Vector graphics — lines, curves, and shapes defined mathematically, so they stay crisp at any zoom.
  • Raster images — embedded photos and scans (JPEG, PNG, and other bitmaps).
  • Fonts — embedded or subset, so type renders correctly anywhere.
  • Forms — interactive fields you can fill in, plus buttons and checkboxes.
  • Metadata — title, author, creation date, and other document properties.
  • Annotations, links, and bookmarks — overlays and navigation that sit on top of the page.

Worth knowing: a scanned document saved as a PDF is often just an image of a page with no real text underneath. It looks like a document but you can't select or search the words until a text layer is added with OCR.

PDF vs. Word vs. HTML

The clearest way to understand a PDF is to compare it to formats that work differently:

  • A Word document (.docx) is a source file built for editing. Its text reflows freely, and how it looks depends on the fonts and version of Word on your machine — great for writing, less reliable for sharing a final version.
  • An HTML page is adaptive by design. It reflows to fit any screen and is meant to change shape; pixel-perfect, fixed layout is explicitly not its goal.
  • A PDF is a finished, fixed document. It trades easy editing for guaranteed appearance. That's why invoices, contracts, résumés, and reports are shared as PDFs rather than editable source files.

Because a PDF is a finished format, true editing is limited — overlay tools can annotate, highlight, and stamp content on top of a page, but reworking the original text usually means going back to the source. To get an editable starting point, you can convert a PDF to Word (best-effort, and best for text-based PDFs), and to produce a PDF from an existing document you can create one from scratch or convert an Office file to PDF.

Related tools

Need to go the other way? Try Create PDF, Office to PDF, or PDF to Word.


Advertisement
Advertisement
Advertisement