Read-only mirror of https://github.com/opendatazurich/sim-elo — Stadt Zürich. Issues & pull requests at the source.
  • JavaScript 89.3%
  • CSS 7.6%
  • HTML 3.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-06-28 17:23:41 +02:00
examples Fixed Size Example 2016-10-29 12:00:51 +03:00
images Initial commit 2016-09-25 00:41:51 +03:00
pdfjs Update viewer.js 2022-01-24 13:32:07 +01:00
pics Added new next and previous buttons, flip sound 2016-10-02 03:21:40 +03:00
sound Added new next and previous buttons, flip sound 2016-10-02 03:21:40 +03:00
turnjs Initial commit 2016-09-25 00:41:51 +03:00
compressed.tracemonkey-pldi-09.pdf Initial commit 2016-09-25 00:41:51 +03:00
index.html Update index.html 2022-01-31 09:41:08 +01:00
LICENSE Create LICENSE 2020-09-27 15:41:16 +03:00
pdf-flip.css Activated some pdfjs toolbars functions. 2016-10-28 15:45:24 +03:00
pdf-flip.js Disable turn sound 2022-01-24 13:37:38 +01:00
README.md Add repo status badge 2023-06-28 17:23:41 +02:00
sim_elo.pdf Add files via upload 2022-01-24 13:31:07 +01:00

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

PDF FLIPBOOK

Pdf flipbook converter with turnjs and pdfjs libraries.

Demo

alt tag

Demo

Usage

Define PDF Src

to define the src, open pdfjs/viewer.js and change to line 30.

var DEFAULT_URL =  "compressed.tracemonkey-pldi-09.pdf";