Questions tagged [adobe-illustrator]

Adobe Illustrator is a commercial vector graphics editor. Please make sure your question is about *programming* not just how to use the software. When using this tag also tag the language that you are coding in for context, e.g. [extendscript], [applescript], or [vbscript], etc..

Adobe Illustrator is a commercial vector graphics editor from Adobe Systems.

Vector graphics are made up of primitive objects such as bezier curves, ellipses, lines and polylines. These primitives contain paths with control points that define exact locations. The paths that connect these control points are approximated at run-time based on the algorithm of the primitive and do not affect file size. All Illustrator art is defined by bezier curves.

Illustrator was first released in 1986 and is currently at version 17 (also known as Creative Cloud). The complete release history is available from Wikipedia.

Information about Illustrator from Adobe can be found at the Adobe website. The Illustrator general usage forum is located here.

Illustrator is scriptable. Scripts can be written using AppleScript, JavaScript or VBScript. The Illustrator scripting documentation can be found here, and the Illustrator scripting forum is located here.

Illustrator supports plug-ins. Plug-ins can extend the capabilities of Illustrator by adding additional tools, menus and panels. The Illustrator plug-in developers forum is located here. The Illustrator Software Development Kit can be downloaded for free.

Questions relating to the use of Illustrator scripting and SDKs should use this tag. Questions about using Illustrator files as part of a conversion process or a workflow using other vector graphics editors should also use this tag. Additionally, questions regarding reading and writing the various Illustrator supported file formats (e.g. EPS and PDF) should use this tag.

1017 questions
134
votes
2 answers

Optimal settings for exporting SVGs for the web from Illustrator?

I'm looking to use an SVG logo for a website — to make it look great on a responsive design for all devices. But since there are issues, I want to support as many devices and browsers as possible. Load speed is also an important consideration. How…
Baumr
  • 6,124
  • 14
  • 37
  • 63
108
votes
5 answers

is there a tool to create SVG paths from an SVG file?

does anyone know of a tool that can take an SVG file, and convert it into an HTML 5 SVG path? you know, the d="M 0 0 L 20 134 L 233 24 Z" fill="#99dd79" part? I head here: Use Adobe Illustrator to create SVG Path using "move to" commands But not…
tim
  • 3,823
  • 5
  • 34
  • 39
69
votes
7 answers

How to use .svg files in a webpage?

I want to know how can one actually use a .svg file In a web page?
Parastar
  • 727
  • 2
  • 7
  • 5
55
votes
9 answers

ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd

I created several simple ggplot2 plots and saved them to PDF files using the following commands: p <- ggplot(plotobject, aes(x=Pos, y=Pval),res=300) ggsave(plot=p,height=6,width=6,dpi=200, filename="~/example.pdf") If I now open this example.pdf in…
Sander
  • 801
  • 2
  • 7
  • 13
37
votes
3 answers

How to lower the opacity of the alpha layer in an svg filter?

I'm trying to create a logo as an SVG. I exported the file from Illustrator. The logo has a drop shadow on it. I was looking through the XML and I found the filter node
ddilsaver
  • 990
  • 3
  • 10
  • 19
31
votes
4 answers

d3.js graphs output into high resolution print quality files?

Is there a way to output graphs, charts, maps etc created in html/js based on d3.js into other data format with publication print quality high resolution? The graphics of these charts are fantastic but would be useless when printed on paper and got…
FongYu
  • 767
  • 4
  • 15
  • 24
24
votes
1 answer

Cannot edit text in chart exported by Matplotlib and opened in Illustrator

I am exporting charts from matplotlib and editing them in Illustrator. It's great that I can edit the lines, but the text also comes in as lines, so I cannot change fonts, edit text, etc. I've exported as EPS, PDF, and PS with the same issues.…
mishaF
  • 7,934
  • 9
  • 30
  • 34
21
votes
1 answer

Minimizing SVG file size

I am saving map images created in Adobe Illustrator as .svg documents. What are some tips and tricks for making the file size as small as possible?
Lauren
  • 219
  • 1
  • 2
  • 3
20
votes
2 answers

How does polyline simplification in Adobe Illustrator work?

I'm working on an application that records strokes, which you paint with a pointing device. In the image above, I've drawn a single stroke, which contains 453 data points. My goal would be to drastically reduce the amount of data points while still…
Oliver Salzburg
  • 21,652
  • 20
  • 93
  • 138
20
votes
6 answers

How to get the path coordinates of a shape for use with image-maps?

I am creating an image map using ImageMapster from here. I have created a photoshop image with several images that I have cut out from the original photographs. Each image is on a separate layer. Now, I need to get the path coordinates of each…
bgmCoder
  • 6,205
  • 8
  • 58
  • 105
20
votes
5 answers

Exporting as an SVG in Adobe Illustrator canvas size issues

I'm having real trouble with saving a simple SVG in Adobe Illustrator. Illustrator keeps imposing its own canvas size on the export. This is what I'm doing... 1) Draw an art board around the image 2) File > Save As 3) Change type to SVG When I view…
SparrwHawk
  • 13,581
  • 22
  • 61
  • 91
18
votes
1 answer

Keep original size when export image from illustrator

I use Illustrator to export .png files for my app, but when I select medium(150dpi) and high(300dpi) resolution in the PNG options box, it exports in a bigger dimension than my artboard( my artboard is 48px x 48px and the results are 56px x 53px…
wanting252
  • 1,139
  • 2
  • 16
  • 22
17
votes
4 answers

Font renders thicker in browsers

I am using the Open Sans font on a web site, but it appears much thicker in all browsers than in Adobe Illustrator (see attached images). Why is this and is there any way I can get the font in the browser to display "thinner" please? Note Both the…
RunLoop
  • 20,288
  • 21
  • 96
  • 151
15
votes
6 answers

Does it make sense to use source control to manage graphics files (e.g. PSDs & AI files)

Of course source control tools like Git, (Mercurial, SVN, etc...) can do a great job at managing source code. But I wonder, do these tools provide the developer with any advantage when used to store copies of files such as PhotoShop PSDs and…
John Sonderson
  • 3,238
  • 6
  • 31
  • 45
14
votes
4 answers

Script (or some other means) to convert RGB to CMYK in PDF?

Is it possible to write a script for Adobe Illustrator or some other tool that will read the contents of a number of PDF files and convert all the RGB colours to CMYK? If so, could somebody please point out some of the steps involved, or where to…
DaveDev
  • 41,155
  • 72
  • 223
  • 385
1
2 3
67 68