Guido van Rossum: “PDF Must Die.” (2014)
twitter.com
Guido van Rossum: “PDF Must Die.” (2014)
1–10 of 65 posts
Re: Guido van Rossum: “PDF Must Die.” (2014)
#2Re: Guido van Rossum: “PDF Must Die.” (2014)
#3What you see is what you get, wherever you open it, wherever you print it, that is huge.
Re: Guido van Rossum: “PDF Must Die.” (2014)
#4This is actually my FAVORITE thing about PDFs. They're like pages. They perfectly replicate the book medium they are often taken from. If I want to make something bigger or smaller, I can do that, and it just works with zoom. It's not trying to guess what I'm trying to do and adjust things in ways I don't want.
I'm sure it's an unpopular opinion, but I love the PDF.
Re: Guido van Rossum: “PDF Must Die.” (2014)
#5A web page renderer is more ubiquitous than PDF. Web pages are responsive and everyone can build one with just a simple text editor. So why do we need PDF?
Re: Guido van Rossum: “PDF Must Die.” (2014)
#6I am wondering why there is still no compiled HTML format in any age when web pages can render almost everything (at least, I can't think of any from the top of my head). With base64, images can be embedded without any external dependency and I think it should be easy to reduce what Javascript can do to address privacy concerns (like, disabling XHR). A web page renderer is more ubiquitous than PDF. Web pages are resp…
Re: Guido van Rossum: “PDF Must Die.” (2014)
#7I am wondering why there is still no compiled HTML format in any age when web pages can render almost everything (at least, I can't think of any from the top of my head). With base64, images can be embedded without any external dependency and I think it should be easy to reduce what Javascript can do to address privacy concerns (like, disabling XHR). A web page renderer is more ubiquitous than PDF. Web pages are resp…
Just any browser can render a PDF as well. PDF is good because it guarantees the formatting intended by the author.
Re: Guido van Rossum: “PDF Must Die.” (2014)
#8Re: Guido van Rossum: “PDF Must Die.” (2014)
#9PDF was made for printing, not displaying. As someone who has been in the printing business for a long time, PDF was a god send, no more worrying about missing fonts, no more page margin differences, no more driver discrepancies. What you see is what you get, wherever you open it, wherever you print it, that is huge .
The objection should not be "PDF must die", but "people mustn't use PDF for other purpose than printing".
Re: Guido van Rossum: “PDF Must Die.” (2014)
#10From an additional tweet, we can see that Guido's biggest reason for disliking PDF is the text not being responsive. This is actually my FAVORITE thing about PDFs. They're like pages. They perfectly replicate the book medium they are often taken from. If I want to make something bigger or smaller, I can do that, and it just works with zoom. It's not trying to guess what I'm trying to do and adjust things in ways I do…