Artboard Batch Renamer

Artboard Batch Renamer

Script for Adobe Illustrator

Functionality

The Artboard Batch Renamer is a powerful script for Adobe Illustrator that simplifies the process of renaming multiple artboards. It allows you to rename all or selected artboards with options to add prefixes, suffixes, numbering, and dynamic data like artboard dimensions or the current date.

With its intuitive interface and features like find-and-replace, the script helps streamline your workflow and keep your artboard names organized. Perfect for projects of any size, it saves time and ensures consistency.

Key Features:

  • Batch Rename Artboards:
    Rename all artboards at once or limit the operation to selected artboards only.
  • Customizable Naming: 
    Create customized names by adding prefixes or suffixes to artboard names.
  • Number Sequences: 
    Automatically append sequential numbers to artboard names, with options to customize the starting number, divider, and sequence order (normal or reverse).
  • Dynamic Date: 
    Incorporate dynamic information directly into artboard names, such as artboard dimensions (width and height), the current date and time, document color mode, and more.
  • Find and Replace: 
    Easily search for and replace specified text in existing artboard names, making bulk text edits a breeze.
  • Live Preview:
    See a real-time preview of the new artboard names directly in the interface before applying any changes.

Install and Run the Script

  • Place the script file in your Adobe Illustrator Scripts folder:

    MacOS: /Applications/Adobe Illustrator <Version>/Presets/<Language>/Scripts
    Windows: C:\Program Files\Adobe\Adobe Illustrator <Version>\Presets\<Language>\Scripts
  • Restart Adobe Illustrator to load the script into the File > Scripts menu.
  • Open your document and go to File > Scripts > Artboard Batch Renamer to launch the script.

Explore the Script Interface

When the script runs, a dialog box appears with the following sections and options:

 

 

➊ Artboard List

The main list displays all the artboards in the document, with three columns.

 

  • 1.1 Artboard Index: The sequential number of each artboard.
  • 1.2 Current Name: The current name of the artboard.
  • 1.3 New Name: The preview of the new name based on your input and settings.

The “New Name” column dynamically updates as you modify the renaming options in the dialog (e.g., entering a prefix, adding a number sequence, or using placeholders).

Tip: Double-click an artboard in the listbox to fit it into the Illustrator window, making it easier to identify and work with specific artboards.


The following fields and options allow you to configure the new names for the artboards:

➋ Enter New Name

The Artboard Batch Renamer allows you to use dynamic placeholders to generate unique and descriptive artboard names based on artboard properties and document metadata.

  • Enter Name: Specify the new base name for your artboards.

 

You can use the following placeholders for dynamic values:

  • {w} - Width of the artboard.
  • {h} - Height of the artboard.
  • {n} - Current artboard name.
  • {d} - Current date (YYYY-MM-DD).
  • {t} -  Current time (HH-MM).
  • {c} - Color mode of the document (CMYK or RGB).
  • {u} - Ruler units of the document (px, pt, mm, in, etc.).
  • {fn} - File name of the document.
  • {pn} - Page number (artboard index).

ㅤㅤ

Using Dynamic Placeholders:

Imagine you are designing a series of posters, and you want to include the artboard size, page number, and color mode in each artboard name. Here’s how you can configure the renaming:

  • Enter Name: Logo {pn} ({w} × {h} {u} - {c})
  • Prefix: New
  • Suffix: - Final

These placeholders will be dynamically replaced with the corresponding values for each artboard:

  • {pn}: The page number
  • {w} and {h}: The width and height of the artboard.
  • {u}: The ruler units
  • {c}: The color mode

Based on the above configuration, here’s how the renamed artboards might look:

  • New Logo 1 (1920 × 1080 px - RGB) - Final
  • New Logo 2 (1080 × 1350 px - RGB) - Final
  • New Logo 3 (1280 × 1280 px - RGB) - Final


➌ Number Sequence

The Number Sequence feature in the Artboard Batch Renamer allows you to automatically append sequential numbers to the names of your artboards. This is particularly useful for projects where artboards need to follow a logical order or where numbering is required for better organization.

 

Enable Numbering:

  • Check the “Add Number Sequence” checkbox to activate sequential numbering.

Customize the Sequence:

  • 3.1 Reverse Order: Enable this option to reverse the sequence order, numbering from the last artboard to the first.
  • 3.2 Divider: Specify a character to separate the name and the number (default is '-')'.
  • 3.3 Base Index: Choose the starting number for the sequence (default is 1).

The number sequence is applied to all artboards, or only the selected ones if the “Rename Only Selected Artboards” checkbox is enabled. The numbers update dynamically in the “New Name” column of the listbox as you modify settings.


➍ Prefix and Suffix

The Prefix and Suffix fields in the Artboard Batch Renamer allow you to add text before or after the base name of your artboards. This is a simple yet powerful feature for customizing artboard names, providing additional context, or grouping artboards by category or type.

 

4.1 Prefix:

  • The Prefix field lets you add text at the beginning of the artboard name.
  • This is useful for grouping or labeling artboards with consistent identifiers.

4.2 Suffix:

  • The Suffix field lets you add text at the end of the artboard name.
  • This is ideal for appending details, such as version numbers, file types, or additional descriptors.

The prefix and suffix are applied to all artboard names, or only the selected ones if the “Rename Only Selected Artboards” checkbox is enabled. Changes are shown in real-time in the “New Name” column of the listbox.


➎ Find and Replace

The Find and Replace feature in the Artboard Batch Renamer allows you to search for specific text within the existing artboard names and replace it with new text. This functionality is particularly useful for making quick, consistent updates to artboard names without having to rename each one manually.

 

5.1 Find Text:

  • Enter the text you want to search for in the Find field.
  • The script looks for this text in the current artboard names.

5.2 Replace Text:

  • Enter the text you want to replace the found text with in the Replace field.
  • The script substitutes all occurrences of the “Find” text with the “Replace” text in the selected or all artboards.

As you type in the Find and Replace fields, the “New Name” column in the listbox updates dynamically, showing the renamed artboards in real-time.

Tip: If the “Rename Only Selected Artboards” checkbox is enabled, the Find and Replace operation will only apply to the selected artboards in the listbox.


➏ Rename Only Selected Artboards

The “Rename Only Selected Artboards” checkbox allows you to rename only the artboards you specifically select in the Artboards list. This feature provides precise control over the renaming process, ensuring that only the artboards you choose are affected.

 

You can select multiple artboards from the list using standard selection techniques:

  1. Ctrl/Command + Click: Select multiple non-contiguous artboards.
  2. Shift + Click: Select a range of artboards.

This checkbox is especially helpful if you only want to rename specific artboards in a document, leaving others unchanged.


➐ Execute the Renaming

Once you’ve configured the renaming options:

  • Click the Rename button to apply the changes.
  • The script will rename the artboards in the Illustrator file based on your configuration.
  • Click the Close button to exit the dialog window.

 

⚠︎ It is highly recommended to save your document, especially complex or large files, before running the script. This ensures that all changes are securely backed up and minimizes the risk of data loss in case of unexpected issues. 


☻ Additional Features

 

🅰 Resizable Script Window

The Artboard Batch Renamer script window is fully resizable, allowing you to adjust its size to better fit your workspace and workflow needs. This is especially helpful when working with documents that have many artboards or long artboard names, as it ensures you can view more information without scrolling excessively.

Resize the Window:

  • Move your cursor to the edge or corner of the script window.
  • Click and drag to resize the window to your preferred dimensions.

Expand the window vertically to display a greater number of artboards in the listbox at once.

The Search Bar in the Artboard Batch Renamer is a text input field that allows you to filter the list of artboards displayed in the listbox. It helps you quickly locate specific artboards by their names, making it easier to manage and rename artboards in documents with a large number of artboards.

  • As you type into the search bar, the script dynamically filters the listbox to show only the artboards whose names match the entered text.
  • The search function is not case-sensitive, meaning 'logo' and 'Logo' are treated as the same.
  • The search bar matches partial strings, so you don’t need to type the full name of an artboard to find it.
  • Deleting the text in the search bar restores the full list of artboards in the listbox.

🅲 Placeholders Guide

Clicking the 'T' icon launches a dialog that displays a detailed help guide about dynamic placeholders.

This guide explains:

  • What placeholders are.
  • How to use them in renaming artboards.
  • Examples of placeholder usage.

The placeholders guide includes descriptions of each placeholder and its corresponding value.


Overall, this script is ideal for professionals working on complex projects such as brand guidelines, web design mockups, multi-page documents, or print layouts, where consistent and descriptive artboard naming is essential.

The Artboard Batch Renamer takes the hassle out of renaming, allowing you to focus on design while maintaining a clean and organized workspace.

Leave a comment

Artboard Batch Renamer

Version: 1.0.1

Updated:

    • 1.0.0 – Initial release.
    • 1.0.1 – User guide added. Access it via the ⏼ button to find helpful instructions and tips for using the script effectively.

    Tested on MacOS:

    • Adobe Illustrator 2023 (27.0)
    • Adobe Illustrator 2024 (28.1)
    • Adobe Illustrator 2025 (29.0.1)
  • Supported Versions:

    • Compatible with Adobe Illustrator CS6 and later, including Adobe Illustrator CC versions.

    Operating Systems:

    • Works on both macOS and Windows platforms.
  • End User License Agreement (EULA)

    Last Updated: 21.12.2024

    This End User License Agreement (“Agreement”) is a legal agreement between you (“User” or “Licensee”) and Samolevsky.com (“Licensor”) regarding the use of the Adobe Illustrator scripts (“Software”). By downloading, installing, or using the Software, you agree to be bound by the terms of this Agreement.

    1. Grant of License

    Licensor grants the User a non-exclusive, non-transferable, and revocable license to use the Software in accordance with this Agreement.

    • Free Software: If the Software is provided for free, you may use it for personal or commercial purposes without payment, subject to the restrictions outlined in this Agreement.
    • Paid Software: If the Software is provided for a fee, you may use it only after payment has been made in full.

    2. Usage Rights

    You are permitted to:

    • Install and use the Software on devices you own or control.
    • Use the Software in your personal or commercial projects, subject to compliance with this Agreement.

    3. Restrictions

    You may NOT:

    • Reverse engineer, decompile, or otherwise attempt to discover the source code, underlying ideas, or algorithms of the Software.
    • Reuse, incorporate, or integrate any portion of the Software into any other software, product, or project, except as expressly permitted by the Licensor in writing.
    • Resell, redistribute, or share the Software, whether in its original or modified form, without prior written consent from the Licensor.
    • Claim ownership of the Software or its underlying code.
    • Use the Software in any way that violates applicable laws or regulations.

    4. Ownership

    The Software and all intellectual property rights therein remain the exclusive property of the Licensor. This Agreement does not transfer ownership of the Software or any intellectual property rights to the User.

    5. Disclaimer of Warranties

    THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    6. Limitation of Liability

    To the maximum extent permitted by law, Licensor shall not be liable for any damages, including but not limited to direct, indirect, incidental, special, or consequential damages, arising out of or related to the use or inability to use the Software.

    7. Termination

    This Agreement is effective until terminated. Licensor may terminate this Agreement immediately if you breach any term of this Agreement. Upon termination, you must cease all use of the Software and destroy any copies in your possession.

    8. Updates and Support

    Licensor is not obligated to provide updates, support, or maintenance for the Software. However, updates may be provided at the sole discretion of the Licensor.

    9. Governing Law

    This Agreement shall be governed by and construed in accordance with the laws of the State of New York, without regard to its conflict of law principles.

    10. Entire Agreement

    This Agreement constitutes the entire agreement between you and the Licensor concerning the Software and supersedes all prior or contemporaneous understandings regarding such subject matter.

    By using the Software, you acknowledge that you have read this Agreement, understand it, and agree to be bound by its terms.

    For any questions or concerns regarding this Agreement, please contact us at hello@samolevsky.com

Required Software

Adobe Illustrator

Use this text to share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store.

Adobe Illustrator is a professional vector graphics software developed by Adobe Inc. It is widely used by designers, illustrators, and artists for creating a variety of digital artwork, including logos, icons, illustrations, typography, and complex design layouts. Illustrator is known for its precision and scalability, allowing users to create high-quality graphics that can be resized without losing clarity. Its features include powerful drawing tools, customizable brushes, advanced typography options, and seamless integration with other Adobe Creative Cloud applications. Illustrator is a go-to tool for creative professionals working on projects for print, web, and multimedia platforms.

  • 🅰 Locating the Scripts Folder

    To install a Artboard Batch Renamer.jsx script in Adobe Illustrator, you need to place it in the correct directory where Illustrator
can recognize it. Follow these steps to locate the Scripts folder:

    1. MacOS:
      Open Finder and navigate to:
      Applications/Adobe Illustrator <Version>/Presets/<Language>/Scripts.
    2. Windows:
      Open File Explorer and navigate to:
      C:\Program Files\Adobe\Adobe Illustrator <Version>\Presets\<Language>\Scripts
    3. Replace <Version> with your Adobe Illustrator version (e.g., 2025).
    4. Replace <Language> with your language folder (e.g., "de_DE" for German, "en_US" for English).

    🅱 Installing the Script

    1. Copy the Script File: Copy the Artboard Batch Renamer.jsx file to the Scripts folder located in the path above.
    2. On some systems, you may need administrator permissions to modify the Scripts folder.
    3. Restart Adobe IllustratorTo refresh the scripts menu, close and reopen Adobe Illustrator.

    Explore our complete guide to mastering Adobe Illustrator scripts.

    1. Open Adobe Illustrator and ensure a document is active.
    2. Go to the top menu bar and select File > Scripts.
    3. If the script is installed in the Scripts folder, it will appear in the dropdown list.
    4. Click the Artboard Batch Renamer script to run it.
    5. The Artboard Batch Renamer script will execute, and any dialog boxes or results will appear based on the script’s functionality.

    ☻ Before running any scripts, it’s strongly advised to save your work — especially when working with complex or large documents.

Got questions?

Need help or have an idea to share? We’d love to hear from you! Whether you have questions, found a bug, have a feature request, or just want to share your feedback, reach out to us—we’re here for you! 

Browse More Scripts

  1. Read more: Adjust Stroke Weight by Percentage
    Adjust Stroke Weight by Percentage

    Adjust Stroke Weight by Percentage

    The Adjust Stroke Weight by Percentage script for Adobe Illustrator allows users to proportionally scale the stroke weight of multiple selected objects. It provides a user-friendly dialog where you can input a percentage or use a slider to increase or decrease stroke widths. Additionally, the script offers an option to apply an average stroke width across all selected objects.
    Read more
  2. Read more: Hue Saturation Lightness
    Hue Saturation Lightness

    Hue Saturation Lightness

    Hue Saturation Lightness is a powerful Adobe Illustrator script designed to give you complete control over the color properties of your selected paths and text objects. With this intuitive dialog window, you can effortlessly adjust the Hue, Saturation, and Lightness of your design elements, offering precise and customizable color transformations.
    Read more
  3. Read more: Select by Size
    Select by Size

    Select by Size

    Select by Size is a powerful script for Adobe Illustrator that allows users to select objects based on their width and height ranges. Whether working with small icons or large design elements, this tool ensures precise control over selections, saving time and effort.
    Read more