Skip to content

horiyuki/jupdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupdf: Utility viewer of PDF.js

jupdf is a Utility viewer of PDF.js. jupdf allows you to use pdf viewer on your own web site without any external dependencies. jupdf uses and bundles mozilla PDF.js.

How to use

Download the zip package and unpack it, put jupdf directory on on your web directory.

  % unzip jupdf-YYYYMMDD.zip
  % mv jupdf-YYYYMMDD /path/to/your/webdir/

Insert below html code with specifying pdf file parameter (file path or url).

 <iframe src="jupdf?file=path/to/pdffile.pdf" width='600' height='450' scrolling="no" allowfullscreen webkitallowfullscreen></iframe>

Sample Output

Sample output is available at following url.

Contact

jupdf is a project run by Yukio HORI / 堀幸雄. It is open-source and commercial at the same time.

Links