// Detatch Text from Path // Nathaniel Vaughn KELSO // 2007.July.10 // at Hyattsville, MD // Version 0.4 // DESC: Takes a path type and extracts the text and turns into point type // TODO: Extend to work with text on a line (PATHTEXT) // Inspired by version 0.2 // (c) vd [vd(kot)online.com.ua] if(documents.length > 0) { doc = activeDocument; mySelection = activeDocument.selection; // If there are enough to process if (mySelection instanceof Array) // For each of the selected items for(i=0; i0) copy1.paragraphs.add(""); frame.duplicate(copy1); } var myPathPoints = obj.textPath.pathPoints.length; // copy1.contents += myPathPoints; // copy1 = obj.parent.textFrames.add(); // var dupPathRef = obj.textPath.duplicate(); // obj.remove(); obj.textRange.remove(); } }