Illustrator :: Artboard Size Stuck In PT

Aug 9, 2012

I just opened a template but this one got the artboard dimensions set to "pt"..I went into preferences settings and It was already set into "inches"..Even when I want to resize the artboard (shift+O) it's still the same..

View 3 Replies


ADVERTISEMENT

Illustrator Scripting :: How To Resize Artboard To A4 Size And Images Placed In Center Of Artboard

May 23, 2013

i have around 500 eps formats images with different artboard size.
 
i need to resize the artboard to A4 size and the images to be placed in the centre of the artboard.

View 4 Replies View Related

Illustrator :: What Is The Maximum Artboard Size Of CS4

Mar 29, 2010

We currently use CS3 in our Art Dept at the sign company I work for. Sometimes designing/layout for some projects can be a pain when they go beyond the max artboard size constraint in CS3. This is especially true in my dept which does all the large format digital printing. I find myself having to switch back and forth between some of my sign software, which has almost limitless area for design and layout. Not that we can't work in scales but life would be so much easier if we could do things in full scale. Now to the point, does CS4 have larger artboard size than CS3?

View 7 Replies View Related

Illustrator :: Saving As SVG Changes Artboard Size

Apr 10, 2009

Saving as SVG (w/out AI editability) changes artboard size ...why? ai saves the artboard dimensions as the frame, unless it decides to expand the frame to accommodate extraneous material. what is weird and disappointing is that ai does not read these frame values back in to recreate the artboard; you have to use preserve ai capability which attaches huge code. How to get it to retain the chosen artboard size?

View 2 Replies View Related

Illustrator :: CC - Save SVG With Artboard Size?

Feb 12, 2014

Illustrator CC: how do I save my svg with artboard size?
 
It looks right when I open it in Illustrator, but in finder is still letter size.

View 1 Replies View Related

Illustrator :: File And Artboard Changes Size When Export?

May 17, 2012

I all, I'm working on a file that I have setup as 1045 px by 154 px. When I export this file to jpeg, png or bmp the file become over 4000 px wide. This is likely an easy thing I'm missing.

View 8 Replies View Related

Illustrator :: Resize Canvas Size In CS6 - Not Artboard

Jun 26, 2013

Is there a plug in to resize the canvas size in Illustrator CS6?  Not the artboard, the canvas size

View 5 Replies View Related

Illustrator :: CS6 Artboard Size Crop (1200 X 600)

Nov 9, 2012

I'm in CS6 and have an .ai file that I need to first crop to 1200 x 600. I do not know the size / dimensions of the .ai , where can I find?
 
Inside the artboard I select the Artboard tool and I first need to crop the image to the same size  the black dashes are within the red solid line.
 
I would normally just go to save for web and set the new size there but I need to save this cropped file as a layered pdf. I know hwo to do that but I need to know how to find the current size of the .ai file, then crop it down.

View 5 Replies View Related

Illustrator :: Artboard Is Larger Than Requested Size

Jan 30, 2013

When I create a new file in AI CS 6, the artboard is larger than requested size, which shows up as a box within the too-big artboard. For example, when I create a new file, I set the artboard size menu to 1200 pixels wide by 750 pixels high, but the artboard created is about 6,000 pixels high and wide, with a black outline of the 1200 x 750 artboard that I tried to create.The actual artboard is much larger than the white area; I just cropped most of it in my photo software to show it here. What setting in the preferences or other menus fixes this problem? I didn't have it until today, so something got set incorrectly somewhere. I usually just see the 1200 x 750 white artboard against the dark background. It also seems to be happening now when I simply open an existing file. The artboard has suddenly increased to an enormous size.

View 9 Replies View Related

Illustrator :: Editing Size Of Artboard And Objects?

Sep 13, 2013

I was using a custom size of artboard in illustrator, but I now I want to change it to A4 size for printing. However, when I change it to a A4 size artboard, the size of objects on that artboard remain unchange. As a result these objects do not fit the new size of artboard. Are there any way that I can change both the size of artboard and objects at once?

View 6 Replies View Related

Illustrator :: No Longer Have Ability To Change Artboard Size

Dec 15, 2012

I'm working in CS6.
 
As I recall, you used to be able to change the artboard size when you first hit shift + O. There was a window for it at the top of the screen. Now,..for some reason that option is not there. It only gives me the ability to change the x and y coordinates. I have to double click the artboard tool to change the size of the artboard(s). How do I get back that ability?

View 4 Replies View Related

Illustrator :: Set Canvas / Artboard To Exact Page Size?

Aug 31, 2012

I am making a website on Illustrator 1,200 px 1,200 px. When i export it to .PSD i open it as a much larger file in pixels than this and with a whole Canvas/ Artbord white area which i don't need.
 
Is there any way to keep the page size like the final ouput without the white canvas area in the export?

View 2 Replies View Related

Illustrator Scripting :: Making Object The Artboard Size?

Jan 24, 2012

