InDesign Scripts
Export Document Footnotes v5.0.jsxbin
امکان تعیین محدوده استخراج بر اساس صفحه، همچنین درج شماره صفحۀ پاورقی در انتهای آن.
👍4
UnanchorV3.jsx
1.5 KB
Run the script to quickly unanchor text frames (not image or groups) in a story. To help you find the newly in-line text, the script applies an “Unembed” condition (in the Conditional Text panel) to it with a non-printing lavender highlight. Change the text to Unconditional to remove the highlight.
👍2
InDesign Scripts
fix_pstyle_pairs_1-2b.jsx
fix_pstyle_pairs_Normal.jsx
3 KB
نام استایل اصلی متن:
نام استایل بدون تورفتگی ابتدای پاراگراف:
از گروهبندی پشتیبانی میکند.
Normal
نام استایل بدون تورفتگی ابتدای پاراگراف:
Normal 0از گروهبندی پشتیبانی میکند.
👍4
StoryType.jsx
1.4 KB
مشخص کردن نوع استوری انتخاب شده:
۱. معمولی
۲. فهرست مطالب TOC
۳. نمایه Index
یک تکستفریم انتخاب کنید یا مکاننما را داخل متن قرار دهید و اسکریپت را اجرا کنید.
۱. معمولی
۲. فهرست مطالب TOC
۳. نمایه Index
یک تکستفریم انتخاب کنید یا مکاننما را داخل متن قرار دهید و اسکریپت را اجرا کنید.
👍1
SwatchesCleanup.jsx
2.6 KB
Converts RGB swatches to CMYK, renames them to 'C= M= Y= K=' format, deletes unused.
apply_table_style_clear_overrides.zip
175.7 KB
This script will allow you to apply a Table style to an InDesign table, and all the Table formatting defined in the Table style, including Cell styles and any Paragraph styles defined in those Cell styles will be accurately applied to the table, clearing out all style overrides. You can format an entire table with a single click, all the way down to formatting the text within the table’s cells with Paragraph styles.
👍2
tableFormatting.rar
6.7 KB
🔸The script allows you to format several tables at once according to the specified parameters (all optional):
✅apply table style;
✅apply cell style to all cells of all selected tables;
✅apply paragraph style to paragraph, in which table is inserted;
✅convert to header the selected number of rows;
✅apply another cell style to the leftmost upper cell if it's empty (if the option is selected, but the cell is not empty, the style will not be applied);
✅fit the table width. * to text frame width (selected tables should not be in overset!);
✅clear all local formatting of tables, cells and text inside tables (clear overrides).
🔸Clicking on the "Save" button will save the current settings in the "tablesFormatting.ini" file, which will be created in the folder where the script is located.
✅apply table style;
✅apply cell style to all cells of all selected tables;
✅apply paragraph style to paragraph, in which table is inserted;
✅convert to header the selected number of rows;
✅apply another cell style to the leftmost upper cell if it's empty (if the option is selected, but the cell is not empty, the style will not be applied);
✅fit the table width. * to text frame width (selected tables should not be in overset!);
✅clear all local formatting of tables, cells and text inside tables (clear overrides).
🔸Clicking on the "Save" button will save the current settings in the "tablesFormatting.ini" file, which will be created in the folder where the script is located.
👍8