Difference between revisions of "External Preview"

From OpenKM Documentation
Jump to: navigation, search
(Created page with "External Preview feature allow to preview some document based on external url request. There two parameters passed as request parameter in url request, the document '''uuid'''...")
(No difference)

Revision as of 20:23, 2 November 2014

External Preview feature allow to preview some document based on external url request. There two parameters passed as request parameter in url request, the document uuid and the downloadUrl.

Configuration

There's a configuration property at Administration / Configuration called extended.external.preview. Each row couple of values is a menu popup declaration, the format is: mime-type,url

Example

application/illustrator;http://localhost:8180/OpenKM/test.jsp
application/epub+zip;http://localhost:8180/OpenKM/epub_previewer.jsp
application/x-mspublisher;;http://localhost:8180/OpenKM/mspreviewer_previewer.jsp


Okm user guide 544.png