You can test PDF Viewer on web browser here:
You can use some URL parameters to automatically open your PDF file and/or change viewer behaviour:
- title = Any text that you want as title on page
- url = Your PDF public URL to be downloaded by the viewer
- open = Auto open after load (0 = disabled, 1 = enabled, default = 1)
- debug = Debug console (0 = disabled, 1 = enabled, default = 0)
Example:
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.