trying to make an object the exact size of the artboard.  This is something I do on a daily basis for several different reasons and it would be very useful if this can happen automatically for whatever size the artboard may be.  As I understand it the only way is with a script but I have no experience with making illustrator scripts, im definately no programmer.  I have set up quickkeys in the past to copy from the artboard inputs when you are on the artboard tool but these round to the nearest .01 and this is not accurate enough for what I am working with.  Also if I do this with multiple pages open illustrator is very slow to respond to the artboard tool.
 
Below is a script that I saw on here that I believe may contain what I need but now knowing programming. Where to start on editing.  All I need is the part where an object is placed on the artboard that is the exact same size as the artboard. 
 
#target illustrator function main() {     if (app.documents.length == 0) {          alert('Open a document before running this script');          return; // Stop script here no doc open…     } else {          var docRef = app.activeDocument;          with (docRef) {               if (selection.length == 0)

[Code].....

View 23 Replies View Related

Illustrator :: Create Designs On Artboard That Matches Screen Size

Nov 26, 2011

I create the designs on an art board that matches the screen size of whatever device I'm designing for, for instance 320x480px. The problem comes when I want to read the font sizes used in the design in order to apply them in the actual mobile app. Illustrator seems to use a strict 1px = 1pt rule. That means a 12pt font in Illustrator is always 12 pixels. This is however not true on the mobile device, which uses some other ratio. This means I have to "guess" the font sizes, trial-and-error style, which is ridiculous.
 
I've tried downsizing the art board, to something like 240x360 px, and then the font sizes do better represent those on the mobile device, but then all the graphics does not. So that's a no go.
 
Is there any way I can define in Illustrator the ratio between pixels and points? It seems Illustrator only supports a default 1 pixel = 1 point setting? (In Photoshop, for instance, this is not a problem as you can set the intended physical size of the document independently from the pixel grid. Any way to do this in Illustrator? Does Illustrator simply assume pixels is a physical unit, like inches and points?

View 2 Replies View Related

Illustrator :: CS6 No Longer Export Images Out At Their Boundary / Artboard Size?

Nov 7, 2012

I recently upgraded to Illustrator CS6, and suddenly clients have been remarking that the file sizes are wrong or there's "a ton of white space around the logo." I checked it out, and sure enough, it appears that whenever I export a file, it does not crop it to the image boundary like it used to, even if I had manually adjusted the artboard to fit closely around it. After a bit of trial and error, I discovered that I have to click "Use Artboards" on the Export dialog each time. The super annoying part is that it doesn't STAY checked, AND it adds a number to the end of the file name. So I often forget to check it (not used to the extra step in workflow), and if I make a modification to the file, I can't just export over the previous version. It requires me to export it, go find it in finder, and manually delete the extra number off the file name. The extra steps are adding way too much time when I'm saving out many files. I'm about ready to go back to my previous version just from this alone.  
 
Is there an easier way to do this? It seems like the addition of this feature would only cause extra problems...

View 1 Replies View Related

Illustrator Scripting :: How To Resize Artboard To Exact Mm Size Via Script

Aug 13, 2013

I'm trying to resize my artboard to an exact mm size via a script so then I can add this to a batch i'm trying to achieve.
 
I've been trying to use the following, but i cant work out how to add the size I want in mm?
  
#target illustrator

var doc = app.activeDocument;
var docVB = doc.visibleBounds;
    var myVisibleBounds = doc.visibleBounds; //Rect, which is an array;
    myVisibleBounds[0] -= 20; //left coordinate (use negative values to add artboard)
    myVisibleBounds[1] += 20; //ltop coordinate
    myVisibleBounds[2] += 20; //right coordinate
    myVisibleBounds[3] -= 20; //bottom coordinate (use negative values to add artboard)
    doc.artboards[0].artboardRect = myVisibleBounds;

View 4 Replies View Related

Illustrator :: Input Artboard Size And Add Crop Marks To The Board

Jun 7, 2013

coming from CS3 to CS6 I would like to input artboard size and add crop marks to the board.  Is this gone?

View 6 Replies View Related

Illustrator :: Remove Black Line Of Original Artboard After Increasing Size?

Jun 14, 2013

I increased my document from 8.5"x11" to 22"x34" and a black line of the original document remains. It is not selectable - the word "x page" appears when my cursor hovers on it.  I'm working in C6.

View 4 Replies View Related

Illustrator :: Layout Vertical / Horizontal Guides On Artboard - Copy Them Over To New Blank Artboard

Nov 3, 2012

1.) I dragged out vertical and horizontal guides from the rulers and then created a new art board. The new art board now has the horizontal guides carried over from the first art board. How can I have separate guides on each of my art boards? I am using art board rulers.
 
2.) Is there a way to layout vertical and horizontal guides on an art board and copy them over to a new blank art board?

View 3 Replies View Related

Illustrator :: When Saving A File Using Save Option / File Is Not Staying At Size Of Artboard

Jun 18, 2013

am having an Issue with CS6 when saving files. When saving a file using the 'Save' option (not 'Save As') the file is not staying at the size of the artboard as it should, it is however being aurtomatically cropped down to the actual artwork size. This is causing issues with the Process we work with as we need the file to stay at the artboard size.If I click 'Save As' and change the Adobe PDF Preset to 'Press Quality' then this works, however this means that every file we save(which is quite alot in a day) means we have to go through the 'Save As' option and manually change each save.why this has suddenly started to happen with our Illustrators and do you know how to fix this so that it stays at the Artboard size when 'Save' is used?

