I 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…
Guido van Rossum: “PDF Must Die.” (2014)
11–20 of 65 posts
Re: Guido van Rossum: “PDF Must Die.” (2014)
#12PDFs usually fulfill lots of typographic criteria for better legibility like use of justified text and ligatures that are hardly used in HTML or badly supported.
The only real problems are with two column text moving around is annoying and you often have to zoom in. However with a modern touchpad offering 2D scrolling and pinch to zoom this is hardly a problem anymore.
Re: Guido van Rossum: “PDF Must Die.” (2014)
#13PDF 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 .
Not really, it depends on the PDF software. I have printed the same bill with SumatraPDF, Acrobat Reader X and Acrobat Reader DC: different fonts, different sizes and missing logos...
Re: Guido van Rossum: “PDF Must Die.” (2014)
#14PDF 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 .
Re: Guido van Rossum: “PDF Must Die.” (2014)
#15I 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…
> "A web page renderer is more ubiquitous than PDF" Just any browser can render a PDF as well. PDF is good because it guarantees the formatting intended by the author.
Besides that, fixed size containers and fluid grids give plenty of flexibility with web documents. So in case, the author intends to have fixed formatting, I think it's achievable with HTML and CSS.
Re: Guido van Rossum: “PDF Must Die.” (2014)
#16I 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…
> "A web page renderer is more ubiquitous than PDF" Just any browser can render a PDF as well. PDF is good because it guarantees the formatting intended by the author.
PDF guarantees the end print result, but it shouldn't be used for anything else.
Re: Guido van Rossum: “PDF Must Die.” (2014)
#17From 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…
Re: Guido van Rossum: “PDF Must Die.” (2014)
#18From 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…
They're delightful to read on mobile too with a reader that maintains zoom and allows continuous scrolling. I don't mind flipping the page but it's far more friction than flipping the page of an actual book since you do it about 5 to 10 times more.
Re: Guido van Rossum: “PDF Must Die.” (2014)
#19 @eugeneglybin Proprietary though it is, DOC[X] is easier to reflow to fit my screen. Also, I guess PDF fans don't use mobile screens enough.
Reflow isn't about PDF per se, it is about the underlying reader being used.That said, it is certainly a much better alternative than DOC[X]. Different versions of Microsoft Word tend to produce different output for the same document.
With PDF, you are guaranteed the same output upon printing to any device; which isn't quite the case with DOC[X].
Re: Guido van Rossum: “PDF Must Die.” (2014)
#20PDF 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 .
> What you see is what you get, wherever you open it, wherever you print it, that is huge. Not really, it depends on the PDF software. I have printed the same bill with SumatraPDF, Acrobat Reader X and Acrobat Reader DC: different fonts, different sizes and missing logos...