Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source Web PDF Viewer?

Is their any Open Source Web PDF Viewer?
Which has good api through which I can modify the looks of the viewer?
I had tried the Scribd, Google Docs, FlexPaper , and this also.
But it is not giving me, as I want.
Then i had downloaded the shadowbox but it has not given me information about how to use it?
So anyone know good web pdf viewer and it would be great if it offers the customization
And that should be great if it is in php.
Thanks in advance...

like image 471
Nitz Avatar asked May 14 '10 12:05

Nitz


2 Answers

I don't think you're going to find a PDF viewer that's in PHP. The decoding of the PDF format happens on the client, which means your only options are either relying on the client to do the decoding work for you (Adobe Reader, Google Chrome's built-in reader, OS X's Preview app, etc.), rendering it with Javascript, or figuring out some way to convert the PDF into HTML.

PDFs are so ubiquitous these days, that it doesn't make a whole lot of sense to me to want to try to render it for a client; rather, simply tell them that the file they're downloading is a PDF and offer links to either Chrome or Adobe Reader, and let the user view the PDF in whatever app they please.

like image 76
Jimmy Sawczuk Avatar answered Sep 20 '22 15:09

Jimmy Sawczuk


There is a wonderful pdf viewer which is opensource too. The ui implementation is basic. You will have to work on it. But its awesome.

http://view.samurajdata.se/

like image 23
esafwan Avatar answered Sep 17 '22 15:09

esafwan