Illustrator CS Exporting Problem

Ask a Question related to Adobe Illustrator Macintosh, Design and Development.

  1. #1

    Default Illustrator CS Exporting Problem

    I'm using Applescript to export individual objects on an Illustrator document to graphic files. The problem I have is that the different export formats do not seem to support the same features.
    The features I require are:

    a) The graphic file dimensions must be the same as the Illustrator object dimensions

    b) The graphic file must contain an alpha channel

    If I select JPEG as the format I get feature 'a' but not feature 'b'.
    If I select PNG24 as the format I get feature 'b' but not feature 'a'

    I could save out the same as a JPEG, convert it to PNG24 and some-how create an alpha channel but this is a long-winded solution.

    Is there anything i'm missing or is this a current limitation of Illustrator.

    Regards.
    Kev.
    Kevin_Gale@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Exporting eps /ai files to Illustrator
      Why can't Macromedia and Adobe just get on? Or at least get their applications talking to each other!! When I try and export a FH11 file as an...
    2. Exporting to illustrator 10?
      Most of my clients and ad agencies use Illustrator. While this has never been a problem as i can export to Illustrator. Lately, they (those idots...
    3. best way of exporting to illustrator
      Any suggestions for the best way to export to illustrator CS from freehand 11? I have logos that contain inner shadows and drop shadows, when I...
    4. Photoshop CS and Illustrator CS - Exporting Paths to Illustrator problem...
      I have an image in Photoshop. I created a path on it and did export paths to illustrator. Saved a illustrator file and opened in Illustrator CS....
    5. Exporting to Illustrator
      I used to be able to export files which contained text to Illustrator with no problem. Now, however, I cannot as Illustrator will only open files...
  3. #2

    Default Re: Illustrator CS Exporting Problem

    Have you tried placing a box around the art and creating a crop area then saving as png? It should give you both a and b.
    Scott_Weichert@adobeforums.com Guest

  4. #3

    Default Re: Illustrator CS Exporting Problem

    Scott.

    Thanks for your reply.

    This works manually but cannot be automated via Applescript.

    However, thanks to your suggestion I have been able to solve my problem by creating a transparent box with the same dimensions as the text box, exporting as a png and then removing the box all via Applescript.

    Cheers.
    Kev.
    Kevin_Gale@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139