05-19-2008 05:50 PM
05-20-2008 04:26 AM
tck = session.getTicket();
var url = "http://localhost:8080/alfresco/" + document.downloadUrl + "?ticket=" + tck;
this time, the document is accessible.
05-26-2008 10:09 AM
node.properties.content.write(content);
in Alfresco-2.1E for dealing with binary content, but will it be part of 2.9CE? if not, what solution could I chose from JS scripts to deal with binary or streams? 05-26-2008 12:08 PM
05-29-2008 06:58 AM
var updatedVersion = document.transformDocument("application/pdf", tempFolder);
// Check it out and update content on the working copy - "pdf" is the current version
var workingCopy = pdf.checkout();
workingCopy.properties.content.write(updatedVersion.properties.content);
// Check it back in
workingCopy.checkin("Document updated", true);
04-27-2010 04:07 AM
04-27-2010 12:31 PM
04-28-2010 07:14 AM
05-19-2010 07:46 AM
05-19-2010 02:11 PM
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.