Help!!! Style name check
Hello
Indesign paragraph style and character style name should be lowercase.
For Example:
001_Head_Body_list
it should change by:
001_head_body_list
Please support me and write a javascript and send as
Hello
Indesign paragraph style and character style name should be lowercase.
For Example:
001_Head_Body_list
it should change by:
001_head_body_list
Please support me and write a javascript and send as
Could be eaisly figured out one unexpected space breaking your code:
source: app.activeDocument.characterStyles.name=app.activeDocument.charact erStyles.name.toLowerCase();
Replace with:
app.activeDocument.characterStyles.name=app.activeDocument.characterStyles.name.toLowerCase();
Mac
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.