Your cart is currently empty!
Category: Utilities
Unlocking Efficiency and Creativity: Adobe Illustrator Custom Scripts
Are you an Adobe Illustrator enthusiast looking to enhance your design workflow and elevate your creativity? Dive into the world of custom scripts, where automation meets innovation, and discover how you can revolutionize your Illustrator experience. In this comprehensive guide, we’ll explore the power of Adobe Illustrator scripts, providing you with invaluable insights and resources to supercharge your design process.
Adobe Illustrator is a design powerhouse, empowering artists and professionals to bring their visions to life. However, as projects become more intricate and deadlines tighter, streamlining your tasks and achieving consistency can be a daunting challenge. This is where custom scripts step in as your creative ally, helping you achieve more with less effort.
For the most up-to-date code versions, please visit the GitHub repository here: https://github.com/kratner/Scripts
To install, right-click on each link and save the .jsx file into your scripts folder. On Mac, that will be /Applications/Adobe Illustrator [version]/Presets/en_US [or other locale]. On PC, that will be Computer > Program Files > Adobe > Adobe Illustrator (the version you are using) > Presets > (Your Language Folder) > Scripts. The scripts should show up under your File – Automation – Scripts menu.
Bulk Rename Artboards (BulkRenameArtboards.jsx)
This script opens a simple search and replace dialog to bulk rename your artboards.
Export Named Artboards to PNG or JPG (ExportNamedArtboardsToPNGorJPG.jsx)
Name your artboards then export them to individual PNG or JPG files. Keep all of your project assets in a single Illustrator file. This single script saved me years of my time. Credit to Matthew Ericson. According to ChatGPT: “As of my last knowledge update in September 2021, Matt Ericson was a data journalist and the Deputy Graphics Director at The New York Times. He was known for his work in creating interactive data visualizations and graphics that helped readers better understand complex topics through visual representation. Please note that there might have been developments or changes since then that I am unaware of. If you’re looking for the most up-to-date information, I recommend checking The New York Times’ official website or other reliable news sources.”
List Open Files (ListOpenFiles.jsx)
If you open a lot of Illustrator files without closing them, sometimes the windows get out of control, and the menu bar won’t show all of the files and it may truncate file names. This script will create a new blank Illustrator file and list your open files for you.
Open Multipage PDF (OpenMultipagePDF.jsx)
This awesome script will extract each page of a PDF file into its own artboard. This is useful for adding electronic signatures and other text to forms. It comes in especially handy if you don’t have access to a printer. There are all sorts of other things you can do with the extracted PDF depending on how the PDF was generated. Credit to Carlos Canto.
Social Media Profile Image Asset Template
This is an Illustrator file with named artboards sized according to the various social media profile requirements. Let me know if I’ve missed anything. Use this in conjunction with the Export Named Artboards as PNG plugin to help manage your social media digital marketing assets.
Download the Illustrator .AI file here.
Open Multipage PDF Illustrator Plugin
Credit Carlos Canto for this plugin which will import a PDF file with multiple pages into a single Illustrator file, placing each page on an individual artboard. Note that you can save the Illustrator file back to multi-page PDF format. Amongst other things, this is useful as an alternative to printing out online forms provided as PDF files. Pull your forms into Illustrator, add text and superimpose images and/or digital signatures, and save them back out. Save some trees.
Download the .JSX file here.
Excel Safety Data Sheet Management Application
This is a complete application, self-contained in one Excel Macro-Enabled .xlsm file. Spreadsheets are used to provide data persistence across sessions, object-relational mapping to VBA classes, and pure VBA to power the user interface.
Download the Excel file here.
HTML5 Project Template
Clone this repository and use as a boilerplate to get up and running with some of the latest Continuous Integration (CI) front-end development tools. Familiarize yourself with GitHub, sign up for an account if you haven’t already (and if you haven’t, do that immediately!), fire up a terminal window (don’t be afraid), install Node.js, clone the repo, npm install, and get ready for all the cool things.
Visit the GitHub repository here.