1) From a technical perspective, this is damn cool - exceedingly well done. Color me very impressed. 2) I hope I never actually see anyone using this on a website, attempting to make things "easier." Between Scribd and Slideshare, and Adobe trying to force its hideous crash-prone plugins into my browser, there are already enough people making a mess out of what is one of the more well-thought-out aspects of OS X. Giv…
Pdf.js: PDF Reader in JavaScript
81–90 of 94 posts
Re: Pdf.js: PDF Reader in JavaScript
#82Re: Pdf.js: PDF Reader in JavaScript
#83Next up, a good ePub reader for use in firefox and firefoxos. Breaking free of the only two rendering engines in use...
Re: Pdf.js: PDF Reader in JavaScript
#84Now if someone would just do this for .docx, .xlsx, and such I'd be set.
Re: Pdf.js: PDF Reader in JavaScript
#85This is pretty cool! Anyone knows if there is support for PDF annotations?
Re: Pdf.js: PDF Reader in JavaScript
#86So alas, I'm still searching for an easy way to convert HTML to PDF server or client side. I haven't looked at the code yet but I do wonder if one could get that functionality out of this if they wrestled with it enough. (I know there are other ways to turn HTML to PDF but a client or server side script to do so really is the best solution for my situation).
Re: Pdf.js: PDF Reader in JavaScript
#87I'm really excited for this for http://www.sharelatex.com and other similar sites that are actually generating a PDF for you. With native PDF viewers there is no way to interact with the viewer via javascript and even just having the viewer stay on the same page when your reload a document (with minor changes) is impossible. Pdf.js means that we'll be able to do this easily, as well as other cool things like letting…
Our web-based IDE[1] does exactly this, including syncing between source and PDF, using PDF.js. Works great for the most part! [1] http://rstudio.org
Re: Pdf.js: PDF Reader in JavaScript
#88I came across this a few months ago while trying to implement a solution for turning HTML into PDFs server side. This is definitely cool and useful but it's usefulness is limited for now as native PDF readers on the desktop are preferable. Even on iOS the built in reader is nicely done. Chrome on Windows and Mac always opens PDFs in a tab and handles it well I think. That said, this can definitely be of use in Chrome…
Re: Pdf.js: PDF Reader in JavaScript
#89Earlier quoted context omitted.
Thanks. I've seen custom contextmenus generated on pages[0] that override the built-in context menu but for some reason I've yet to come across a page[1] that adds to the existing context menu until today. [0] replacing example: http://developer.yahoo.com/yui/examples/menu/tablecontextmen... [1] appending example: https://bug617528.bugzilla.mozilla.org/attachment.cgi?id=554...
>but for some reason I've yet to come across a page that adds to the existing context menu until today. the reason is likely because browser compatibility for the context menu js api is pretty minimal [1]. firefox can use it on pages that are only going to be displayed in firefox, but for the internet at large it's pretty useless. [1] http://caniuse.com/menu
Re: Pdf.js: PDF Reader in JavaScript
#90I came across this a few months ago while trying to implement a solution for turning HTML into PDFs server side. This is definitely cool and useful but it's usefulness is limited for now as native PDF readers on the desktop are preferable. Even on iOS the built in reader is nicely done. Chrome on Windows and Mac always opens PDFs in a tab and handles it well I think. That said, this can definitely be of use in Chrome…
This is about PDF to HTML conversion.