Skip to main content

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
387 questions with no upvoted or accepted answers
8 votes
1 answer
1k views

Converting Layered .ai to PDF via PHP

I've a .ai file with 2 Layer Groups and I want to pipe them into a .pdf file with layers. I already tried ImageMagick but I can't get the selector. I tried this: exec("convert 'test.ai[0]' output0....
Kevin Kleinjung's user avatar
6 votes
0 answers
3k views

Convert .ai to .svg file using adobe illustrator command line or batch conversion

i have the adobe illustrator tool i need to convert a bulk of .ai file into svg file without opening it in the adobe illustrator. Simply by batch conversion or command line(CLI) execution. i have ...
Anand P's user avatar
  • 61
6 votes
0 answers
1k views

Is it possible to include a link to a pdf- or svg-file inside an Inkscape svg?

I am using python to create a bunch of plots of my data and then Inkscape to layout individual plots and schematics in panels of a master figure. I also add some extra elements such as panel names and ...
joelostblom's user avatar
  • 47.1k
4 votes
2 answers
3k views

Illustrator/SVG to JavaScript workflow? (A templating library?)

When "Saving as SVG" in Illustrator, this is the typical result: <?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 ...
dani's user avatar
  • 4,980
4 votes
3 answers
4k views

Render SVG font in Adobe Illustrator or Corel Draw

I'm developing a project that produces SVG files with custom embed fonts. SVG font definition I compose as SVG font tag with help of http://www.fontsquirrel.com/fontface/generator or Batik SVG Toolkit....
Viktor Burdeinyi's user avatar
3 votes
0 answers
631 views

Large SVG file with better performance than smaller ones

I'm working on an interactive solution in ReactJS that allows people to pan and zoom SVGs, but I am having problems with performance (the SVG stutters when dragged or zoomed ) because of detailed SVG. ...
Baryarte's user avatar
3 votes
0 answers
141 views

Viewport problems on Win 10 1709

I am working on a plug-in for Adobe Illustrator using hotdoor framework, so I don't really have any deep access to window creation\init process. That being said, I've been using openGL to render some ...
Gaxx's user avatar
  • 85
3 votes
2 answers
553 views

Drawable vector resized incorrectly

I created a logo in Adobe Illustrator, exported it as SVG and imported it to Android Studio through Asset Studio. When the vector is painted big, it is resized correctly (image 1), but when it's ...
JonZarate's user avatar
  • 861
3 votes
1 answer
800 views

edit symbol in Illustrator using javascript

I am trying to create a symbol or copy selected objects to a symbol in Illustrator 5.1 using JavaScript with no success. Here is my code: sourceDoc.selection = null; // deselect everything ...
Almium's user avatar
  • 31
3 votes
0 answers
553 views

How to turn responsive design off when scripting an SVG export in Illustrator CC 17.1?

When exporting SVG files from illustrator 17.1 they added a responsive design check box. This is a problem because they also made it default to being checked. They haven't updated any documentation ...
Brady's user avatar
  • 33
3 votes
1 answer
943 views

R Cairo pdf fonts unreadable in Adobe Illustrator

I cannot get pdf files created using the Cairo package to open in Illustrator with readable text. Any advice wjhy this is happening? library(ggplot2) library(Cairo) df = data.frame(x=rnorm(2000), y=...
geotheory's user avatar
  • 23.3k
3 votes
1 answer
4k views

How to use already converted EPS to SVG file in Android

I have a problem with SVG files. I used SVG file in Android properly.(SVG files which download to internet.) My problem is already converted SVG file. I have EPS files, and I want to use these EPS ...
Breed Hansen's user avatar
  • 1,179
2 votes
0 answers
52 views

Is there D3 way to manage a symbol's insertion point?

I have made an SVG in Adobe Illustrator, and it uses quite a lot of symbols (as illustrator calls them) which convert to use elements in an exported SVG. The ⚫ is the insertion point. The ...
Ben's user avatar
  • 13.2k
2 votes
0 answers
304 views

TCPDF - SVG Attribute "data-name" will be ignored

I have a little problem here after creating a PDF with TCPDF. The creation of the PDF file works without any problems. However, when I try to check the PDF in Illustrator, the path name is incorrect. ...
Wossi's user avatar
  • 21
2 votes
1 answer
7k views

Scripting Adobe Illustrator using Python

I would like to automate operations on .ai file using python so that my application can use it. I came across a basic tutorial on using win32com package to refer Adobe Illustrator. I would like to ...
AspireToLearn's user avatar

15 30 50 per page
1
2 3 4 5
26