An open API service indexing awesome lists of open source software.

https://github.com/pkbullock/design

Contains useful scripts and graphical design elements
https://github.com/pkbullock/design

adobe illustrator scripts

Last synced: about 1 month ago
JSON representation

Contains useful scripts and graphical design elements

Awesome Lists containing this project

README

          

# Design

Contains useful scripts and graphical design elements

# Adobe Illustrator Scripts

- Adobe Illustrator Script to convert EPS files to Adobe Ai files
- Run the script, this will prompt you for a location for the EPS files
- Will convert and place Ai files in the same location
- Based on the SaveToPDF sample in C:\Program Files\Adobe\Adobe Illustrator CC 2018\Scripting\Sample Scripts\JavaScript\Miscellaneous
- Seperate Adobe license terms in the file
- Requires Adobe Illustrator CC

- Adobe Illustrator Script to export AI files to PNG files
- Run the script, this will prompt you for a location for the AI files
- Will convert and place PNG files in the same location
- Based on the SaveToPDF sample in C:\Program Files\Adobe\Adobe Illustrator CC 2018\Scripting\Sample Scripts\JavaScript\Miscellaneous
- Seperate Adobe license terms in the file
- Requires Adobe Illustrator CC

# References

Sample scripts for Adobe Illustrator - [https://wwwimages2.adobe.com/content/dam/acom/en/devnet/illustrator/pdf/AI_ScriptGd_2017.pdf](https://wwwimages2.adobe.com/content/dam/acom/en/devnet/illustrator/pdf/AI_ScriptGd_2017.pdf)

Adobe Illustrator Scripting Guides -
[https://www.adobe.com/devnet/illustrator/scripting.html](https://www.adobe.com/devnet/illustrator/scripting.html)

Adobe Illustrator - JavaScript Guide
[https://wwwimages2.adobe.com/content/dam/acom/en/devnet/illustrator/pdf/Illustrator_JavaScript_Scripting_Reference_2017.pdf](https://wwwimages2.adobe.com/content/dam/acom/en/devnet/illustrator/pdf/Illustrator_JavaScript_Scripting_Reference_2017.pdf)

# MIT License

Copyright (c) 2018 Paul Bullock

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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
AUTHORS OR COPYRIGHT HOLDERS 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.