Illustrator Export Help!

Hey all,
This is probably a stupid question but I'm in Illustrator and I'm trying to export a project to .jpg, but when I do, I have images sticking out of the artboard borders. there's a huge white border around my artboard. How do I crop the final image, or export so only the items on the artboard are seen?
Any help would be great!
Courtney

You need a script to clip to artboard.
This is only a code segment, need to be tested its a start.. the last line has the
"export current document to file export_File_Path as JPEG with options {class:JPEG export options, quality:80, horizontal scaling:700, vertical scaling:700, matte:false, artboard clipping:true}"
-- Get the File Path of Current Illustrator File
tell application "Adobe Illustrator"
  activate
  set current_Illustrator_document_Path to (file path of current document) as text
end tell
-- Get the Name of the File
set text item delimiters to ":"
set current_Illustrator_document_File to last text item of current_Illustrator_document_Path as text
-- Create the Name we will export to
set export_File_Name to ((text 1 thru -4 of current_Illustrator_document_File) & ".jpg") as text
-- Get the Name minus file extension
set export_Base_File_Name to (text 1 thru -4 of current_Illustrator_document_File) as text
-- Parse the Size Code from file name
set text item delimiters to " "
set sizeCode to last text item of export_Base_File_Name as text
-- Get the Containing Folder path from File Path
set text item delimiters to ":"
set fileLocation to text items 1 thru -2 of current_Illustrator_document_Path as text
-- Guess the name Illustrator will actually export the file to (spaces become hyphens)
set ourText to export_File_Name
set findThis to " "
set replaceItWith to "-"
set newText to switchText of ourText from findThis to replaceItWith
to switchText of theText from SearchString to ReplaceString
  set OldDelims to AppleScript's AppleScript's text item delimiters
  set AppleScript's AppleScript's text item delimiters to SearchString
  set newText to text items of theText
  set AppleScript's AppleScript's text item delimiters to ReplaceString
  set newText to newText as text
  set AppleScript's AppleScript's text item delimiters to OldDelims
  return newText
end switchText
set exported_File_Name to newText as text
-- Guess the Path of the File Illustrator will Export
set exported_File_Path to (fileLocation & ":" & exported_File_Name) as text
-- Define the Name we Wanted Illustrator to export (with spaces)
set export_File_Path to (fileLocation & ":" & export_File_Name) as text
export current document to file export_File_Path as JPEG with options {class:JPEG export options, quality:80, horizontal scaling:700, vertical scaling:700, matte:false, artboard clipping:true}
  end tell

