PDF viewer with flip-book interface integration to allow read files flipping pages like a book.
This is a web viewer written in javascript with no external dependencies. It works with almost every browser.
Try it now HERE
Despite no external dependencies in order to build this project some external script are included:
If you want to add features feel free to make a PR. To help you to understand how it works here a list of modified files in order to accomplish this result:
Type | Path | Files |
---|---|---|
JS | ./external/pdfjs/ | viewer.js |
HTML | ./external/pdfjs/ | index.html |
ALL | ./pdf-turn/ | NEW |
Any change in files not listed as NEW is marked with a $FB:
comment. Files listed as NEW are build to accomplish final result.
Other files come directly from specified source without any edit. External libraries files not used were deleted to make the source slimmer and clearer.
- Book Flip texts are not included in PDF.js locales, so are not translated to the user language. In order to solve this you should go in 'pdfjs/locale/YOUR_LANG' and add to the 'viewer.properties' file following lines:
book_flip.title = Flip pages like a book
book_flip_label = Flip book
- If you find any other bug open a new Issue
This project is released under MIT License however some code come from external with following licenses:
- jQuery released under MIT License
- PDF.js released under Apache License
- turn.js released under BSD License