04-04-2012 01:37 AM
04-04-2012 01:46 AM
04-04-2012 08:08 PM
04-05-2012 04:18 AM
<toolbar>
<!– The create content menu can be configured in share-documentlibrary-config.xml –>
<actionSets>
<actionSet id="default">
<action type="action-link" id="onActionCopyTo" label="menu.selected-items.copy" />
<action type="action-link" id="onActionMoveTo" permission="Delete" label="menu.selected-items.move" />
<action type="action-link" id="onActionDelete" permission="Delete" label="menu.selected-items.delete" />
<action type="action-link" id="onActionAssignWorkflow" asset="document" label="menu.selected-items.assign-workflow" />
<action type="action-link" id="onActionManagePermissions" permission="ChangePermissions" label="menu.selected-items.manage-permissions" />
</actionSet>
</actionSets>
</toolbar>
04-10-2012 01:13 AM
04-10-2012 07:24 AM
04-10-2012 10:41 PM
It depends on what format your documents are in, but you might want to take a look at the PDF Toolkit add-on for Alfresco, which can split, combine and insert PDF-based content.
http://jared.ottleys.net/alfresco/alfresco-pdf-toolkit
Even if your original documents are not in PDF format, the repository can easily enough create a PDF rendition for most standard document types, which you could then use as a starting point.
I don't believe Jared has yet got round to adding hooks into Share to call through to the repository actions that the add-on defines, but you should be able to do that yourself and you may find you need to anyway if your action also needs to do some initial work, e.g. format conversion.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.