Similar Messages

  • Why is my page set up drop down different from your illustration in help for printing background

    ''duplicate - https://support.mozilla.com/en-US/questions/830795''
    The page set up drop down menu looks nothing like the illustration in help. It does not include a box to check for "print background. How do I print background

    first, does it sound like I set it up correctly from what I wrote?
    Yes, all sounds correct.
    Second, I heard that adding a b/g AX to the network will slow everything down to b/g speeds but I have also read that simply using B/G AX's to add speakers by joining the network will not slow down the N network....which is it?
    The b/g AX devices will not slow down the network unless they are actively streaming AirTunes. Even then, audio streaming does not require a great deal of bandwidth, so for the most part, the effect would be negligible. Don't worry about it.
    Is my network slowed down to b/g speeds because of my speaker set up or not?
    The speed on your network will depend on a number of factors..are you downloading something while copying something else? Are you simply browsing? How far is the computer from the closest wireless access point?
    You can check your current available bandwidth on your local network by doing the following:
    Hold down the option key on your Mac while you click on the fan shaped AirPort icon at the top of the screen. Look for the Transmit Rate number.
    "g" wireless = 54 Mbps
    What do you see?
    Oh, and by the way, I don't know if this matters, but while the time capsule serves as the main base station, it is in bridge mode because it is plugged into a 2wire gateway router.
    If the Time Capsule is in bridge mode, it cannot act as the main base station. If you want, you could think of it that way if you are using the wireless on the Time Capsule as your preferred network, but the Time Capsule is not the "main" router.
    Message was edited by: Bob Timmons

  • Adobe Illustrator Export to JPEG (*.JPG) vs ICC Color Profiles vs Behance

    Hi,
    I work with Adobe Illustrator CC 2014. When I export my projects into *.JPG format (using both: 'Adobe Illustrator > File > Export' and 'Adobe Illustrator > File > Save for Web') I use ‘Embed ICC’ profile option. Every common image viewer I use (including web browsers and Adobe Bridge) respects those color settings and displays exactly what has been embedded. But when posting on Behance, my color settings are converted into something else! The only solution is to place my Adobe Illustrator file into a new Adobe Photoshop document , then export it into .JPG (with embedded color settings) and then post it to Behance. With this workaround my colors look pretty correct.
    Did someone experience the same and  could explain why Behance doesn’t respect the Adobe Illustrator export with embedded ICC profile settings?
    one thing more – even if my *.JPG produced with Adobe Photoshop (the correct one)  is displayed correctly, the cover photo (taken from the original) is still converted into different (Behance’s default??) color space. I believe this shouldn’t work this way. Is there any workaround to this? Is there any way my covers (miniatures) display the 'true' colors?
    Please advise
    Best Regards,
    Pawel Kuc
    ccmutants.com

    ok. I give up. It seems that Adobe Illustrator can export only to the JPEG File Interchange Format (JFIF) and Behence doesn’t fully support this format (for example it cannot read its icc color data correctly):
    (JPEG) Formally, the EXIF and JFIF standards are incompatible. This is because both specify that their particular application segment (APP0 for JFIF, APP1 for Exif) must be the first in the image file. In practice, many programs and digital cameras produce files with both application segments included. This will not affect the image decoding for most decoders, but poorly designed JFIF or Exif parsers may not recognize the file properly (http://en.wikipedia.org/wiki/JPEG_File_Interchange_Format#Exif_comparison)
    I’ve analyzed my files using JPEGsnoop 1.6.1 (really cool app by Calvin Hass, http://www.impulseadventure.com/photo/) and here is what I’ve found:
    A) *.jpg produced with Adobe Illustrator > File > Export > JPEG > ICC profile embedded:
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP0 (xFFE0) ***
    OFFSET: 0x00000002
    length     = 16
    identifier = [JFIF]
    version    = [1.2]
    density    = 72 x 72 DPI (dots per inch)
    thumbnail  = 0 x 0
    B) *.jpg produced with Adobe Illustrator > File > Save For Web > JPEG > ICC profile embedded:
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP0 (xFFE0) ***
    OFFSET: 0x00000002
    length     = 16
    identifier = [JFIF]
    version    = [1.2]
    density    = 100 x 100 (aspect ratio)
    thumbnail  = 0 x 0
    C) *.jpg produced with Adobe Photoshop > File > Save As > JPEG > ICC Profile embedded
    *** Marker: SOI (xFFD8) ***
    OFFSET: 0x00000000
    *** Marker: APP1 (xFFE1) ***
    OFFSET: 0x00000002
    length          = 1320
    Identifier      = [Exif]
    Identifier TIFF = 0x[4D4D002A 00000008]
    Endian          = Motorola (big)
    TAG Mark x002A  = 0x002A
    EXIF IFD0 @ Absolute 0x00000014
    Dir Length = 0x0007
    [Orientation ] = Row 0: top, Col 0: left
    [XResolution ] = 720000/10000
    [YResolution ] = 720000/10000
    [ResolutionUnit ] = Inch
    [Software ] = "Adobe Photoshop CC 2014 (Windows)"
    [DateTime ] = "2014:08:02 17:21:15"
    [ExifOffset ] = @ 0x00A8
    Offset to Next IFD = 0x000000D4
    EXIF IFD1 @ Absolute 0x000000E0
    Dir Length = 0x0006
    [Compression ] = JPEG
    [XResolution ] = 72/1
    [YResolution ] = 72/1
    [ResolutionUnit ] = Inch
    [JpegIFOffset ] = @ +0x0132 = @ 0x013E
    [JpegIFByteCount ] = 1006
    Offset to Next IFD = 0x00000000
    EXIF SubIFD @ Absolute 0x000000B4
    Dir Length = 0x0003
    [ColorSpace ] = sRGB
    [ExifImageWidth ] = 200
    [ExifImageHeight ] = 200
    So unfortunately the only option to produce the EXIF JPEG from an Adobe Illustrator project is to: Export *.ai file to JPEG (under Adobe Illustrator) > go to Photoshop > Create new project > Paste the *.jpg > and Sava As JPEG with icc embedded.

  • Import of variables from XML fails, diff shows no difference from Illustrator export

    Hi, all,
    I've got an AppleScript that I wrote to massage CSV output from Excel into a variable library that I can import into Illustrator. Because I have to maintain black and white and left and right specific image files and output files, I've tried every other solution, and this is the best I've been able to come up with.
    diff reports that comparing the output to output of the identical data set exported from Illustrator is a 1-1 match. (I previously identified a place where there was an extra space.)
    Illustrator rejects the file with the "The incoming variable library is invalid." error message.
    If I copy and paste the contents of the output of my script into the file Illustrator exported, Illustrator reads it back, so my XML is correct.
    I'm using Illustrator CS2 and 10.4.11. Does Illustrator set some kind of creator code on the file? Is there something else that could be at work?

    hi, i am still having lo luck with reading the xml data back into memory, as i have said before, the netbeans profiler is telling me it is a char[] that is using 50% of the memory but i cannot see how a char[] is created, my code doesn't so it must be the xml code...plz help

  • Waar is Illustrator CS5 Help PDF (gebruiksaanwijzing)?

    Wie weet waar ik de Illustrator CS5 Help PDF (gebruiksaanwijzing) kan downloaden? Op de verwachte plaats verschijnt niets

    Hi Silkrooster,
    Thanks for your suggestion. I've used the Adobe Remover Tool a while back (which, as far as I know, is supposed to remove all of your cached settings, etc.), and it seemed to clear out my errors for a while, but I've been getting quite a few again. Nevertheless, I've removed the "AIPrefs" file as you suggested in hopes that it will reset everything.
    I'll see how it goes and update this discussion in a few days.
    Thanks for your reply! And any other thoughts are still welcome.
    P.S. I was able to remove my AI Preference file using these two tutorials in case anyone else needs to know as well:
    http://zethinovaworks.wordpress.com/2012/04/12/restoring-and-deleting-preferences-in-adobe -illustrator-for-windows-7-or-vista-users/
    http://www.illustratorhints.com/2010/05/delete-preferences-file/

  • Illustrator PNG Export help...

    Hi,
    Artwork is done at 5x7in, i want to export this as a PNG for print purposes however the more i increase the ppi the bigger the pixel size. I want to export it at a high resolution but keep the pixel size to 500x700.
    Is this possible?
    Currently to achieve the 500x700 pixel size i change the ppi to 104, if i switch off anti alias then its fine for straight lines and shapes, however if i have a line or shape at an angle it gives these shapes a jagged edge!!
    Thanks

    Ok let me try to explain...
    Its for a backend web interface thats been designed to only accepts PNGs, so for example say the artwork is 5x7in created in illustrator and has 4 different colours, each colour needs to be exported as a seperate PNG so when the customer visits the site they can change the colours of each layer to whatever they want via the front end. Once the customer has finished customising the artwork via the fronend the system/interface then sends me the final version for print, even though this final PNG is high resolution its no good since the original imported PNGs were low res!
    The backend interface will only accept a size of 500x700 pixels which is fine at 72ppi however this is no good for print purposes.
    The only way i have managed to make this work is to turn off anti aliasing when exporting the PNG, however this works great for stright lines and standard shapes but anything else has a jagged edge!
    Is there a solution i can try? as i have tried everything i can think of.
    Thanks

  • Export problem Illustrator CS4 - help

    Can anyone help? I export a file to JPEG at max quality, anti alias unchecked as I normally do, then open that file in Photoshop, resize and save for web. Has been working perfectly, file is clear on screen when enlarged. Now when I do the same operation, my file in Photoshop is all 'jagged edges'. I did change the anti alias settings in .ai as a test but reset everything, however, now my files will not export clearly. Help.

    Turn off OpenGL in Photoshop's prefs. Sounds like you are seeing the hardware-accelerated texture smoothing that kicks in when zooming.
    Mylenium

  • Saving as DWG in Illustrator CS2 - help!!!

    I'm trying to save a file as a .dwg or .dxf in Illustrator CS2. Everytime I save, it creates two files, a .bmp or .jpg and the .dwg or .dxf
    Does this always happen, the two file situation? Because then the files can't be separated from each other if you intend to open them. I need to send these to part of our parent corporation, and it was my understanding that it shouldn't be two documents. I'd never saved as a .dwg or .dxf before, so this is new to me, I'm not sure what is considered "normal."
    Can someone help me understand what's going on here?

    It's normal in case your Illustrator file contains rasterized objects or objects which are rasterized during the export process.
    You can choose which raster format to use in the Auto CAD export options (in Illustrator 14 it's .png or .jpg). Any raster object in the Illustrator file is separately exported to the same folder the .dwg file is exported to. When you reopen that .dwg in Illustrator the raster files come in as linked files.
    Just send them the whole folder including the .dwg and the raster files.

  • Illustrator Export Problem ...wrong code

    Hello,
    there is another big problem when i want to export from Illustrator:
    This is from the example file JavaFXInvaders.fxd:
    SVGPath {
        fill: Color.TRANSPARENT
        stroke: Color.BLACK
        strokeWidth: 4.0
        content: "M341.35,457.45 C341.35,448.38 342.33,430.81 328.43,432.96 "
    },                    This is what i get:
    SVGPath {
        fill: Color.TRANSPARENT
        stroke: Color.BLACK
        strokeWidth: 4.0
        content: "M341,35,457,45 C341,35,448,38 342,33,430,81 328,43,432,96 "
    },As you can see in the content attribute there is a problem with commas and dots. This is not only in SVGPath but in LinearGradient, Transform, Polygon etc.
    I am using Windows XP German, tried the export with ILL CS3 German and ILL CS3 English. Both times the same ****. I don't get any working design.
    Anyone an idea? Would be nice to hear some other experiences,
    riepi
    Edited by: Riepi on Aug 6, 2008 5:32 AM

    Hi Riepi,
    what comes up my mind is "local settings". I guess your local settings is set to german and hence decimal point is represented as comma. Can you try to set local settings in Win Control Panel to English, restart Illustrator and try again? It should help.

  • Image in indesign file not showing in pdf export - help!

    Hi there -
    Exporting my indesign file to a pdf has been fine up til now - all the images and text are showing up fine except for one. The image is one that I edited in Photoshop (CS4) - it's a drop shadow layer. I then placed it in Indesign and fiddled with its opacity. And then I exported. Literally, everything else in this rather substantial file is fine. I increased the opacity of the image to 100% and it did actually show up in the pdf, as it appeared on indesign. Then I tried decreasing the opacity by a minimal amount (to 85% - I'm aiming for around 45%) and it disappeared again. Not sure how to fix this. Thanks for any help
    (in Indesign)    (in the pdf)

    Just so you know that Steve isn’t blowing smoke, this is a well known problem with Preview. It works just fine for PDFs out of Word and the like but is simply not up to the task of handling advanced features.
    Bob

  • I forgot what I changed in Illustrator, please help

    When ever I resize the graphics or letters it doesnt let me.
    I pressed something and totaly forgot what I did when I was going thorugh the Lynda.com courses Illustrator Fundamentals.
    The Illustrator is downloaded from Adobe.
    An expert in Illustrator deleted all my Illustrator stuff but nothing changed.
    Please help what do I need to do?

    And another thing that the expert was frustrated about
    when I type in the letters, he couldnt get the selction around the letters or around the image.
    He was very frustrated please help with this how to get selection around the letters or the image.
    I did something in Illustrator that it doesnt do it anymore.

  • Mobile output error in HTML vs BC export, HELP!?

    When I view the site on Business Catalyst the mobile site views properly but when I export it as an HTML and upload it to a different server not hosted in BC it shows differently, HELP! Thanks! See images below for reference...
    I have also viewed it in different browsers on the mobile phone... Thanks again!!!
    Ok, first off, I have the donswigs.com forward to another site that is hosting the actual webpage and then the address is being masked...
    When I go to the direct link, not donswigs.com, the phone view works fine. When I go to the address, the donswigs.com, that's when it show the extra grey space... any fix around for that?
    Thanks!!!!!

    Hi Helder,
    Can you please let me know wether if you have found a solution for  this problem....
    Bcoz  i am also facing the similar one now...
    please post the solution if you can...
    or GURU'S some help please......................
    Thanks in Adv
    Dev

  • Failed Export - HELP!

    Source File is a 1280 x 996 (29.97, square pixels) wmv file created through Go To Webinar, which I then edited in Premiere Pro CS3 (on a Dell laptop).
    Project is 720 x 480,"Fit", 29.97, square pixels.
    Original audio was poor quality and contained re-takes, so I used "render and replace" to edit audio in SoundBooth (CS3).
    Edit divides the source file into two parts. Part one of the edit is about 40 minutes, Part 2 is roughly 20 minutes.
    Edit is pretty basic, some crossfades, a handful of extra images, etc.
    I have been able to render the project within Premiere. However, for some reason, I cannot seem to get it to export the project without crashing.
    It gets about 60% through, then crashes. I've attempted to fix the frames where the crash occurs, but it seems to be inconsistent. I fix one, and then it crashes at another frame the next time.
    Export settings are 720 x 480, fit, 29.97, square pixels, Video - "constant", 2 passes, Image Quality max, Maximum bitrate 256 (though I have tried higher as well, and that also crashed). Audio - "constant", 2 passes, 48 stereo CBR.
    I have tried exporting a variety of ways, including Export - Movie - Quicktime. 
    Desired file format is wmv or other You-Tube compatible format.
    Thoughts??
    Need solution ASAP.

    HI,
    Boy, that must be a pretty big file ...60 minute film
    You said....
    >>>>>>>>>
    It gets about 60% through, then crashes. I've attempted to fix the frames where the crash occurs, but it seems to be inconsistent. I fix one, and then it crashes at another frame the next time.
    <<<<<<<<<
    What do you do to fix the frame ???
    There is a program called GSPOT...free....that can tell you more about the video and audio file you are working with.... And maybe it would help to know to use that program and tell people here more about the file you are working with in Premiere....It sounds like you already tried a few things to export the file, so I doubt just guessing about those settings will be much help to you.  Maybe GSPOT can give more information about the file.
    And ...I'm just curious....you do have a big enough hard drive to handle a large exported file on your laptop ??
    Rod

  • Stupid updater has messed up my Illustrator! Help??

    I'm on the Illustrator discussion board with this too, and still no help. Seems a few of us are experiencing difficulties with the Pathfinder feature in Illustrator after using the BAD updater everyone seems to hate so much.
    What can I do? I've tried the prefs, permissions, create new user etc and it just doesn't help.
    Of course, considering some of the things that seem to have happened to others, maybe I'm not so bad off. At least I still can use the &%$@ machine.
    Is there any way to revert to "before updater"?!
    thanks everyoe

    Thanks for answering...I was just in the worst mood as you might imagine. There are a couple of us over in the Illustrator forums who are rather cheesed off about this.
    I guess it was my bad about the updater, but after years and years of being spoon-fed everything by the IT dept at my old work (they'd DIE if we ever tried to do anything ourselves) I just got lazy.
    One last question b/c you seem to know what you're talkin' bout, Willis is the "archive and install" anything like in Windows where you can just step back to your old OS version? Or will I have to back every dang thing up and reinstall it all?
    Any help doing your fix suggestion would be GREAT. Thanks again

  • Error message "Can't open the illustration." - HELP

    I work for a small company in the product development area and we use AI every day, all day. We work on PCs (windows 7) in AI CS6 design standard.
    About a week and a half ago, I got the error message "Can't open the illustration." I then proceeded to recreate my file that was lost, once saved and closed, the same error message popped up after trying to reopen. The file was recreated by another person, and the same error message occurred. This has now happened to 5 of my files and a handful of files created by coworkers.
    The error seems to be completely random, as we have been able to create other files without a glitch. The other odd thing, is that the one person who uses a mac in our creative department was able to open our 'lost' files as single pages on her AI CS4.
    Please help!
    Thank you.

    We have tried both saving the files on our company server and on our individual desktops - neither of which will open the files.
    Fonts are ok - they are all created and saved in CS6.
    Printers, I believe are all correctly set up.
    We tried a complete reinstall on one PC - still running into the same random files ending up 'lost' with the same error message.
    Originally, the cs6 design standards (6 licenses total) were loaded to the server/shared drive and then downloaded onto each PC from there - we believe this may have something to do with the corruption, but this problem has just begun within the last month and the programs were all downloaded over 6 months ago.

Maybe you are looking for