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?
So I have been adding in some text over a .jpeg image. Then I am making them into a .dwg file. I have running into a lot of issues with the text though. In the .ai file the text is all horizontal. When I export it however the text turns vertical. I am looking at the file in Autodesk Truview 2014. Just wondering if this is a bug or there is some way to avoid this. I am also using Adobe CS2.
I moved an object I was creating to the artboard. In doing so, it reveals pink & red vertical lines around all the elements within the object. Each line section has a mini pink or red box with a number at the top corner and what looks like a histogram?What is this information and how do I remove it?
I have a grouped object with a line in it. I want to rotate the grouped object so, that the line in the object is horizontal or vertical. Now I do it by hand, this takes a lot of time.
Any way to allow a user to choose a folder from a default location. I thought I had found the solution but it's not quite working as I wanted:
#target illustrator
//Example 1 var output_folder = Folder.selectDialog ('Choose PDF output folder.');
//Example 2 var myFolder=Folder(app.activeDocument.path).selectDlg("Choose PDF output folder:");
If I use the code in example 1 the choose folder dialog appears and the 'Open' button is available and when I press the button the location is chosen as expected. However if I use the code in example 2, although the choose window opens in the path of the active documents location the 'Open' button is not able to be pressed until I select a folder., which means that the chosen location is not correct. I should indicate that I'm running this code on a Mac.
Any way to have a choose folder dialog window specify a location and be able to select that.
I am working on a plugin application, in that saving Image files on a specific location by using JSX file.I have done with that but it works only with local drive.I want to save that file on my Network Share by using JSX.
I want to save Current open Document on remote location (on server).
I am able to save it on my local machine(the machine i am presently working on).
Now I want to save it on some remote server.
I am using following code for that:
var doc=app.activeDocument(); var aiSaveOptions1=new IllustratorSaveOptions(); var aiFile1 = File( '/osn-pc-16/adobe/1/Original.ai' ); doc.saveAs(aiFile1,aiSaveOptions1)
I'm trying to use some images in my ScriptUI dialog, but I want to use a "relative" path name, and I can't seem to get it to work.For example, this myScript.jsx works just fine, but as you can see, I'm using an "absolute" path name to transparencyGrid.jpg:
var w = new Window ("dialog"); var f = new File ('~/Desktop/transparencyGrid.jpg'); w.add ("image", undefined, f); w.show ();
However, I want to be able to use a relative (to myScript.jsx) path to point at transparencyGrid.jpg, like this:
var w = new Window ("dialog"); var f = new File ('../../../transparencyGrid.jpg'); w.add ("image", undefined, f); w.show ();
But, I can't seem to get this to work because relative paths seem to be relative to the current folder, Folder.current, not the location of the currently executing script.I say that because when I do this:
alert(Folder.current);
The only thing the alert message shows is a backslash (/), indicating to me that the current folder is the root of my OS, but I thought it would be the folder where myScript.jsx resides.
So, is there a way of setting Folder.current to the location of the actual script?
when I am trying to extract an element of an image from a larger image (using a layer mask) come across straight sections - but at an angle - at this point it would be nice to be able to put a "ruler" across that section and brush against it for a nice clean line. I tried creating a marquee and using the boundary box to position it - but when I rotate the marquee it wants to take that bit of the image with it...
In CS6 when I crop, the crop would automatically be vertical on a vertical pic, and horizontal on a horizontal pic. The new CS7 (Photoshop CC) doesn't do that.
I have downloaded photos from an Iphone 4s to my desktop computer. The photos are horizontal and when I rotate them to vertical and try to save them I get the message " could not complete your request because of a program error". I have no problem doing this with photos from my Canon camera.
The problem is that when I choose or designate an outline thickness, the horizontal is much thicker than the vertical. I need consistency. Especially noticeable if I modify a font, enlarge it, stretch or skew. I do set the outline to scale with image and also don't outline until I am finished with the modifications.
Is there a way in actions or scrip to size a folder of different size horizontal and vertical images at the same time so that the longer edge ( h or V ) is equal - ie - horiz long side 2", shortside whatever on Horizontal - Vert long side 2", shortside whatever on vertical ? at present I am separating H & V and using two different actions .
Alright, I made a custom bookshelf to fit under my stairs, however, when I created them, I made them on a horizontal plane, so when I loaded into my project, my book shelf is laying down in the middle of the living room floor, which was fun at first, but nearly an hour later I am not so amused. Is there a way to flip it vertically or do I have to remake the whole bookshelf?
I would like to know how to draw this pipe as shown in this picture below. Draw a 3d pipe with horizontal curve and vertical curve elements combined. Here are the design elements
for the horizontal curve for the vertical curve radius=30.798m radius=18.000m angle=29deg angle=60deg
The diameter of pipe that i am trying to draw is 5 meters.
how you would batch resize a ton of photos to 50 % of its original size.The workflow I've had before is going trough image processor and doing the resizing when I'm converting to .jpeg. The only problem with image processor is that the resizing doesn't seem to be smart enough to differenciate horizontal with vertical.
So say I choose a specific resolution of 2880 x 1920p all my horizontal pictures are great, but the vertical ones turn out at 1280 x 1920p.
So how do I batch resize in a way that photoshop would know to turn horizontal pictures to 2880 x 1920p and vertical ones to 1920 x 2880p?
i am looking for a command that will let me take a scan of something and say "make vertical" and have PS prompt me for two pickpoints with the second pickpoint being directly above (i.e. vertical) the other. alternatively i would like to have a way to "make horizontal" and pick two points that i want oriented in a horizontal line to each other.
right now the way i do this is to rotate clockwise or counterclockwise by 90 degrees, then rotate by some arbitrary amount like 3 degrees, and then to do a series of 0.25 degree rotations - as i check by running a rectangular border top to bottom (or right to left) against something in the image until it is almost correctly oriented.