I don't understand it... what's the benefit of this as opposed to just embedding an iframe? And whats the role of pdf.js here? They seem to just show images of the pages - non interactive and non-selectable. When you are using pdf.js, you can actually get a nice embedded viewer exactly like firefox has (and similar to chrome). And the embedded pdf.js viewer would also be more secure than the iframe, if that's your co…
PDF Viewing
21–30 of 63 posts
Re: PDF Viewing
#22Any sane reason to store PDF files into git repositories? Why would you version binary files; version LaTeX, or whatever's generating your PDFs.
In cases where you have to include a PDF, it's very helpful to have it be viewable inline on a page.
Re: PDF Viewing
#23If GitHub continues on this track of making content available directly in the browser, the use cases are endless as a service. When someone, and someone will, makes git accessible to the general public, features like these will propel GitHub into the general consumer space.
Also, your grammar is terrible - http://grammar.ccc.commnet.edu/grammar/commas.htm
Re: PDF Viewing
#24Any sane reason to store PDF files into git repositories? Why would you version binary files; version LaTeX, or whatever's generating your PDFs.
Re: PDF Viewing
#25Re: PDF Viewing
#26That gif went by way too fast. If anyone is confused like me: It looks like Github will now show PDFs inline. It took me a minute to figure out that the GIF was a demo (and this had nothing to do with rendering PDFs into realspace using a 3d printing robot), and the page was from github's official blog.
Re: PDF Viewing
#27That gif went by way too fast. If anyone is confused like me: It looks like Github will now show PDFs inline. It took me a minute to figure out that the GIF was a demo (and this had nothing to do with rendering PDFs into realspace using a 3d printing robot), and the page was from github's official blog.
There really needs to be a standard "pausible gif" format for stuff like this
Re: PDF Viewing
#28Earlier quoted context omitted.
I've been using GitHub a lot lately for storing my class notes and this is really awesome. I use an app which allows Markdown/mathematical LaTeX and renders it to a PDF and previously they were impossible to view on mobile because of how raw assets are served.
Which app do you use?
Re: PDF Viewing
#29Any sane reason to store PDF files into git repositories? Why would you version binary files; version LaTeX, or whatever's generating your PDFs.
Also I view PDFs as only "half binary". It's just a bunch of text streams, some of which may be compressed with deflate. (Granted, there's also stuff like embedded images, fonts, etc.)