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
- Host: GitHub
- URL: https://github.com/pkbullock/design
- Owner: pkbullock
- License: mit
- Created: 2018-08-10T07:11:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T16:09:05.000Z (about 7 years ago)
- Last Synced: 2025-01-14T08:51:20.366Z (9 months ago)
- Topics: adobe, illustrator, scripts
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.