5

I am searching for an opensource pdf viewer for my web-site

Searched for months and months. Is there any open source to view pdf in my web (without Flash).

On the other hand, the documents should be secure.

I have done a synopsis with the following urls (but no use)

  1. http://embedit.in/
  2. http://www.vuzit.com/
  3. http://www.ajaxdocumentviewer.com/
  4. http://flexpaper.devaldi.com
  5. http://www.icepdf.org/
  6. https://docs.google.com/viewer
  7. http://www.snowbound.com/
  8. http://www.mygazines.com
  9. http://www.issuu.com/business
  10. http://www.box.net
  11. http://viewer.zoho.com/

I want both download and print option for my pdf viewer.

Pranav Hosangadi
  • 23,755
  • 7
  • 44
  • 70
hjaffer2001
  • 933
  • 6
  • 18
  • 38

3 Answers3

4

https://github.com/mozilla/pdf.js

Matthew
  • 47,584
  • 11
  • 86
  • 98
1

Maybe its already answered @ How to make PDF viewer in PHP

Additionally, you may also want to check PDF Functions - php.net

Community
  • 1
  • 1
Ravikiran
  • 1,440
  • 11
  • 15
0

1) Download zip file from: https://github.com/mozilla/pdf.js/archive/master.zip and unzip to http://yourhost/myfolder (or wherever you have hosted it)..
2) After extraction, in myfolder/web folder, open viewer.js and change DEFAULT_URL to your example.pdf path.
3) open in your browser http://yourhost/myfolder/web/viewer.html

kittycat
  • 14,983
  • 9
  • 55
  • 80
T.Todua
  • 53,146
  • 19
  • 236
  • 237