Skip to content

pdfviewer/pdfviewer.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Viewer

You can test PDF Viewer on web browser here:

https://pdfviewer.github.io/

Parameters

You can use some URL parameters to automatically open your PDF file and/or change viewer behaviour:

  1. title = Any text that you want as title on page
  2. url = Your PDF public URL to be downloaded by the viewer
  3. open = Auto open after load (0 = disabled, 1 = enabled, default = 1)
  4. debug = Debug console (0 = disabled, 1 = enabled, default = 0)

Example:

https://pdfviewer.github.io/?title=Demo%20PDF%20with%201MB&url=https://raw.githubusercontent.com/mozilla/pdf.js-sample-files/master/tracemonkey.pdf

Project

The main project is hosted here:

https://github.com/paulocoutinhox/pdfium-lib

The PDF Viewer use PDFium project from Google to parse PDF data and render final image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages