Skip to content Skip to sidebar Skip to footer

View Pdf In A Web Page Without Flash

I am working on a website that need to embed weekly PDF file on a page. We don't want to use Flash since website need to support cross browsers(like Android). I have reviewed follo

Solution 1:

Use Google Doc Viewer before, yes it has some limitations like zoom in/out.

If you have more experience in open source then OpenLayers is a good option.

Otherwise commercial tools like DimViewer may a good choice in terms of support.

Solution 2:

You may have a look ad pdf.js.

The current Firefox introduces this as its native PDF viewer.

Solution 3:

just put it in an iframe

http://jsfiddle.net/gAH8F/

Post a Comment for "View Pdf In A Web Page Without Flash"