Module to automate tasks in Adobe Illustrator
Read this in other languages: English, Português, Español
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
-
Open Illustrator
This command allows you to open the Adobe Illustrator program -
Open .ai File
This command allows you to open a .ai file in Adobe Illustrator -
Open AutoCAD File
This command allows you to open an AutoCAD file in Adobe Illustrator -
Change document color mode
This command allows you to change the color mode of the current Adobe Illustrator document -
Change CMYK color of layer
This command allows you to change the CMYK color of the selected layer in the current Adobe Illustrator document -
Add artboard
This command allows you to add an artboard to the current Adobe Illustrator document -
Select artboard
This command allows you to select an artboard from the current Adobe Illustrator document -
Duplicate artboard
This command allows you to duplicate an artboard from the current Adobe Illustrator document -
Fit to illustration boundaries
This command allows you to fit the content of the artboard to the boundaries of the selected illustration. The art layer must be selected previously. -
Delete layer
This command allows you to delete a layer from the current Adobe Illustrator document -
Select layer
This command allows you to select a layer from the current Adobe Illustrator document -
Assign layer visibility
This command allows you to assign the visibility of a layer of the current Adobe Illustrator document -
Select art layer
This command allows you to select the art layer from the current Adobe Illustrator document -
Execute JS Script
This command allows you to execute a JavaScript script in the current Adobe Illustrator document -
Reflect tool
This command allows you to reflect the selected object in the current Adobe Illustrator document -
Save as EPS
This command allows you to save an Adobe Illustrator file in EPS format -
Save .ai
This command allows you to save an Adobe Illustrator file in .ai format -
Close Illustrator
This command allows you to close the Adobe Illustrator program
- windows
- mac
- linux
- docker