External Preview

From OpenKM Documentation
Revision as of 20:23, 2 November 2014 by Jllort (talk | contribs) (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'''...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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