Love it, but unlike Chrome's embedded PDF reader, it can't "stream" PDFs (a dealbreaker for people viewing media-heavy PDFs on slower connections)
That's interesting, because PDFs are an inherently un-streamable format. It requires seeking within the file to work (hence why command line PDF tools can't take STDIN for the PDF file - or they fake it by copying to a temp file first). I wonder how google got around that problem.
Firefox introduces PDF viewer
41–50 of 200 posts
Re: Firefox introduces PDF viewer
#42what happened to doing one thing and doing that well? what is next, office documents?
Re: Firefox introduces PDF viewer
#43http://mozilla.github.com/pdf.js/web/viewer.html
I wonder what's keeping this so ugly in Chrome. Also, does anyone know if printing is intended to work? It doesn't appear to have the pagination right, again at least on Chrome.
Re: Firefox introduces PDF viewer
#44Just tried out Firefox 19, and the PDF reader is good. Responsive enough, with just the barest hint of render lag. Minor nit: Firefox isn't currently registered as handling PDF, but will still open it happily.
EDIT: I have Firefox as my OS X Mountain Lion's PDF viewer app now. Works quite well!
Re: Firefox introduces PDF viewer
#45It's worth pointing out this is done in pure Javascript , and works by compiling PDF functions to equivalent Javascript functions which are then visible to Firefox's JIT. Despite being only around a year old, it still manages to render the majority of PDFs thrown at it (it's been my primary paper reader for the past 6 months or so). As for missing features like some complex gradients, I can't say I've missed them, ex…
Why are you dumping on Google? Their browser has been able to handle PDFs for years (including forms!).
Re: Firefox introduces PDF viewer
#46It could be a regression of both the browser, and the unit test, which isn't such a good news.
Re: Firefox introduces PDF viewer
#47Love it, but unlike Chrome's embedded PDF reader, it can't "stream" PDFs (a dealbreaker for people viewing media-heavy PDFs on slower connections)
That's interesting, because PDFs are an inherently un-streamable format. It requires seeking within the file to work (hence why command line PDF tools can't take STDIN for the PDF file - or they fake it by copying to a temp file first). I wonder how google got around that problem.
Re: Firefox introduces PDF viewer
#48What I don't understand is why Google doesn't have an open source PDF viewer? I mean, Chromium renders OpenGL, decodes movies, contains fastest JavaScript VM and it cannot view PDFs? Given what they did to JavaScript speed, can you imagine what viewer they would be capable of producing of? At least they should join Mozilla on improving pdf.js, IMO...
Re: Firefox introduces PDF viewer
#49What, this is not what a web browser is supposed to do.
Re: Firefox introduces PDF viewer
#50It's nice to have such an option, but it feels significantly less snappy than Kparts plugin in KDE which wraps Okular into Firefox.
It took a surprising (to me) amount of hacking to re-enable native .PDF rendering. As far as I'm concerned, pdf.js is one of those increasingly-common cases where Mozilla has unilaterally decided that it knows Just What I Need, and followed up by attempting to impose it without offering me a choice.