// make a selection first and run script(function(){// choose unit: pt, mm, cm, inchconstunit='mm';if(app.documents.length==0||app.activeDocument.selection.length==0){alert('Please select a page item and try again.');return;}vardoc=app.activeDocument,item=doc.selection[0],itemAr...