Skip to content
Morphr

Document format · .pdf

What is a PDF file?

PDF is the universal format for finished documents — a file that looks identical on every screen and printer, exactly as its author laid it out. Created by Adobe in 1993 and now an open ISO standard, it's built for viewing, sharing and printing rather than editing.

Full name
Portable Document Format
Category
Document
File extension
.pdf
MIME type
application/pdf
Developer
Adobe
First released
1993
Compression
Per-object (mixed)
Standard
Open (ISO 32000)

Convert a PDF file

Locally in your browser — nothing is uploaded. Pick a target format:

Why PDF won

Before PDF, a document opened on someone else's computer was a gamble — different fonts, different software, a different layout. PDF solved that by capturing the finished page itself: fonts, images and exact positions are all embedded, so the file renders the same everywhere, forever. That reliability made it the default for anything official — contracts, invoices, forms, résumés, manuals.

Adobe released the spec to ISO in 2008 (ISO 32000), so PDF is now an open standard anyone can implement, which is why every browser and operating system opens one without extra software.

The editing problem

PDF's great strength — a frozen, fixed layout — is also its great frustration. A PDF records where ink lands on a page, not the structure underneath, so editing one or pulling its content into Word is inherently lossy: the text and reading order come across, the exact layout often doesn't. And a PDF that's really a scan contains an image of a page with no text inside at all, which needs OCR before anything can be extracted.

Strengths

  • Looks identical on every device and printer.
  • Embeds fonts and images — fully self-contained.
  • Open ISO standard; opens everywhere without extra software.

Limitations

  • Hard to edit — built for final output, not authoring.
  • Extracting text or converting to Word loses the original layout.
  • Scanned PDFs have no text layer without OCR.

When to use PDF

Use PDF for finished documents you need to share, sign or print with the layout locked. Author in Word or Markdown and export to PDF at the end.

PDF FAQ

How do I edit a PDF?
PDFs aren't built for editing. For small text changes a PDF editor works; to rework the content, convert the PDF to an editable format like DOCX first — accepting that the layout may shift.
Why can't I copy text from my PDF?
It's probably a scanned, image-only PDF with no text layer. You'd need OCR to recognise the text before you can select or extract it.
Is PDF an open format?
Yes. Adobe handed the specification to ISO in 2008 (ISO 32000), so PDF is an open standard that any software can read and write.