Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PDF Viewer for my web - PHP [closed]

Tags:

php

pdf

viewer

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.

like image 310
hjaffer2001 Avatar asked Feb 04 '11 04:02

hjaffer2001


People also ask

How can I open PDF file without downloading in PHP?

Under "Privacy and security," click Content settings. Near the bottom, click PDF documents. Turn off Download PDF files instead of automatically opening them in Chrome.

Can PHP be used to display PDF?

PHP uses a standard code to display the pdf file in web browser. The process of displaying pdf involves location of the PDF file on the server and it uses various types of headers to define content composition in form of type, Disposition, Transfer-Encoding etc. PHP passes the PDF files to read it on the browser.

How do I open a PDF file on my website?

Generally, a hyperlink is used to link a PDF document to display in the browser. An HTML anchor link is the easiest way to display a PDF file. But if you want to display a PDF document on the web page, PDF file needs to be embedded in HTML. The HTML <embed> tag is the best option to embed PDF document on the web page.


1 Answers

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

like image 81
Matthew Avatar answered Oct 08 '22 22:10

Matthew