liri-project / liri-browser

📕 Archive - Development has moved to https://github.com/lirios/browser.
GNU General Public License v3.0
301 stars 42 forks source link

Add a PDF viewer #145

Closed pierremtb closed 8 years ago

pierremtb commented 8 years ago

Could be simple using Mozilla's PDF.js

IdrissDimson commented 8 years ago

me gusta

pierremtb commented 8 years ago

I can move this issue to 0.4 with a small workaround for now : we can access to a full-featured pdf viewer by going to https://docs.google.com/viewer?url=[pdfUrlHere]

For example :  https://docs.google.com/viewer?url=http://www.indire.it/wp-content/uploads/2015/08/pdf-sample.pdf

pierremtb commented 8 years ago

Implemented the previous workaround : capture d ecran de 2016-01-01 19-25-56 capture d ecran de 2016-01-01 19-26-02

I close the issue for now, since there are other things to do ATM which are more important.