Live data from Hacker News

What is the PDF format good for? Nothing (2006)

complang.tuwien.ac.at

31–33 of 33 posts

Re: What is the PDF format good for? Nothing (2006)

#32
post #30

PDF is mostly a subset of Postscript. It improves on Postscript in terms of speed and security. In contrast to Postscript, it is not a Turing-complete programming language. What's left is a bunch of commands placing graphics objects on pages. That means PDF viewers cannot be DoSed in an obvious way by placing infinite loops in the document. It also means that any page in a document can be directly rendered, without r…

PDF allows Javascript, making aspects of it Turing-complete.
Post reply on HN