java - Browser PDF File Previwer(Google Style) -


I am working on an application that requires previewing the privileged content in the browser. The preview should work in such a way that it is not possible to download the content. Only have permission to read within the browser. I looked at the Google Docs preview but it requires URL of documents for easy access. I need to work with content in Intranet

The previewer should not mandate the installation of the plugin because this will limit access.

Any indication

See if you are using your own, say , Php, then you can do something like

  exec ("convert 500 × 800 $ {$ file} .pdf {$ file} .jpg");  

and then display the resulting jpg-file on a webpage.

Man Convert should give you some more options.


Comments