TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why is PDF still king?

14 pointsby ata_aman8 months ago
As the title suggests, why is the PDF document the go-to file when it comes to sharing documents? Why hasn't there been a widespread adoption for a document standard that's more interactive (videos, code, visualizations etc...)?

10 comments

Arainach8 months ago
Most documents do not want or benefit from interactive elements. The desire is a static representation which renders and prints the same everywhere - and PDF is that format. Everything reads it. Nearly everything writes it. It supports all of the essential functions.
vednig8 months ago
PDF reigns as kings because of the ability to represent graphics as well as text formats easily and ensure that compatibility doesn't break on any device that can render it. It is not the same with HTML, and other media file formats, such as Office docs didn't work on MacOS for a long time and on Linux until recently,this dilemma of having a software but not being able to share the file format, across ecosystems and devices limits the ability of adoption of many other standard documents.
评论 #41824431 未加载
foobarbaz338 months ago
PDF has a proper &quot;page&quot; abstraction. Printing to paper is a first class feature, not an bolted-on afterthought.<p>A page in an electronic viewer will print out a to a nice and neat page of paper looking exactly the same.<p>Until someone invents interactive paper, the interactivity in PDF will be limited to &quot;augmentation&quot; of things like filling in forms, that don&#x27;t interfere with the usefulness of a printed form of the document.
bediger40008 months ago
Unlike &quot;Word&quot; documents, PDFs are a self contained file that almost always renders the same, screen and paper. Of course there are exceptional files, but they&#x27;re rare and regarded as bugs, rather than shrugs as with &quot;Word&quot; docs.
timonoko8 months ago
There is such a widespread standard and it known as &quot;html&quot;. More popular than PDF ever was.<p>EPUB is also html, but zipped and sometimes crypted.
评论 #41825586 未加载
anigbrowl8 months ago
I get all the interaction I want and much more that I don&#x27;t in my web browser. Non-interactive documents are a Good Thing. Also I like that I can send it to anyone and be sure they&#x27;ll be able to read it, that it will look the same if its printed etc. And I print myself for some long documents.
anta408 months ago
For most (or lots of cases), it&#x27;s easily readable, printable, and searchable.
bell-cot8 months ago
Businesses want businesslike documents, and mere PDF already has enough security issues. What you&#x27;re describing sounds far too much like Adobe Flash.
tacostakohashi8 months ago
PDF is an alternative to paper.
GianFabien8 months ago
Specifically regarding videos: Why would I waste an hour of my time watching somebody rambling on, when the edited transcript can be skim&#x2F;read in 5-10 minutes? It might save the author&#x2F;presenter time to just record a video. But in turn it wastes thousands of hours of other people&#x27;s time.<p>Yeah, I get it, some people can&#x27;t be bothered reading anything longer than a tweet. Those same folks watch TikTok instead of hour+ long video presentations.
评论 #41825719 未加载