You are currently browsing the tag archive for the ‘software dependent’ tag.
Most of web sites Still showing PDF file on web pages without proper viewer(Example) . For view these pages user should have the required softwares, but this issue can be fixed easily by using online document viewers like Google Doc viewer, Zoho Viewer, PdfMeNot. These online services can be used to view many other types of documents quickly without leaving your browser. Here’s the code for embed pdf file using Google Doc viewer.
<iframe src=”http://docs.google.com/viewer?url=<Replace with your pdf url>&embedded=true” width=”600″ height=”780″ style=”border: none;”></iframe>
Currently this service supports for PDF, owerPoint presentations, and TIFF files. All these tools are provide software as a service (SAAS), which is one of feature came with cloud computing.
