Original WWW proposal is a Word for Macintosh 4 file from 1990, can we open it?

An attempt to open Tim Berners-Lee’s 1990 World Wide Web proposal, stored as a Microsoft Word for Macintosh 4.0 file, exposes how fragile and complex access to old proprietary formats has become. Commenters compare tools ranging from LibreOffice, modern and legacy versions of Word, and emulated classic Macs, noting that while text is recoverable, fonts, layout, and embedded PICT graphics are often wrong or missing. The exchange broadens into concerns about digital preservation, security-driven feature removals, and the long‑term readability of today’s documents—especially those locked in closed, SaaS-only ecosystems.

Opening the 1990 Word for Mac 4.0 file

  • Multiple tools can open it, but none are perfect out of the box.
  • LibreOffice opens the document, but margins, font sizes, headers/footers, gutters and some layout are wrong, though manually fixable.
  • Modern Word for Windows (Office 365) opens it in a restricted way: requires changing security settings and fails to display embedded graphics due to dropped PICT support.
  • Older Word 2003 on Windows reportedly opens it “flawlessly,” including images, and can re-save to a modern .doc/.docx, though some later conversions again lose images.
  • Word for Mac (current) often refuses the file as a “blocked” type or opens it without graphics; the web version is more limited and focused on DOCX.

Emulation and conversion workflows

  • Running classic Mac OS in emulators (Infinite Mac, BasiliskII, QEMU, Mini vMac, 86box/PCem for PCs) is a reliable way to get “authentic” layout and to print to PostScript/PDF.
  • One detailed workflow: Word 98 in a Power Mac emulator → re-save → print to PDF with Acrobat → extract vector PICT images → reinsert into modern Word → high‑fidelity DOCX/PDF.
  • Others used Word 5.x on emulated Macs to open Word 4 files and save as more modern formats; RTF export often loses or distorts images.

Images, fonts, and layout fidelity

  • Embedded graphics are PICT metafiles; modern Word generally can’t render them.
  • LibreOffice can read standalone PICT files and convert to SVG; can be scripted via its command line.
  • Font mismatches (e.g., Palatino vs Palatino Linotype vs Times New Roman) and old Mac font/printer-font quirks explain some layout drift.
  • For exact reproduction, original fonts and printer assumptions matter; otherwise, PDFs from emulated environments are closest.

Archival, formats, and security

  • Thread repeatedly highlights how quickly proprietary formats become fragile, despite Microsoft’s relatively strong backward-compatibility reputation.
  • Some argue Microsoft has a responsibility to keep very old formats readable, perhaps via sandboxed legacy parsers; others say rewriting secure parsers for 30‑year‑old formats has no business case.
  • Old Word formats were tightly coupled to low‑resource-era design constraints, not just “bad design.”
  • There’s debate over whether “old file formats have vulnerabilities” vs “parsers do; formats can be parsed safely in principle.”

Open formats, markdown, and preservation

  • Several commenters advocate plaintext, Markdown, HTML, TeX/LaTeX, PNG, and well‑documented formats for long‑term storage.
  • There’s a long sub‑discussion about Markdown:
    • Pros: human‑readable without a parser; far simpler than old binary .doc; graceful degradation.
    • Cons: many dialects and extensions; lack of a single stable standard complicates archival parsing.
  • TeX/LaTeX is cited as uniquely strict about layout reproducibility across versions.

Digital archaeology and future loss

  • Emulation is praised as essential “digital archaeology,” but there’s concern about future gaps as old OSes (e.g., Windows 95) get harder to run on modern hosts.
  • Some note that backups with “infinite” VM/file retention can yield “readable” data that’s not practically “usable” without complex legacy stacks.
  • SaaS‑only documents (Google Docs, Notion, etc.) are seen as especially at risk: once the service is gone, there may be no way to recover working documents.

Tools and side notes

  • file(1) is celebrated for reliably identifying obscure formats (“Microsoft Word for Macintosh 4.0”).
  • Ghostscript / ps2pdf and virtual PostScript printers remain useful for turning legacy print paths into modern PDFs.
  • LibreOffice and 7‑Zip are praised as “Swiss army knives” for old documents/archives, even when results aren’t pixel‑perfect.