cancel
Showing results for 
Search instead for 
Did you mean: 

(.mpp) microsoft project viewer in alfresco share

manjrak
Champ on-the-rise
Champ on-the-rise
my requirement is to open .mpp files from document preview page.
how to include .mpp plugin into alfresco?

i have followed will abason blog - Media Viewers 2.5

changed mimetypes in   alfresco/web-extension/site-webscripts/org/alfresco/components/preview /web-preview.get.config.xml

given path for js and css in   alfresco/web-extension/site-webscripts/org/alfresco/components/preview /web-preview.get.head.ftl

<#include "../component.head.inc">
<!– Alfresco.WebPreview  –>
<@link rel="stylesheet" type="text/css" href="${page.url.context}/res/components/preview/web-preview.css" />
<@script type="text/javascript" src="${page.url.context}/res/components/preview/web-preview.js"></@script>

<!–Plugins.mpp –>
<@link rel="stylesheet" type="text/css" href="${page.url.context}/res/components/preview/micosoftProjectPreviewer.css" />
<@script type="text/javascript" src="${page.url.context}/res/components/preview/micosoftProjectPreviewer.js"></@script>

in Alfresco\tomcat\webapps\share\components\preview
created micosoftprojectPreviewer.js and micosoftprojectPreviewer.css files

now i am not able to open the .mpp files in alfresco document preview page. it says This document can't be previewed.

where i am doing wrong ( may be in micosoftprojectPreviewer.js  but i am not sure)

thanks once again, waiting for a positive reply
1 REPLY 1

stefyanthony
Champ in-the-making
Champ in-the-making

Hi,

Can you please tell me if your Problem is solved ?? If yes , which was the solution ?

Also can you please tell me what have you changed in web-preview.get.config.xml

The same Problem i have . User's can not preview or edit online.