-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持pdf书籍的在线阅读 #9
Comments
在线阅读时如何去加载pdf?如果要加载整本书之后才能开始阅读,势必要耗费很多资源、时间。。。有什么比较好的方案? |
@caok 这个可以查找下,应该有的。异步传输是否可以? |
i find the gem https://github.com/yob/pdf-reader maybe can work well.... |
@caok @hlee |
@songjiayang 看看有没有在线加载pdf的呢, |
https://github.com/yoozi/swf-docs-generator 可不可以考虑转换成html 之后看呢? |
@jerry134 赞啊,不过好像文档比较少,知道怎么用不? |
@caok 目前还不知道怎么样 在微博上看到的这个 稍后应该会有部署说明什么的吧 |
@songjiayang 在线阅读的弄的怎么样了,我也来研究下吧 |
@hlee 像这种read while downloading的效果,是怎么实现的? |
需要细化功能,待补充功能: |
@caok 这个你有研究吗?除了你说的第3点,貌似都可以做到,不过第3点如果深入研究也是可以的。。https://github.com/mozilla/pdf.js |
@caok 我把在线阅读这个搞定了,基本实现了你提出的4个需求。。。 |
@songjiayang 这个我之前也有看过,你那有具体例子不,给我看看效果,特别是read while downloading |
@caok 我是直接模仿的这个http://mozilla.github.io/pdf.js/web/viewer.html ,但是貌似还是没有实现 read while downloading ,具体作出来的效果就是这样 http://weidaxue.me:4000/resources/1/read |
赞!,我下午的时候看下,刚看到你的代码了,学习下, |
恩,代码可以抽离出来做个gem .像https://github.com/concordia-publishing-house/pdfjs-rails , 我做完了才发现这个gem .不过手动做一遍就基本明白原理,然后我可以看看它这个方便用不,如果不太方便的话,我们就可以按照自己的需求做成gem.现在貌似异步加载还是不理想。。 |
恩,我也发现了,加载的时候比较慢 |
在线阅读pdf,可以试试 pdf.js
或者有没有更好的方案
The text was updated successfully, but these errors were encountered: