Skip to content

Latest commit

 

History

History
executable file
·
144 lines (97 loc) · 8.44 KB

Artboard.md

File metadata and controls

executable file
·
144 lines (97 loc) · 8.44 KB

header

Artboard | Adobe Illustrator Scripts

Downloads Telegram Yotube

Back to homepage

How to download one script

  1. In the script description, click the "Direct Link" button.
  2. The tab will open the script code.
  3. Press Cmd/Ctrl + S for download.

📜 Scripts

ArtboardsFinder

Direct Download

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.

ArtboardsFinder

ArtboardsRemapper

Direct Download

Writes artboard names to a text file or applies from it. The script starts saving or renaming artboards from the specified index to the last artboard.

ArtboardsRemapper

BatchRenamer

Direct Download

Batch renames Artboards, top-level Layers and selected objects in the document. Adds a common prefix and suffix to names. "Find & Replace" replaces matching strings in current names.

Placeholders

  • {w} - the width of the artboard or selected object in units of the document
  • {h} - the height of the artboard or selected object
  • {u} - document units (Document Setup > Units)
  • {nu:0} - ascending auto-numbering from the entered value
  • {nd:0} - descending auto-numbering from the entered value
  • {c} - document color model (RGB or CMYK)
  • {d} - current date (YYYYMMDD)
  • {fn} - filename without extension
  • {n} - the current name to be replaced in "Find & Replace"

The Find & Replace supports regular expression symbols. 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.

Note
If you want to change the number of rows, change the CFG rows: 5 in the script file and the same value in listHeight: 5 * 32. In precision: 0 sets the number of decimal places for height and width of artboards and objects.

BatchRenamer

DuplicateArtboardsLight

Direct Download

Script for copying the selected Artboard with his artwork. The Pro version with more options is available at Gumroad

DuplicateArtboardsLight

FitArtboardsToArtwork

Direct Download

Fit artboards by the visible unlocked content with custom margins.

FitArtboardsToArtwork

MoveArtboards

Direct Download

Script for moving artboards range with artwork along the X and Y axis.

MoveArtboards

RenameArtboardAsLayer

Direct Download

The script renames each Artboard by the custom name of Layer with the first visible unlocked item on it.

RenameArtboardAsLayer

RenameArtboardAsSize

Direct Download

The script names the artboard by its size in pixels. If you don't want save Artboard name, but replace with his size, change var SAVE_NAME = true; in the script file to false.

RenameArtboardAsSize

RenameArtboardAsTopObj

Direct Download

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.

RenameArtboardAsTopObj

Donate

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, Tinkoff, ЮMoney, Donatty, DonatePay. Thank you.

🤝 Contribute

Found a bug? Please submit a new issues on GitHub.

✉️ Contact

Email [email protected]
Telegram @sergosokin

📝 License

All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.