Skip to content

Latest commit

 

History

History
executable file
·
114 lines (74 loc) · 4.16 KB

Artboard.md

File metadata and controls

executable file
·
114 lines (74 loc) · 4.16 KB

header

Artboard | Adobe Illustrator Scripts

Yotube

Back to homepage

📜 Scripts

  • ArtboardsFinder (new, 08.03.2022)
  • BatchRenamer (upd, 13.05.2022)
  • DuplicateArtboardsLight
  • MoveArtboards
  • RenameArtboardAsLayer
  • RenameArtboardAsSize
  • RenameArtboardAsTopObj

ArtboardsFinder

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

BatchRenamer

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)
  • {n} - the current name to be replaced in "Find & Replace"

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

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

DuplicateArtboardsLight

MoveArtboards

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

MoveArtboards

RenameArtboardAsLayer

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

RenameArtboardAsLayer

RenameArtboardAsSize

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

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

You can support my work on new scripts via PayPal, ЮMoney or Donatty.

🤝 Contribute

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

✉️ Contact

Email hi@sergosokin.ru
Telegram @sergosokin

📝 License

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