View 17 Replies View Related

Photoshop :: Brush Size Stuck At 1 PX?

Nov 12, 2013

I'm using Photoshop CS5 with a Wacom cintiq, and the brush size is stuck at 1 px, it won't change size no matter what -even if the brush size is set to 1000 px, the brush will paint a scraggly thin line...
 
I've changed brushes/ opacity/ flow/ pen pressure/ restarted photoshop/ restarted computer/ shut down, etc. It doesn't changeIt works just fine in the mixer brush tool, but not the regular brush tool..

View 2 Replies View Related

3ds Max :: AVI Output Size Stuck At 720x480

Jul 30, 2012

I have a comic problem with 3ds max. I want to have a 500X500 size video from 3ds max. However 3ds max creates 720x480 size avi video. Example: if I select 500x500 output size, when play the resulting avi, its 720x480. I really couldn't solve the problem. Even I am typing 500x500 custom size into output size command. Am I missing a setting somewhere?

View 8 Replies View Related

Photoshop :: Cs3 ...font Size Stuck Under 18px?

Aug 5, 2008

Sometimes I get an error saying that my font cannot be over 18px. I've used this font before with over 18, why do I keep getting this error? It is on different fonts, not just one, and only happens every once and a while but is a pain when I am needing to use a particular font but cannot because I cannot get it to a bigger size. Any one run into this error, is there anything I can do about it? I've shut down/restarted Photoshop,

View 7 Replies View Related

Premiere Pro :: Exporting Stuck At 0% And File Size Big

Mar 28, 2014

I'm trying to export my video game footage that I took. Which was captured in 60fps, 1920x1080, 48khz. I'm trying to export at h.264, 60fps, vbr 2 pass.
 
My concern is that when I increase the target bitrate the file size increases a lot. I left it at 10 atm and the estimated file size is at 1430MB. Now I've watched videos on YouTube, on Adobe Premiere export settings for gameplay footage and their file size is under 100MB with just about the same output settings as mine. I've tried exporting in Premiere but it just gets stuck at 0%, Adobe Media Encoder works but the estimated completion time is around 4 hours. When I watched those exporting videos it was almost instantly completed when he hit the export button. I could just wait 4 hours for every video I make but that's just not efficient. So I'm just curious on any solutions to my problem.
 
Could it be my computer specs? I mean I'm able to play games like Skyrim completely fine but it's not like I was recording a game such as that. I was recording an old Gamecube game for goodness sake.

View 1 Replies View Related

Illustrator :: Get Stuck On Opening File

Oct 14, 2013

I am using Illustrator CC and I am working on a file, after save it. I try to open it again and Illustrator stuck in thinking and never open the file.

Second time that this happened and with different files.

View 3 Replies View Related

Illustrator :: Gradient Stuck On Stroke CS6

Aug 7, 2012

I just dicovered the gradient stroke feature in illustrator CS6,  the problem now is I can't get out of it.  I am simply trying to apply a gradient within a shape, and it keeps only applying it to the stroke.  If I try to add a gradient to a path that doesn't have a stroke, it will automaticallly add a stroke. 

View 1 Replies View Related

Illustrator :: Stuck In Outline Mode

Jul 12, 2013

My Illustrator CS2 is stuck in Outline mode, no mater how many times I press CTRL Y.

View 2 Replies View Related

Illustrator :: Get Stuck On Hand Tool

Jul 26, 2009

my Adobe Illustrator CS3 where I'll be using the pen tool, and out of nowhere (usually after I've undone a couple of things it seems), the program will get stuck on the hand tool, and won't switch to any other tool. Time seems to be the only remedy because the problem will persist even if I try to work on another file, or restart the program. It also carries over to Photoshop.

View 11 Replies View Related

Illustrator :: CS5 Live Trace Stuck At Tracing?

Sep 30, 2012

I'm trying to "Live Trace" an image and AI says "Tracing" in the layers pane and just sits there forever. See image below:

View 3 Replies View Related

Illustrator :: Cursor Stuck On Pencil Tool

Oct 13, 2013

I'm in Illustrator 5.5 and my cursor is stuck on the pencil tool. I can't change the tool with either my mouse or hot keys. I can't even select all my artwork to paste into a new file.

View 8 Replies View Related

Illustrator :: Stroke Gradient Stuck In Greyscale

Oct 25, 2012

I'm trying to apply an along stroke gradient to a stroke made with an artistic watercolor brush that comes with the program. Whenever I try to do this the gradient comes out greyscale. In the gradient window it will show as the colors I've chosen (ex. white -> orange), but when I draw the stroke it comes out greyscale regardless. If I draw the stroke with a different brush, like a regular round brush, it works perfectly fine. It seems to be doing this with all "artistic" brushes.
 
Is there a link there between artistic brushes and greyscale? Am I just doing something very wrong?

I'm running the trail version, does it have something to do with that?

View 2 Replies View Related







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