- In the script description, click the "Direct Link" button
- The tab will open the script code
- Press Cmd/Ctrl + S for download
- If you see ".jsx.txt" in the name when saving, delete ".txt"
- ArtboardsFinder
v0.2 — upd, 26.10.2025 - ArtboardsRemapper
v0.2.1 — upd, 12.06.2025 - BatchRenamer
v1.6 — upd, 17.09.2025 - DuplicateArtboards
v0.4.4 — upd, 09.02.2024 - FitArtboardsToArtwork
v0.3 — upd, 18.10.2025 - MoveArtboards
v0.2.6 — upd, 09.02.2024 - RenameArtboardAsLayer
v0.3 — upd, 18.04.2025 - RenameArtboardAsSize
v0.5 — upd, 18.04.2025 - RenameArtboardAsTopObj
v0.4 — upd, 18.04.2025
Search for artboards by name or size and shows the selected artboards in the center of the window. Width and height in document units. Landscape, portrait, square artboards are displayed in descending order of size when searching by orientation.
Note
Vote on Uservoice to add this feature to Illustrator.
Writes artboard names to a text file or applies from it. Actions occur in the range of specified indexes corresponding to numbers in the Artboards panel.
Batch renames multiple artboards, top-level Layers and selected objects all at once.
What it does:
- It adds a common prefix and/or suffix to their names
- It finds and replaces text in the current names (using Find & Replace)
- It changes the names to a consistent case (upper case, lower case, etc.)
Placeholders (Smart Tags)
- {w} — The width of the artboard or object
- {h} — The height of the artboard or object
- {u} — The document's units (like mm, cm, inches)
- {nu:1} — Auto-numbering, counting up from the number you type (e.g., 1, 2, 3...)
- {nd:5} — Auto-numbering, counting down from the number you type (e.g., 5, 4, 3...)
- {c} — The document's color mode (RGB or CMYK)
- {dmy} — Today's date (DD/MM/YYYY)
- {mdy} — Today's date (MM/DD/YYYY)
- {ymd} — Today's date (YYYY/MM/DD)
- {t} — The current time (HH:MM)
- {f} — The document's filename
The Find & Replace supports regular expression. Example: to remove numbers in names, enter \d in Find and keep Replace blank. To replace spaces with another character: enter \s+ in Find and the your symbol in Replace.
Tip
You can open the script file in a text editor to change these settings: rows: 5 - Change this number to make the script's window taller or shorter. precision: 0 — How many decimal places to use for width and height (e.g., 2 for 10.25). decimal: ',' — The symbol to use as a decimal point (e.g., ',' or '.'). isShowIndex: true — Set to false to hide the temporary numbers shown next to each artboard when the script starts.
Note
Vote on Uservoice #1, Uservoice #2, Uservoice #3 to add this feature to Illustrator.
Script for copying the selected Artboard with his artwork. The Pro version with more options is available at Buymeacoffee
Fit artboards by the visible unlocked content with custom margins.
Script for moving artboards range with artwork along the X and Y axis.
The script renames each Artboard by the custom name of Layer with the first visible unlocked item on it.
Renames artboards according to their size in document units.
Note
Vote on Uservoice to add this feature to Illustrator.
The script renames each Artboard by the custom name of the first visible unlocked item on it. If the top object is text, its contents will be the name of Artboard.
Many scripts are free to download thanks to user support. Help me to develop new scripts and update existing ones by supporting my work with any amount via Buymeacoffee USD, CloudTips RUB, ЮMoney RUB, Tinkoff RUB, Donatty RUB, DonatePay RUB. Thank you.
Found a bug? Please submit a new issues on GitHub.
Email hi@sergosokin.ru
Telegram @sergosokin
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.









