@ucd-lib/pdf-viewer-flipbook-dist

1.0.0 • Public • Published

PDF Viewer

PDF viewer with flip-book interface integration to allow read files flipping pages like a book.

Info

This is a web viewer written in javascript with no external dependencies. It works with almost every browser.

Try it now HERE

Requirements

Despite no external dependencies in order to build this project some external script are included:

  • jQuery 3.4.1 downloaded here.
  • PDF.js 2.1.266 downloaded here.
  • turn.js 4.1.0 downloaded here.

Develop

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.

Known problems

  • 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

License

This project is released under MIT License however some code come from external with following licenses:

Package Sidebar

Install

npm i @ucd-lib/pdf-viewer-flipbook-dist

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

6.54 MB

Total Files

409

Last publish

Collaborators

  • ucdust
  • jrmerz
  • qjhart
  • steveisgreat