Skip to content

ValkyriaTech/seshat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seshat - Fancy PDF Viewer

Fancy and simple PDF viewer based on PDF.js and Hammer.JS for gesture events

Demo

Basic viewer for Frankenstein book

Usage

Download the last release and import all script and link tags from index.html to your page. The HTML element .container and it's childs MUST exist in the page as well

PDF File

Specify your document url in singlepageviewer.js:

var DEFAULT_URL = "content/frankenstein.pdf";