Git Product home page Git Product logo

illustrator-scripts's Introduction

A collection of some useful Adobe Illustrator scripts.

MultiExporter.js

Over the last year or so, I’ve cobbled together a couple Illustrator scripts that export multiple artboards in an Illustrator document as PNG files, and export multiple layers as PNG files. I’d been meaning to merge them into one script, but had never quite gotten around to it until Khoi tweeted that he was looking for a script that did just that, but to PDF format.

So, a couple train rides later, I’ve finally combined the two scripts into a single one with a couple more added features: you can choose to export as PDFs in addition to PNGs, and you can also export the product of artboards and layers.

Full details here:

http://www.ericson.net/content/2011/06/export-illustrator-layers-andor-artboards-as-pngs-and-pdfs/

Preflight.js

Checks a document for overprinting white type, CMYK black type and alerts you if your document is in RGB color mode. Not the most intelligent script, but does the trick most of the time.

illustrator-scripts's People

Contributors

mericson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

illustrator-scripts's Issues

Type Optimized rasterized setting

Love this script. So much better than Adobe's built in export option. I've been trying to tweak this script to allow type optimized rasterizing. I see there's a AntiAliasingMethod.TYPEOPTIMIZED property under RasterizeOptions but not sure where to apply it. Any way this can be added as a preference in the export dialog?

Filenames have -01 appended

Windows 7, Illustrator CC 2015.

My Settings:

settings

The exported files have a filename that matches the layer that was exported, with a -01 at the end.

Example:
Layer: caret-right
File: caret-right-01.svg

How to avoid opening all exported files after exporting?

This script is great and does exactly what I need.

However, after it is run, each of the exported files are opened in Preview automatically. Because I have about two dozens artboards created, it is very annoying.

Is there a way to turn off opening each of the exported images?

(I tried looking at the source and it's not obvious what is that is opening the images.)

I want to hack on this, but it needs a license

This is a great start to a much needed script for Illustrator, and I would like to contribute to it.

The copyright without a license though is keeping me away.

Is this script intended to be open source? If so could you put a license in the repo?

My suggestion is the straight-forward and simple MIT license.

Dosn't save properly when ignoring warnings.

When I try and export I get an error regarding grouping but works well when I click to continue.

However, if i check ignore warnings prior to exporting multiple artboards it dosn't save the svg properly.

Any ideas?

PDF presets

I'd like to specify a PDF preset. I've made the code edit:

} else if ( this.format == 'PDF' ) {
options = new PDFSaveOptions();
options.PDFPreset = 'ACE-PRINT_NOEDIT';

but I'm not confident that the script is truly using my preset.

Any recommendations?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.