Illustrator :: Document Info / Object Length Can't Change Units

Mar 18, 2014

document info / object can't chane units to mm, it show inch only....WHY?!?!?!

View 2 Replies


ADVERTISEMENT

Illustrator :: Cannot Change Units In Preferences Panel Or Document Setup

Feb 5, 2014

PC, 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.

View 2 Replies View Related

AutoCAD Inventor :: Change Document Units Using ILogic Rules?

Aug 23, 2012

How do I change the document units using iLogic rules.

View 3 Replies View Related

Illustrator :: CS5 - Cannot Change Units To Inches

Jun 22, 2013

I 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 Related

Illustrator :: How To Change Measurement Units From CC To Inches

Sep 4, 2013

How 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 Related

Illustrator :: Change Length Of Crop Marks?

May 17, 2011

I 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 Related

AutoCAD Dynamic Blocks :: Change Length Of Line Based On Length Of Attribute

Jan 8, 2013

Is 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).

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Change Length To Match Length

May 24, 2002

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 Related

AutoCAD Inventor :: Change Text Size Of A TextBox Object In A Part Document Sketch

Oct 3, 2008

This 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

View 3 Replies View Related

Illustrator :: Object Appears Filled In Document Even Though Its Not

Feb 18, 2014

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.

View 9 Replies View Related

Illustrator :: How To Copy Text Object From One Document To Other

Jul 23, 2013

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.

View 3 Replies View Related

Illustrator :: Change Point Size And Length Of Trim / Crop Marks In CS5 And Above

Jun 5, 2013

Any way to change the point size and length of trim/crop marks in cs5 above?

View 6 Replies View Related

Illustrator :: Copying Object With Color Fill From One Document To Another

May 23, 2012

I 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.

View 7 Replies View Related

CorelDRAW X6 :: Getting Active Document Units Via VBA

Sep 3, 2013

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?

View 3 Replies View Related

Illustrator SDK :: How To Change The Title Of Document

Oct 17, 2012

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?

View 1 Replies View Related

Illustrator :: How To Create Object / Group And Copy Across One Document In Multiple Places

Nov 27, 2012

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. 

View 6 Replies View Related

AutoCAD Inventor :: No Units Tab In Document Settings In IDW

Mar 27, 2012

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 Related

Photoshop :: New Document Units.. Inches Not Pixels

May 15, 2009

How 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 Related

Illustrator :: Change Default Typeface In Document?

Dec 18, 2013

Can I change the default typeface in an Illustrator CC document? (I wouldn't use Meridian to win a bet.)

View 3 Replies View Related

Illustrator :: Why Do Colours Change In Printed Document

Jul 17, 2013

When 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 Related

AutoCAD Inventor :: Units Command Under Document Settings?

May 21, 2012

Where did they put it in IV 2013?

View 9 Replies View Related

Illustrator Scripting :: Change Active Layer Name Same As Document Name

Sep 30, 2013

I 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?

View 4 Replies View Related

Illustrator SDK :: CS3 - How To Change Page Size Of Active Document

Feb 15, 2014

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 Related

Illustrator :: Change Default Highlight Colors For Layers In New Document?

May 30, 2013

Can you change permanently the default highlight color(s) for layers in new documents? CS6

View 2 Replies View Related

Illustrator :: Document Setup In CC Not Allowing To Change Page Orientation?

Jun 23, 2013

I 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?

View 2 Replies View Related

Illustrator :: Change Default Text In CS6 Permanently For Every New Document Or Import?

Feb 27, 2014

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.

View 3 Replies View Related

Illustrator Scripting :: Change File Path For Links In Document?

Apr 14, 2010

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.)

View 11 Replies View Related

Photoshop :: Print Full Document Info That Appears In Title Bar

Sep 12, 2012

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

View 3 Replies View Related

Illustrator Scripting :: Change Colour Of Objects Inside Of Document Using Applescipt?

Mar 26, 2013

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

View 24 Replies View Related

Illustrator :: Change XY Ruler Origin To Automatically Start In Lower Left Of Document

Mar 22, 2013

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.

View 4 Replies View Related

AutoCad :: Changing Of Units In Model Space Does Not Affect Length Of Line In Paper Space

Dec 26, 2012

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.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved