Copy link to clipboard
Copied
Dear Friends,
Did you any one advice how do protect my indesign script (Extended javascript).
I need only executable the results not showing the script, any one can help in this regard.
Thanks
kanaga kumar. k
Copy link to clipboard
Copied
Moved to the InDesing Scripting forum...
Copy link to clipboard
Copied
Dear Peter,
myDoc=app.documents.item(0)
for(i=1; i<myDoc.paragraphStyles.length; i++){
myPstyle=myDoc.paragraphStyles.item(i);
myPstyle.ligatures=true
}
Thanks
kanaga kumar. k
Copy link to clipboard
Copied
Sorry, I'm not a scripter myself. I've just moved the discussion to the scripting forum where you might find some users who can help.
Copy link to clipboard
Copied
Hi kanaga kumar,
You have a option in InDesign ESTK you just export your code into binary file (i.e., jsxbin format).
First you open your source code in ESTK then go to the below option:
File-->Export as Binary--->Save Any Location (Desktop).
This file no one cannot read. You have to convert to Source file into Binary Format.
thx,
csm_phil
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more