Illustrator (Desktop) Feature Requests
When entering a new feature request, please provide:
- Description
- Why is this valuable to you?
513 results found
-
Adobe have to improve the SVG exportation tool
Adobe have to improve the SVG tool, because we need to create new document to be able export SVG CODE directly from Illustrator file...
Will be better, if we colect files to export, and on this function, be able to export not just SVG file, but also the SVG code, to use diretly on CSS and HTML.
Will be a great help to web designers.
Cumpz :)11 votes -
Opening Multi-Page PDFs should have a larger preview or scalable preview
The Open PDF window box that comes up when you try to open a Multi-Page PDF should have a larger preview. In the Open PDF window much of the text can be garbled, which doesn't help if you are not sure which page of a 49 page document you need to open.
11 votes -
Ability to export to PSD but retain folders and layers
Ability to export to PSD but retain folders and layers. Critical for taking artwork prepared for Character Animator from Illustrator to Photoshop in order to use tools such as puppet warp to create easy frame by frame animations.
11 votes -
Remember last used SVG / SVGZ save and export settings (Responsive and others)
We often need SVG and SVGZ that are NOT responsive to the web area (we need to control the viewable font size for psychometrics purposes).
Illustrator default switches to Responsive being checked after every Illustrator restart. It would be great if every time I restart Illustrator the check box for "Responsive" remembered that I want it UNchecked (our workaround is to create a new SVGZ file immediately after every restart and uncheck the Responsive box, and if we don't remember to do that task our work must be tediously re-exported).
10 votesThe team has started investigating this
-
Pdf Import options
if I choose a page in the graphical window I want to open that page not the first one
10 votes -
Generate .ico file from Illustrator (AND Photoshop)
I just used https://icoconvert.com/ to convert a 32x32 PNG to ICO.
This is something that, in 2020, Illustrator -- AND Photoshop! -- ought to be able to do natively. I mean, if a WEBSITE can do it....
10 votes -
Set class info for SVG
You can set the name of a path that becomes an id in the svg export.
If you are programming in javascript to animate items in the svg, you need the id, but also classes. This would mean we could manipulate many different objects in one command.
What we need is to set a list of classes (in the Properties window, probably). So if you set the list to orangeStyle, dark, tobeResized (probably with a + sign to add another class) and the svg output will have class="orangeStyle, dark, tobeResized" inside.10 votes -
import chart data from Excel or CSV
Need to be able to import data from an Excel (or at least a CSV) file, to create chart with Charting tool. Rather antiquated to have to copy/paste to get data for a chart. (In more than 30 years of using AI, I've NEVER been given a data file in TXT format--the only option currently available to import graph data.)
10 votes -
SVG option to convert text to outlines when exporting
When exporting SVG I have ran into wonkyness with fonts so sometimes we export SVG graphics with text as shapes...
But then I some times get distracted by a email or chat message and save the ai version with out undoing my text to outlines conversion...
Why not just have a check box on the SVG export panel "convert all text to shapes" then when I export this option parse the document and convert all text to shapes...
So I do not have to worry about undoing my convert text to shapes when I save the master ai file.
Stephen
10 votes -
XMP Meta Data、MM:Historyの機能改善
現在、IllustratorではXMPメタデータ上のHistoryの記述が最大で2個となっていて、初回保存時に1つ目、別名で保存時に2つ目が記述され、以降、別名で保存によるファイル派生が生じた時に2つ目のHistoryが更新される仕様になっています。
Photoshopでは、このHistoryの項目に保存履歴だけではなくconvertやderived等の主要な編集イベントの情報も記述されます。InDesignにおいても保存イベントは詳細に記述され履歴の確認が可能になっています。
Illustratorにおいても、もう少し細かく履歴情報の記述を行っていただきたい。以下に各サンプルを挙げておきます。
※Photoshop
<xmpMM:History>
<rdf:Seq>
<rdf:li rdf:parseType="Resource">
<stEvt:action>saved</stEvt:action>
<stEvt:instanceID>xmp.iid:fa197c48-1372-49d9-8ae1-f5cc273d4aae</stEvt:instanceID>
<stEvt:when>2019-01-25T20:48:06+09:00</stEvt:when>
<stEvt:softwareAgent>Adobe Photoshop CC 2017 (Macintosh)</stEvt:softwareAgent>
<stEvt:changed>/</stEvt:changed>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<stEvt:action>converted</stEvt:action>
<stEvt:parameters>from image/jpeg to application/vnd.adobe.photoshop</stEvt:parameters>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<stEvt:action>derived</stEvt:action>
<stEvt:parameters>converted from image/jpeg to application/vnd.adobe.photoshop</stEvt:parameters>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<stEvt:action>saved</stEvt:action>
<stEvt:instanceID>xmp.iid:779a3d47-4ae6-4b0e-be0b-b1a7f2ee5007</stEvt:instanceID>
<stEvt:when>2019-01-25T20:48:06+09:00</stEvt:when>
<stEvt:softwareAgent>Adobe Photoshop CC 2017 (Macintosh)</stEvt:softwareAgent>
<stEvt:changed>/</stEvt:changed>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<stEvt:action>saved</stEvt:action>
<stEvt:instanceID>xmp.iid:f343692b-df77-40bb-8ee4-6fefc6341435</stEvt:instanceID>
<stEvt:when>2019-06-05T21:28:08+09:00</stEvt:when>
<stEvt:softwareAgent>Adobe Photoshop CC 2017 (Macintosh)</stEvt:softwareAgent>
<stEvt:changed>/</stEvt:changed>
</rdf:li>
</rdf:Seq>
</xmpMM:History>保存以外の様々なイベントが記述され確認が可能です。
※InDesign
<xmpMM:History>
<rdf:Seq>
<rdf:li rdf:parseType="Resource">
<stEvt:action>created</stEvt:action>
<stEvt:instanceID>xmp.iid:FC7BA4FD42206811822A93784E262F37</stEvt:instanceID>
<stEvt:when>2012-05-11T15:56:45+09:00</stEvt:when>
<stEvt:softwareAgent>Adobe InDesign 7.0</stEvt:softwareAgent>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<stEvt:action>saved</stEvt:action>
<stEvt:instanceID>xmp.iid:CEC84C1347206811822A93784E262F37</stEvt:instanceID>
<stEvt:when>2012-05-11T16:26+09:00</stEvt:when>
<stEvt:softwareAgent>Adobe InDesign 7.0</stEvt:softwareAgent>
<stEvt:changed>/;/metadata</stEvt:changed>
</rdf:li>
・
・
・
<rdf:li rdf:parseType="Resource">
<stEvt:action>saved</stEvt:action>
<stEvt:instanceID>xmp.iid:3aa516e9-6e10-4d30-8213-1d01b5e0c6e8</stEvt:instanceID>
<stEvt:when>2021-05-18T19:03:52+09:00</stEvt:when>
<stEvt:softwareAgent>Adobe InDesign 16.1 (Macintosh)</stEvt:softwareAgent>
<stEvt:changed>/metadata</stEvt:changed>
</rdf:li>
<rdf:li…9 votes -
9 votes
-
Export Artboards as PowerPoint or Keynote slides
I like using Illustrator to design complexe slides or icons, illustrations… for my slides and I’d like to export them by maintaining vector capabilities to have the ability in PowerPoint or Keynote to change their color and to scale them freely.
I know plug-ins or some export format will somehow works for some cases.
But it will be so nice to have a straight forward export!9 votes -
Export BMP on various artboards
When will it be possible to export more than one image of the same artwork on different artboards in the .bmp?
The 'Use artboards' option is disabled for this format.9 votes -
Overprint simulation on image file exports (JPEG for example)
I think that it would add great value when Illustrator exports to image file the option to add overprint simulation, in the same way as InDesign easily does.
I would add great benefit to our jobs and would simplify some steps (not going to InDesign just to do that).9 votesIllustrator respects the overprint when exporting raster files. Please follow the instructions in comments and reply back if it does not work for you.
-
Export Individual Layers separately
Now we can only export the multiple art boards on one layer at a time. Please make it possible to select more than one layer and export those to files.
It would save a ton of time when we have multiple images to export from like dartboards stacked up on multiple layers.
9 votes -
gcode
Hello!
I would be absolutely DELIGHTED if you could introduce a way to export G-Code from Illustrator. I have a laser engraver (Cubiio) and the only way I can turn vectors into G-Code at the moment is by using Inkscape and an extension by J Tech Photonics. I hate Inkscape with a passion so I grind my teeth every time. This is what I have to resort to when working with vector files that I would like to convert: https://cubiio.muherz.com/gcode_instruction.html
There is a G-Code extension available for Illustrator, created by https://diegomonzon.com/illustrator-to-gcode/ , but I have been unable to get it…
9 votes -
Export for Screens - Please add EMF as an option
I have hundreds of EPS icon files I need to convert for use in PowerPoint which means they need to be in EMF, EMZ or WMF format. The Asset Export tool is amazing and would be perfect for this task, but unfortunately EMF is not an export option. Thanks!
9 votes -
Asset Export Organizer
Under "Asset Export" provide an option to organize or reorder (auto alphabetize) the assets once they have been named. It gets very difficult to review my batches whenever I would like to create and replace an existing asset. It would also be great if duplicate names detection is available to avoid the same names for assets .
9 votes -
Illustrator - PDF Export Cropmarks
Illustrator really needs a usefull cropmark export option in the pdf export dialougue. just like InDesign. I mean it looks similar to InDesign but its simply not working! who needs cropmarks up to 15 mm long?? why cant i edit the length, width.. etc?. Please make this function usefull!! asap
9 votes -
Status bar for when files save
Illustrator will not let you save as if it's saving. You basically get a message that says the file is saving and to try again after the process is complete. Yet there is no status bar, so you have to keep trying (guessing) until it's done. Photoshop at least shows a save status bar and also will do the next task automatically when it's done saving.
8 votes
- Don't see your idea?