I want to include a document viewer in CakePHP application for uploaded documents. I want the viewer to support Microsoft Word (.DOC and .DOCX), Microsoft PowerPoint (.PPT and .PPTX) and Adobe Portable Document Format (.PDF).
I want my users to be able to view documents but not download them. The Google Docs viewer is great, but users can just plug in the URL in the address bar and download the doc.
In any case, can I share my documents with users in the same way as readable documents?
source
share