Illustrator :: Document Info / Object Length Can't Change Units
Mar 18, 2014document info / object can't chane units to mm, it show inch only....WHY?!?!?!
View 2 Repliesdocument info / object can't chane units to mm, it show inch only....WHY?!?!?!
View 2 RepliesPC, Windows 7, AI CC..I have a document that displays units in points, and when I change the unit type to inches in the preferences panel and the Document Setup panel, the change won't apply.
Â
I've tried saving as a new document, restarting, etc. I even tried setting the units to other units... doesn't matter what I have the units set to in preferences, it's always displaying points.
How do I change the document units using iLogic rules.
View 3 Replies View RelatedI have just reloaded CS5 onto my laptop with Windows 7 and I can't change the unit preference to inches. Every time I try to select it, it immediately reverts back to points.
View 2 Replies View RelatedHow do you change the measurement units from cc to inches in Illustrator 5? Changing it in preferences does not do anything.
View 2 Replies View RelatedI would like to change the standard length of Illustrator's crop marks. (I need that because I'm exporting colorseparations for silkscreaning. An as crop marks are printed *** well I would like to keep them tiny)
View 11 Replies View RelatedIs it possible to change the length of a line based on the length of an attribute?
I'd like to make the line a MINIMUM length of X" (I haven't decided how long yet--but know I'll need a minimum). But then after the user fills in the attribute, I'd like the length of the line to change to the length of the attribute plus a small amount (again, I haven't decided yet how much extra).
Command to make a line change length to match length of a line, arc, polyline or circle? Could use this when making flat patterns layouts.
View 5 Replies View RelatedThis code works with no errors but does not change the text size. A user can over ride the text size (Font size) so I'm hoping it is possible thru code.
Dim oSketch As Inventor.Sketch
Set oSketch = oPartDoc.ComponentDefinition.Sketches("Sketch1")
Dim oText As Inventor.TextBox
Set oText = oSketch.TextBoxes.AddByRectangle(pnt1, pnt2)
oText.Style.FontSize = 0.1
When I draw an object in Illustrator, the shape appears filled in the view of the document, even though it is set to no fill in the apprearance panel. The thumbnail for the object in the layers panel shows it with no fill, and if I copy it and paste it into Photoshop it has no fill there, so it really has no fill. Just in the view of the document where I am drawing it appears with a colored fill.
I'm drawing lots of overlapping shapes, I want them with no fill so I can see the ones behind. This is happening with all the tools I have tried: pen, pencil, paintbrush, shapes, whatever. I've tried restarting Illustrator, also restarting my computer, nothing changes. I may have clicked on some setting inadvertently somewhere, as I've been exploring and clicking on lots of things to see what they do.
The goal is to copy a text object from one illustrator(CS6) document to another maintaining live type and having a graphic style applied from the appearance panel. When an effect like an arch is applied it is converting the text to outlines during the copy and paste, however a straight fill will not. The type of font (TrueType, OpenType, Postscript) does not seem to affect the problem.
Â
Alternatively I have been able to take the desired appearance, create a graphic style from it, apply that to a path and transfer the graphic style to the new document via copy/paste, then apply it to live type on the new document. Obviously this is not ideal.
Any way to change the point size and length of trim/crop marks in cs5 above?
View 6 Replies View RelatedI have come across a rather disturbing bug in Illustrator when copying an object with a color fill from one document to another.
Â
Both documents have the same color space. Lets look at this example to see the condition. Make two documents with the same color space.
Â
Make an object and assign a color to it. Lets say Pantone 201C and set it to a CMYK build - not a true spot color. Now make another document with the exact same Pantone 201C color -Â but specify it as a true spot color. Now copy and paste from one document to the next. As you shall see, you will get a dialog box warning you to add or discard the color to the recieving document as expected. This is a good behavior that tells the user that you have the same color builds but assigned different values.
Â
Now what happens if we assign one document a book color value of PMS 201C and the other document a "spot" color build of PMS 201C. So we now have two PMS colors in two documents with different values assigned to them. Drag and drop or copy and paste an object from one document to the next. You shall now see that the recieving document now has two objects with the same PMS name, but two different color builds (and visual color differences).
Â
What should happen in this situation is the user be prompted with a dialog box to either merge the two similar PMS spot color builds or add - like what you see when copying an object with the same color buld name, but has a different value assigned between the two.
Â
Some of our designers are just going ape over this condition and I hope this bug could be addressed in a .01 release.
Have been working on a little something and would like to know what units the user is using in their document. Basically what is selected here:
The thing is, no matter what is there (and while all other menus and such use the units) Active Document.unit stubbornly returns inches. Is there a way to get the proper ones using VBA?
I have created a Document using sAIDocument->New().
Â
Later I would like to change the title of the document, which I originally passed in on the AINewDocumentPreset.docTitle.
Â
how I can do this programatically, or do you have to remove the document and start again?
Is there a way to create an object/group in Illustrator and then copy it across one document in multiple places (multiple art boards, etc.) - allowing the designer to then update the original and seeing the changes cascade to all copies?
Â
I know this can be done using InDesign by linking an Illustrator file and making subsequent updates to that Illustrator file. But I do not want to use InDesign, I want to use Illustrator. What I want is much like creating Symbols in Flash, updating one will cascade throughout the file.Â
I want to change the default precision shown in my drawing from two decimal places to three. In my .idw file the "Units" tab does not seem to be there. I see Standard, Sketch, Drawing, Sheet. I could change each dimension one by one, but there's got to be an easier way.
View 2 Replies View RelatedHow do I make it so a new document in Photoshop uses Inches as its units instead of pixels? I have it set to inches in the preferences -> units & rulers but every time I make a new document it defaults to pixels for the dimensions. way to make that default to inches?
View 1 Replies View RelatedCan I change the default typeface in an Illustrator CC document? (I wouldn't use Meridian to win a bet.)
View 3 Replies View RelatedWhen I add a logo to my artwork in illustrator, import the illustrator file to a word template and print, it changes the printed colours dramatically..(black to blue, green to black and yellow to pink). Do I need to change a setting for that imported logo to make it compatible to print? Without that particular logo, the document prints fine.
View 2 Replies View RelatedWhere did they put it in IV 2013?
View 9 Replies View RelatedI would like to make the active layer name the same as the document name. I know very little about scripting. I found this script:
Â
var idoc = app.activeDocument;var ilayer = idoc.activeLayer;var filename = idoc.name;ilayer.name = filename;
Â
It does almost what I need it to do. except that it also copies the ".ai" in to the layer name. Is there some way to modify this script to have it exclude or delete the file extension?
Apparently, in the CS3 is impossible to do any scripting and using any actions. Can it be done using plugins sdk, without creating a new document? I tried using the functions SetPageSetup and SetCropBox but no effect
View 6 Replies View RelatedCan you change permanently the default highlight color(s) for layers in new documents? CS6
View 2 Replies View RelatedI love the new versions of Illustrator, but get left in the dust with new innovations that I can't figure out.
Â
I am trying to go to File > Document Setup and all I get is a new dialog box that completely leaves out page orientation and page size as well. I just want to have an artboard that is 11" x 8 1/2" but there is nothing I see in menus or in palettes that give the old comfortable page orientation change that you used to be able to do in older versions of Illustrator. How do I set page or artboard size and orientation?
My work involves importing in new documents and formating them correctly. We have a specific font style that is different than the original font. Illustrator cannot read those fonts, so it defaults to Myriad Pro in the original text size. Since it is changing it from Myriad Pro to Arial, I don't really have a problem with the global change that this would have.
Â
I already have the [Character Styles] options set up for a template, but this does not work on new documents.
Â
We are on Windows 7 with CS6.
changing the file path for links in an Illustrator document?
Â
For example, let's say my Illustrator document is stored at: /Volumes/Storage/Projects/Client/AAA001/designs/concept1.ai
Â
and I have placed 2 linked visuals:
Â
/Volumes/Storage/Projects/Client/AAA001/visuals/big_retouch.psd
/Volumes/Storage/Projects/Client/AAA001/visuals/flattened.jpg
 Â
When I open the .AI I noticed that the reference to the visuals is under a %DocumentFiles section:
%%DocumentFiles:/Volumes/Storage/Projects/Client/AAA001/visuals/retouc hed.psd
%%+/Volumes/Storage/Projects/Client/AAA001/visuals/flattened.jpg
Â
I need to replace "/Volumes/Storage/Projects" with "/Volumes/Projects". (There are some more complex replacements I need, but let's start here.)
In PS CS4 Mac, I used to be able to print the full document info that appears in the title bar, including the currently selected layer/group. This would print at the top of my document and might look like:
File Name.psd 100% (layer name, RGB/8)
I always thought this was a function of selecting "Label" in the Output window of the print dialogue box. However, it does not seem to be working anymore, and now it simply prints the file name, like this:
File Name.psd
How can I turn this feature back on so that I get the entire document window? Or another method to accomplish something similar? I am printing individual layers from a single document and having them automatically "labeled" is useful.
Mac OS 10.6.8
PS CS4
I'm trying to use this command to change the colour of objects inside of a document using applescipt but i keep getting an error "adobe illustrator "can't get color"" the colour exists and is active on a document. I have read the manual on variables and i'm a little lost on what i'm doing wrong, heres what i've got so far:
Â
tell application "Adobe Illustrator"
Â
if color is "C=0 M=0 Y=0 K=90" then
set color to "C=0 M=0 Y=0 K=90"
end if
end tell
Â
i understand this is quite basic but its all i have to start with at the moment
In AI CS6 can you change your XY Ruler origin to automatically start in the lower left of your document?
Â
I am coming from AI CS4. In AI CS4 when you would open or creat a new document, your X Y origin would alway start on the lower left hand side.
Â
Now when you open a new document in CS 6 the origin starts in the uper right. If I hand drag the ruler down to the lower left, the Y coordinant reads as a negative number.
Wile using acad2011...
In model space I set the units form my dwg (cm), draw a line (100units). Next i go to paper space, create a viewport. When the viewport scale is set to 1:1 the ploted line is 100mm in length (not 100cm). Why is this so? How should I correct this? Changing of units in model space does not effect the length of the line in paper space.