12-23-2015 04:53 AM
var strOrigName = document.properties.name;
var jstrOrigName = new java.lang.String(document.properties.name);
if (!jstrOrigName.contains("resized_")) {
var tmpName = "resized_" + document.properties.name;
document.properties.name = tmpName;
var rImage=document.transformImage("image/jpeg","-normalize -resize
1024x768", document.parent);
if (rImage){
document.properties.name = strOrigName;
document.save();
document.remove();
}
}
var jstrOrigName = new java.lang.String(document.properties.name);
if (!jstrOrigName.contains("resized_")) {
var jSstrOrigName = new String(document.properties.name);
if (!jSstrOrigName.contains("resized_")){
if (strOrigName.indexOf("resized_") != -1){
01-20-2016 01:33 AM
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.