『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Starting roughly the beginning of this year all my Illustrator files change while they're closed! The most common thing is images are moved all around or effects like dropshadows will have changed settings. It's so annoying, I just want my file to stay the way I designed it. It's causeing a lot of rework to be done. Has anyone else been having this issue? I've tested the files by packaging them and even zipping them and even the zip files shift while closed. I've tried files that are on my desktop and ones stored in a cloud storage. It's not my computer, it's perfectly up-to-date. Any solutions out there or can we get this bug fixed soon please?Thank you!
Trying to rotate multiple objects all on their own central axis at the same time,a big time saver would be to be able to select them all, then choose rotate tool and option to rotate on own axis, so instead of all the objects rotating around one central point, they all rotate on their own central axis... big time saver for me if this is possible,, its very useful for me with things like,twigs, leaves, grass, many other shapes where I want to angel them all in another direction but only swivel on their axis not around one pivot axis...
Hi all- Everytime I open illustrator I am now facing a new issue. I get a dialgot box with a JavaSCript Alrt. It states: Error: aborted. I can click OK but it will keep popping up forever. There is no way to get rid of it, even after a restart. Not sure what has caused this, anyone else?
Hi, Does anyone have seen this issue on this ilustrator version?Whenever I try to print something form Illustrator it crashes whether it's .ai .pdf or .eps. It get's stuck at 0% and doesnt comunicate with the printer, then just crashes. Attached is a screenrecording of the issue.
Is it possible to have "use artboards" automatically selected as a default when exporting files from Illustrator? I keep forgetting to select it and it's frustrating! Thanks in advance!
Hey y'all. so whenever i use the zoooom tool on illustrator it drags a box then whenevr i let go it zooms in to the area it dragged around. Will I want it so whenever i hold down the button it zooms in depending on if i drag left or right but i do not know how to do this. help would be much appreciated thanks.
Hello!I don't know how I ended up with this tiny little arrow appearing when I select my Shape Tool, but it's messing up all my shapes (ellipse, rectangle, etc.).This arrow normally appears when adding text to a path, which I did earlier, but now it just won't go away.I've already tried closing and reopening Illustrator, but the issue persists.Does anyone know how to fix this?Thanks in advance!
I've been creating art on Procreate, sending myself the PDF and trying to save into Ai but when I embed the image, Ai inverts the color. What's going on and how to correct this?
Bonjour, depuis quelque temps, certaines fonctionnalités de la sélection directe (A) semblent avoir été échangée avec la touche V. C'est le cas pour arrondir les angles, et l'outil ne marche pas aussi bien qu'avant... Que faire ?
Bonjour, j'ai acheté il y a une dizaine de jours un abonnement adobe illustrator.Quand j'essaye de l'utliser, on me propose de l'acheter. Il n semble donc pas activé. Comment faire?
Hi,I am developing a plug-in for Illustrator that needs to handle custom data in the clipboard.I registered my plug-in as a new clipboard format handler. When registering my plug-in with AddClipboard(AIClipboardSuite), I am using options with kClipboardCopy | kClipboardPaste to support copy and paste.The plug-in should receive several kinds of notifications: kSelectorAIGoClipboard, kSelectorAICanCopyClipboard, kSelectorAICloneClipboard, and kSelectorAIDisposeClipboard.Today the only notification I get is kSelectorAICanCopyClipboard when the user makes a copy inside AI. The other notifications are never sent. Since kSelectorAIGoClipboard is never sent, I cannot handle my custom data.Has anyone experienced this issue ?
How do I get rid of those??No matter what I do, it keeps selecting on of those if I resize my artboard to 1920x1080, when I want it to stay to "custom" ... I'm pretty sure I'm going to be told I have no choice, but I guess it's worth asking.Thanks.
No Adobe Illustrator para Windows, ao usar a ferramenta "Exportar para telas" com a opção "Usar nomes de prancheta" habilitada, a exportação para o formato .AI resulta em arquivos sendo salvos com nomes de prancheta duplicados , como este:Logo Vertical - Off White - Azul_Logo Vertical - Off White - Azul . aiO comportamento esperado é que o nome do arquivo reflita o nome da prancheta apenas uma vez , como acontece corretamente ao exportar para formatos como .SVG ou .PDF , o que resulta em:Logo Vertical - Off White-Azul.svgEsse problema ocorre mesmo quando o campo prefixo é deixado vazio nas configurações de exportação. O Illustrator parece anexar automaticamente o nome da prancheta duas vezes ao gerar o .AInome do arquivo, o que é inconsistente com a forma como outros formatos são manipulados no mesmo processo de exportação.Parece ser um bug específico da .AIexportação de formato por meio do recurso “Exportar para telas”.
Hi, I need to get exact left, top, width, height for selected items using extendscript.i try, var selectedItems = app.activeDocument.selection;var item = selectedItems[0];// Get the bounds of the selected itemsvar bounds = item.geometricBounds;var left = bounds[0];var top = bounds[1];var right = bounds[2];var bottom = bounds[3];// Calculate width and heightvar width = Math.abs(right - left);var height = Math.abs(top - bottom);left: 238.013587617332top: 583.391458053209right: 345.268957635682bottom: 526.611861697349width: 107.255370018351height: 56.7795963558601 but the values are differenct. selected item contains pathitem and 3 clip group items. Please help to get correct value(left, top, width and height)..
Hi all, I recently have gotten the issue that after I copy and paste in place (as well as a typical copy and paste) when the paste happens, the objects are no longer automatically selected. It used to work before, but now when pasting, it does the command but doesn't show a bounding box of the newly pasted object. Bounding box has been turned on, and works once the item is selected. I am not sure if I accidently pressed off a preference or something, but this is particularly problematic when I paste in back since its blocked by the more-forward object. Has anyone else come across this issue? Using AI Beta
I just used this file I have last week and exported 1200px by 1200px artboards at Medium (150) dpi. They came out, as usual, at 2500px by 2500px. Today, the same 1200px by 1200px artboards exported at Medium (150) dpi are now coming out 250px by 250px! This is not happening to other documents; just this one all of a sudden. Please help!
Hello,How can I find the artboard resolution? This is related to "Maximum artboard resolution: 65MP (megapixels)" as given in the vector technical guide line. Thank youDJ Submit with the following technical guidelines:AI, EPS and SVG formats onlyRecommended artboard minimum: 15MP (megapixels)Maximum artboard resolution: 65MP (megapixels)Maximum file size: 45MB (megabytes)Document Color Mode: RGBArtboard offset: (0,0) upper-left corner
When saving via script, can I set the Output Intent Profile Name? I've been trying without any luck. If I set the pDFPreset, it uses the default Output Intent Profile Name. This is my script:function savePrintFile() { if (app.documents.length === 0) { alert("No document open."); return; } var doc = app.activeDocument; // Open save dialog to name file and select location var currentFile = new File(doc.fullName) var saveFile = currentFile.saveDlg(); if (saveFile) { // Save as PDF/X4 var saveOptions = new PDFSaveOptions(); saveOptions.pDFPreset = '[PDF/X-4:2008]'; saveOptions.preserveEditability = false; saveOptions.outputCondition = 'GRACoL2006_Coated1v2.icc'; saveOptions.outputConditionID = 'Custom'; saveOptions.outputIntentProfile = 'GRACoL2006_Coated1v2.icc'; doc.saveAs(saveFile, saveOptions); return saveFile; } }
Is it possible to add objects to an existing opacity mask without: 1. releasing the mask2. adding the new object to the group, and3. reapplying the mask?
Hello! My coworker and I have been having an issue since Friday when it comes to stroke sizing once exported as an EPS. One of our print vendors requires a magenta spot color stroke the same size as the artboard. When I went to export as an EPS to send to them, my coworker stated that the stroke was slightly bigger than the artboard size. When I opened up the same file, it did not show up on my end and was the same size as the artboard. When she saved a file and I opened it, the same thing happened - I saw the sizing difference but she couldnt. We believe this to be a bug but any help would be appreciateted as it is impacting the files when our vendor opens it to print!
Hey everyone,I need help with this issue: I can't see the "Search for missing links in this folder" option in Adobe Illustrator to do it.. I'm sure I updated to version 28.05 via Adobe Creative Cloud. What can I do?
Bonjour à tous,Existe-t-il un moyen d'enlever tous les masques d'écrétage d'un document en une seule manipulation.Peut-être connaissez-vous une astuce pour cela.Merci pour votre réponse.
Jedes mal wenn ich wieder im Homeoffice bin und umgelehrt bin ich gezwungen den Illustrator abzuschalten. Es tritt ein Bildschirmzuordnungsfehler auf - z.B. Farbfelder werden nicht mehr angezeigt. Ich arbeite am MAC. Features rund um das Schreibtischmanagement habe ich bereits deaktiviert.Liebe Adobe - bei diesen Abopreisen geht mir das gehörig auf den Senkel. Da fehlt mir auch die freundliche Energie oder die Lust Dublikate zuvermeiden. Robert
Hi - I'd like to force to embed a profile into the currently open document, before saving it.That profile is "Working CMYK: Coated FOGRA39 (ISO 12647-2:2004)"I try this but apparently it doens't work: var aiSaveOptions_DC = new IllustratorSaveOptions(); aiSaveOptions_DC.embedICCProfile = true; // Ensure ICC profile is embedded aiSaveOptions_DC.colorProfileID = ColorProfile.COATEDFOGRA39; // Set the CMYK profile to "Coated FOGRA39 (ISO 12647-2:2004)" Many thx for any help.Enjoy your day. - Dimitri
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.