Adobe Illustrator Save to TTF

I've been wondering this for a while and I know there are several threads of others discussing the desire to make fonts straight inside of Illustrator.
While there are ways to make a font inside of Illustrator there is no way to export directly from Illustrator to TTF or OTF or any other font file format to then directly load into the fonts folder and start using. With Illustrator having the capability to make custom brushes and save will we ever see an export to TTF?
Will labs ever be creating an addition to Illustrator to save out a font file?

Hi Stephen,
The problem is that the input for the page range is text (even if it is just one number). You're trying to put in a Number (the i you get from the loop). You'll need to convert the number to a string, probably by using the "as text" command.
What I use is (simplified): first check for multiple art boards (and set the range as text), if there is only one set the multiple artboards option to false, else set the page range. You don't have to build a loop to export each artboard seperately.
tell document 1
if (count of artboards) > 1 then
set pagina_bereik to "1-" & ((count of artboards) as text)
else
set pagina_bereik to "1"
end if
end tell
if pagina_bereik = "1" then
save document 1 in file DestFIle as eps with options {class:EPS save options, preview:color TIFF, embed all fonts:true, embed linked files:true, include document thumbnails:true, PostScript:level 2, save multiple artboards:false}
else
save document 1 in file DestFIle as eps with options {class:EPS save options, preview:color TIFF, embed all fonts:true, embed linked files:true, include document thumbnails:true, PostScript:level 2, save multiple artboards:true, artboard range:pagina_bereik}
end if
Hope this helps,
Ton

Similar Messages

  • Adobe Illustrator save as PDF

    I'm not exactly sure where my new problem lies. I'm trying to save out single page PDFs from an Illustrator CS4 document with multiple artboards. Each artboard should become a PDF. I can get a multi page PDF, but when it saves single page files, I get white PDFs with error messages on them (I think it is saving .ai files with a .pdf extension).
    this is where I am now (simplified, of course):
    tell application "Adobe Illustrator"
    set docName to name of current document
    set itemNumber to 1
    tell application "Finder" to set fileLoc to path to desktop as string
    set pageCount to (count artboards in document docName)
    tell current document
    set allPlacedItems to placed items
    repeat with h from 1 to (count of allPlacedItems)
    set thisPlacedItem to item h of allPlacedItems
    tell thisPlacedItem to embed
    end repeat
    set allTextItems to text frames
    repeat with j from 1 to (count of allTextItems)
    set thisTextItem to item j of allTextItems
    tell thisTextItem to convert to paths
    end repeat
    end tell
    repeat with i from 1 to pageCount
    set pdfSaveOptions to {class:PDF save options, pdfXstandard:PDFX None, compatibility:Acrobat 6, preserve editability:false, generate thumbnails:false, optimization:false, acrobat layers:false, artboard range:i, view pdf:false, color downsampling:0, color resample:nodownsample, color compression:none, grayscale downsampling:0, grayscale resample:nodownsample, grayscale compression:none, monochrome downsampling:0, monochrome resample:nodownsample, monochrome compression:none, compress art:false, trim marks:false, registration marks:false, color bars:false, page info:false, page marks style:Roman, trim mark weight:trimmarkweight025, offset:6.0, bleed link:true, bleed offset:{0, 0, 0, 0}, color conversion id:none, color destination id:none, color profile id:include all profiles, trapped:false, font subset threshold:50.0}
    set pdfName to docName & "TEST" & itemNumber & ".pdf"
    set destFile to (fileLoc & pdfName) as string
    save document 1 in file destFile as pdf with options pdfSaveOptions
    set itemNumber to (itemNumber + 1)
    end repeat
    close current document without saving
    end tell

    Hi Stephen,
    The problem is that the input for the page range is text (even if it is just one number). You're trying to put in a Number (the i you get from the loop). You'll need to convert the number to a string, probably by using the "as text" command.
    What I use is (simplified): first check for multiple art boards (and set the range as text), if there is only one set the multiple artboards option to false, else set the page range. You don't have to build a loop to export each artboard seperately.
    tell document 1
    if (count of artboards) > 1 then
    set pagina_bereik to "1-" & ((count of artboards) as text)
    else
    set pagina_bereik to "1"
    end if
    end tell
    if pagina_bereik = "1" then
    save document 1 in file DestFIle as eps with options {class:EPS save options, preview:color TIFF, embed all fonts:true, embed linked files:true, include document thumbnails:true, PostScript:level 2, save multiple artboards:false}
    else
    save document 1 in file DestFIle as eps with options {class:EPS save options, preview:color TIFF, embed all fonts:true, embed linked files:true, include document thumbnails:true, PostScript:level 2, save multiple artboards:true, artboard range:pagina_bereik}
    end if
    Hope this helps,
    Ton

  • My Adobe Illustrator is CS6 and it corrupts the file if I save it using accents

    My Adobe Illustrator is CS6 and it corrupts the file if I save it using accents. How do I fix this?
    I mean, if I save a file called "crachá" I'm using an accent on "a" so it showed as "á" but if I do this Illustrator says the following error:
    "The file may be read-only, or another user may have it open. Please save the document with a different name or in a different foulder"
    and when I try to open it says:
    "The file "Crachá.ai" is in an unknown format and cannot be opened."
    So, my solution is to create a new file and call it "Cracha", without the accent. But it never happened before. How can I fix this legitimately?
    Thanks.

    As for the resolution problem: upsampling an image doesn't improve its quality, because there's simply not enough information there.
    As for the warning you get: it's most likely caused by RGB color mode or by placed RGB content that interacts with other content in the file (e.g. because you applied transparency)
    In English it's this one:
    As far as I see it there's no alternative to learning the basics of printing, color management and transparency. This is nothing that can be done by some forum posts.
    Printing:
    http://rufus.deuchler.net/2011/06/adobe-publishes-a-new-creative-suite-555-printing-guide. html
    You need to understand what's happening on conversion of RGB to CMYK color space, which will happen when printing to offset presses. When you print on office printers, something else happens and all kinds of color may come out, because these machines sometimes do their own color correction and everything depends on how you set up the machine.
    Provided you check the PDF in Acrobat: you need to set up color management there as well. This might lead to the differences (greenish) you're seeing.
    Find a good book on color management and read the manual:
    Creative Suite * Understanding color management (there's more about the subject)
    As for transparency:
    http://partners.adobe.com/public/asn/en/print_resource_center/Transparency-DesignGuide.pdf
    http://partners.adobe.com/public/asn/en/print_resource_center/TXPGuide.pdf
    Before sending files to a print service provider you need to get information on how they need the file. Most providers won't accept PDFs generated with "No color conversion". Or they won't guarantee for the output.
    What you see on your monitor won't necessarily match the printed result unless your system is correctly calibrated and color management set up. And even then there might be differences.
    Can't you contact this former colleague, pay him an amount of money and let him teach you the tools of the trade?

  • "This is an Adobe Illustrator file that was save without PDf content."

    I have a client that has been working on a file in AI CS, never left his machine, but when he went to open it today he gets a message that says this file "was generated by a newer version of Illustrator. Would you like to import this file? Some data loss may occur".
    And when we click the "Import" button, we then get:
    "This is an Adobe® Illustrator® file that was saved without PDF content. To place or open this file in other applications, it should be re-saved from Adobe Illustrator with the "Create PDF Compatible File" options turned on. This option is in the Illustrator Native Format Options dialog box, which appears when saving an Adobe Illustrator file using the Save As command."
    However, even though this was created in AI CS, all other machine and all other versions of AI (even CS3, 3.3, 2, etc..) we get the same exact error message. How it can be newer than CS 3.3 when it was created in CS is strange to begin with.
    I assume this is some sort of corruption, but was wondering if there were any cures. It seems our backups have backed up this file in it's current state (corrupt), which is a huge issue at this point.
    Thank you very much for any help!

    I have sometimes had this trouble since I updated Acrobat.
    "This is an Adobe® Illustrator® file that was saved without PDF content ..."
    Not sure what's wrong - it seems to happen even though the Illy file is saved with PDF content and everything embedded.
    Another thing: When viewing pdfs under Advanced>Print Production>Output Preview I repeatedly get an RGB simulation preview even though I know that the file is CMYK. So I have to choose a CMYK simulation preview and then things look o.k.
    Is there any way to stop the RGB preview coming up? I note that Convert Colours messes things up completely, so it's only the preview that's wrong.
    Any ideas, Wade?

  • How to save 4 artboards as 1 JPG image in Adobe Illustrator?

    I am doing an online class for fundamentals of design.
    I had to create 4 different designs, so I did this by doing them on 4 different artboards.
    I need to save my work for "web and devices..." as a JPG image in Adobe Illustrator (this i can do). But I want to save this assignment as 1 JPG image with all four artboards showing on one image.
    Can anyone tell me how to do this step by step.
    Thanks so much!!!
    Oh I am using Adobe Illustrator CS5.1

    Make a new artboard by selecting the Artboard tool and shift-click where you want it to start, then drag it out to cover all four of the images.

  • Adobe Illustrator (CS5) keeps crashing when I try to save my files

    So in the last few weeks, my adobe illustrator has started acting up and won't save my files unless they are in the folder that the program makes itself. Those are usually files with long names that are a series of numbers and letters. Even if I copy and paste the name into a search, my computer isn't able to locate the folder, which makes it impossible to do any work because it will only save to one place. Has anyone else had this issue and know how to fix it?

    Does this help any? I'm trying to save my files to my desktop (or anywhere locatable for that matter) But it only allows me to save to this file for some reason. Even if I copy and paste the name of the file, it does not appear when I try to find my file outside of AI. When I try to choose a different location, I get the error message below

  • Adobe Illustrator CS6 crashes when I "Save As"

    With iOS Yosemite installed, now my Adobe Illustrator CS6 crashes when I "Save As".  And I have to reopen it every time.  Any help?

    Hello-
    I hope this is the correct place, format, etc.
    Illustrator keeps crashing when I try to 'save to' a different location than whatever the default happens to be.
    I tried trashing preferences, uninstalling, disabling all user fonts...to no avail.
    Please help!
    Thanks so much for your time.
    1/21/15 4:40:47.126 PM Adobe Illustrator[588]: 6   Adobe Illustrator                   0x0011265e _Z26AWS_CUI_GetVersionCommentsP15OpaqueWindowPtrRN5adobe1q9QDocumentERNS2_7QStr ingERNS2_14QAttributeListEPS3_PNS2_8QProjectEl + 1005154
    Process:               Adobe Illustrator [546]
    Path:                  /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:            com.adobe.illustrator
    Responsible:           Adobe Illustrator [546]
        __IMPORT               000000000c433000-000000000c434000 [    4K] rwx/rwx SM=PRV  /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    --> __LINKEDIT             000000000c434000-000000000c43a000 [   24K] r--/rwx SM=COW  /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    69  com.adobe.illustrator         0x006d1357 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3674951
    70  com.adobe.illustrator         0x006ce468 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3662936
    71  com.adobe.illustrator         0x006cec82 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3665010
    72  com.adobe.illustrator         0x0009d879 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 526461
    73  com.adobe.illustrator         0x0009ed27 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 531755
    74  com.adobe.illustrator         0x000a2a31 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 547381
    75  com.adobe.illustrator         0x00078408 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 373772
    76  com.adobe.illustrator         0x00585e25 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 2317845
    77  com.adobe.illustrator         0x003442e6 AWS_CUI_SaveAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 139182
    78  com.adobe.illustrator         0x005fe08b AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 2809979
    79  com.adobe.illustrator         0x0013ff2a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1191726
    101 com.adobe.illustrator         0x000aaca0 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 580772
    112 com.adobe.illustrator         0x000aafa1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 581541
    113 com.adobe.illustrator         0x00112f9c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1007520
    114 com.adobe.illustrator         0x000d412a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 749870
    115 com.adobe.illustrator         0x00003316 0x1000 + 8982
    2   com.adobe.illustrator.plugins.AISaveForWeb 0x15a198bb CEveFunctionPropertyList::AddItem(char const*, Eve::DataType, std::string const&) + 106329
    3   com.adobe.illustrator.plugins.AISaveForWeb 0x15a14303 CEveFunctionPropertyList::AddItem(char const*, Eve::DataType, std::string const&) + 84385
    4   com.adobe.illustrator.plugins.AISaveForWeb 0x15a199c8 CEveFunctionPropertyList::AddItem(char const*, Eve::DataType, std::string const&) + 106598
    2   com.adobe.illustrator.plugins.Scripting Support 0x119d394b PluginMain + 447467
    3   com.adobe.illustrator.plugins.Scripting Support 0x119b5b23 PluginMain + 325059
    4   com.adobe.illustrator.plugins.Scripting Support 0x119d3a58 PluginMain + 447736
    1   com.adobe.illustrator         0x00677ef4 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3309284
    2   com.adobe.illustrator         0x006790d9 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3313865
    3   com.adobe.illustrator         0x006792a9 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3314329
    1   com.adobe.illustrator         0x00677ef4 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3309284
    2   com.adobe.illustrator         0x006790d9 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3313865
    3   com.adobe.illustrator         0x006792a9 AWS_CUI_RevertAlert(OpaqueWindowPtr*, adobe::aws::gen::String<unsigned short>&, adobe::aws::gen::String<unsigned short>&) + 3314329
        0x1000 -  0x10ddfe7 +com.adobe.illustrator (39 - 15.1.0) <A59087EC-3C72-CC25-4C18-47FAB3D91DFE> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    0x13fe000 -  0x14cbfe7 +AdobeAXEDOMCore (0) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeA XEDOMCore
    0x153d000 -  0x154dfff  com.apple.carbonframeworktemplate (1.0 - 1.0) <02AB017F-BF6A-B96F-9D39-5F23B36EF2E5> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
    0x1554000 -  0x156fff9 +AdobePDFSettings (1) /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/Adobe PDFSettings
    0x158a000 -  0x15cefff +com.adobe.illustrator.aiport (AIPort version 1.0 - 1.0) <65C09343-06AC-9256-3260-70AFDEA99C82> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x1633000 -  0x1633fff +SPBasic (0) <00D26E34-33A4-31BF-3516-87513A07D019> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x1638000 -  0x163effb +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <5B4C881B-6885-96F2-BD05-BE9C44A7546C> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSp lashKit
    0x1647000 -  0x175cfff +AdobeACE (1) <BFF50B9A-8BCA-08D1-0260-FF251DA05EC7> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x1782000 -  0x1ca8fff +AdobeAGM (1) <72363979-F9A0-0EA2-3E16-AB8D6EA0F12E> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1df2000 -  0x1e2efff +AdobeARE (1) <B2DBDCF9-944F-7C5A-43CF-A5E207BEE94B> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x1e38000 -  0x1e5eff6 +AdobeAXE8SharedExpat (0) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/A dobeAXE8SharedExpat
    0x1e71000 -  0x1e8cfff +AdobeBIB (1) <5AA925B7-D30E-B230-1B81-7CB6E3B4F2DB> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x1e97000 -  0x1eb8ff7 +AdobeBIBUtils (1) <1B33B3A5-2460-EDE8-C54F-16C0335C613D> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIB Utils
    0x1ec5000 -  0x21b7ff7 +AdobeCoolType (1) <90757246-5467-2606-4095-19B63B255F2F> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoo lType
    0x2244000 -  0x22dcfff +com.adobe.AdobeExtendScript (ExtendScript 4.1.28 - 4.1.28.13048) <A9394CC7-8E48-FE0F-FDB5-37D0FE77435B> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/Adob eExtendScript
    0x233d000 -  0x2420fef +AdobePDFPort (1) <26DE29E1-7799-DBE8-47AE-A95FEA7DE1EB> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFP ort
    0x2458000 -  0x2a8dfeb +AdobePDFL (1) <B295BDBD-65E8-CE6D-865B-79276D0507B2> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x2bc3000 -  0x2c50ff7 +com.adobe.AdobeScCore (ScCore 4.1.28 - 4.1.28.13048) <68FB7168-645E-BD55-5EAA-007315B53997> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCor e
    0x2c97000 -  0x2d37fef +AdobeSVGExport (0) <9B8AE7D4-C7C8-B594-9E31-BEDC07A98A56> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSV GExport
    0x2d63000 -  0x3001ff2 +AdobeSVGRE (0) <95F2CE86-4B2D-C3DE-A783-8E0A0B24F74C> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
    0x30df000 -  0x3137ff7 +AdobeXMP (0) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x3147000 -  0x31d3fef +AdobeXMPFiles (0) <A72BD678-CAD0-0C2A-0989-11E87B154AB5> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMP Files
    0x320c000 -  0x32d9ff3 +libicui18n.dylib.36.0 (36) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/ 3.6/libicui18n.dylib.36.0
    0x333c000 -  0x3416fef +libicuuc.dylib.36.0 (36) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc. dylib.36.0
    0x3456000 -  0x3e06fff +libicudata.dylib.36.0 (36) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.d ylib.36.0
    0x3e09000 -  0x41e1ff7 +AdobeMPS (1) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x4318000 -  0x4386ffb +com.adobe.amtlib (amtlib 4.0.0.21 - 4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x439d000 -  0x442eff7 +libicucnv.dylib.36.0 (36) <581475CC-C039-1B42-49BA-71811D8B4E15> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicuc nv.dylib.36.0
    0x444d000 -  0x4633ff7 +com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) <AF804353-8B13-7180-F2C8-832361EB2D5A> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeL inguistic
    0x46c5000 -  0x4730fe7 +com.adobe.amt.services (AMTServices 4.0.0.21 [BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00] - 4.0.0.21) <018F21DE-7E2E-C850-4C32-D4A2131ABF74> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservice s
    0x474c000 -  0x47c9fff +AdobeOwlCanvas (1) <6718BCAA-AAF5-07C2-B2F5-D7CD3BF5B924> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOw lCanvas
    0x47e7000 -  0x491ffe7 +WRServices (0) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x4964000 -  0x4968ffc +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Ado beCrashReporter
    0x496f000 -  0x49c5ffb +com.adobe.headlights.LogSessionFramework (2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x4a0e000 -  0x4a43fef +com.adobe.pip (5.5.0.1272) <4AD1ED99-8BB9-B49E-16E5-B7E7A97AAA99> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0x4a4e000 -  0x57a0feb +com.adobe.psl (AdobePSL 12.0.0.11086 - 12.0.0.11086) <ED38DE4D-2205-917F-EACE-6421DDE56A5B> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x5af7000 -  0x5c74fef +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <49B04BBB-7249-AF03-A7B2-770443BA4AFB> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x5df1000 -  0x60e1fef +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <DDA3FFE0-C30C-9863-BD85-114636A448CE> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x640e000 -  0x6754ff3 +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <B7CF0778-96A1-0864-1BBA-63622803E3A3> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x6c68000 -  0x6c7afef +com.adobe.dvaai.framework (dvaai version 5.0.0 - 5.0.0.0) <A25DFA28-3208-0C10-BDC4-F164755BCDC6> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
    0x6c9e000 -  0x6ca4fef +com.adobe.boost_date_time.framework (boost_date_time version 5.0.0 - 5.0.0.0) <2CFE7AA3-09A8-EB42-AFEA-F7FB4D7DBC6F> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_ date_time
    0x6cb6000 -  0x6cc1ff3 +com.adobe.boost_filesystem.framework (boost_filesystem version 5.0.0 - 5.0.0.0) <90073BD0-99ED-2715-64B8-2BB79D6F619F> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost _filesystem
    0x6cd6000 -  0x6d54fe2 +com.adobe.boost_regex.framework (boost_regex version 5.0.0 - 5.0.0.0) <BCC13CF6-F0A5-1C84-422B-7B11E5BB061A> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_rege x
    0x6dba000 -  0x6dc4fff +com.adobe.boost_signals.framework (boost_signals version 5.0.0 - 5.0.0.0) <88FE6D06-B15C-787D-C69C-F522CD8D3F3E> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_si gnals
    0x6dd8000 -  0x6ddaffb +com.adobe.boost_system.framework (boost_system version 5.0.0 - 5.0.0.0) <4E80B05E-DF55-2776-C886-02DFE2F104CD> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_sys tem
    0x6de3000 -  0x6deaff2 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <79C1A64C-42C7-26D1-E005-D6CB753F9B2B> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_th reads
    0x6dfb000 -  0x6e59fe2 +com.adobe.boost_serialization.framework (boost_serialization version 5.0.0 - 5.0.0.0) <8CAB6FC6-5F13-A5C5-DF9C-41EE813A0833> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/bo ost_serialization
    0x6f31000 -  0x70d0fe7 +com.adobe.owl (AdobeOwl version 3.0.89 - 3.0.89) <04CA525C-D4E0-DE62-BF07-D9EF6386AA58> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x713d000 -  0x71aafef +FileInfo (0) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x728a000 -  0x728dffc +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/Adbeape.framework/Versions/A/adbeape
    0x77dd000 -  0x77e5fff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xc3bf000 -  0xc42ffeb +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xfd77000 -  0xfdccff0 +com.adobe.illustrator.plugins.Photoshop Adapter (Photoshop Adapter version 15.1.0 - 15.1.0) <1D5AF9B6-DC0A-B806-97F9-44990D2F8623> /Applications/Adobe Illustrator CS5.1/*/Photoshop Adapter
    0xfde6000 -  0xfde6fff +com.adobe.illustrator.plugins.PlugInRes (Localizer version 15.1.0 - 15.1.0) <F9296CCC-1877-5C99-BD0D-98FF353B385B> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Resources/en_US/PlugInRes.aip/Contents/MacOS/PlugInRes
    0xfdeb000 -  0xfdf2ffe +com.adobe.illustrator.plugins.Action (Action version 15.1.0 - 15.1.0) <6B497277-940C-153D-D16C-A903B81D811A> /Applications/Adobe Illustrator CS5.1/*/Action
    0xfdf7000 -  0xfdf8fff +com.adobe.illustrator.plugins.ASLib (ASLib version 15.1.0 - 15.1.0) <C3CCAF66-C271-E38C-E728-8D0C3B130B64> /Applications/Adobe Illustrator CS5.1/*/ASLib
    0xffce000 -  0xffd7fff +com.adobe.illustrator.plugins.FrameworkServer (Framework Server version 15.1.0 - 15.1.0) <DD79D8B9-BF28-BAFC-422F-320B82CCDEBE> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS erver
    0xffdc000 -  0xffe2ff7 +com.adobe.illustrator.plugins.ArtConverters ( ArtConverters version 15.1.0 - 15.1.0) <B5D9F227-8EE9-5776-7473-A89363657087> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverter s
    0xffe7000 -  0xfff7fff +com.adobe.illustrator.plugins.Flatten Transparency ( Flatten Transparency version 15.1.0 - 15.1.0) <4ACF5555-4B25-ED68-8AA4-30C73D06ABD2> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/Flatten Transparency
    0x1062d000 - 0x10666ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <3A9CF871-6678-90BB-3770-CDBF56AF21D5> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/U pdaterNotifications
    0x106f2000 - 0x106f6ffb +com.adobe.illustrator.plugins.ToolSelector (Tool Selector version 15.1.0 - 15.1.0) <0465CDD6-6A03-97E4-34F5-D0438FF07B74> /Applications/Adobe Illustrator CS5.1/*/ToolSelector
    0x10f94000 - 0x10fbefff +com.adobe.illustrator.plugins.BRSPencilTool ( Pencil Tool version 15.1.0 - 15.1.0) <32526909-0C5A-CC37-F770-6C1E522FCA81> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilToo l
    0x10fc7000 - 0x10fdcfef +com.adobe.illustrator.plugins.FOConversionSuite (FOConversionSuite version 15.1.0 - 15.1.0) <3D465C24-5F12-ACCC-147B-5E26E38EE191> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConver sionSuite
    0x10fe7000 - 0x10fedfe8 +com.adobe.illustrator.plugins.TextWrapDlg (TextWrapDlg version 15.1.0 - 15.1.0) <E7771C31-EBCB-CA6B-4C73-5360208B2A31> /Applications/Adobe Illustrator CS5.1/*/TextWrapDlg
    0x10ff3000 - 0x10ffbff7 +com.adobe.illustrator.plugins.DiffusionRaster (DiffusionRaster version 15.1.0 - 15.1.0) <A49A4A43-F085-49A2-2DDA-4E323F845B10> /Applications/Adobe Illustrator CS5.1/*/DiffusionRaster
    0x11100000 - 0x111d8fff +com.adobe.coretech.adm (3.10x04 - 3.1) <E520855A-838A-D4F1-D01F-8B606649C4A2> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x11232000 - 0x1127ffff +com.adobe.illustrator.plugins.PDF Suite (PDF Suite version 15.1.0 - 15.1.0) <913AD40A-14F4-52E7-2255-45F3A676AB40> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDF Suite
    0x11299000 - 0x112dffff +FilterPort (0) <C499E9A1-2EAA-6967-7783-53A3AC8A9515> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort
    0x11356000 - 0x11376fe2 +com.adobe.illustrator.plugins.Rasterize (Rasterize version 15.1.0 - 15.1.0) <C8CDF1D0-7A90-7B0D-7D7F-12AEC5D0E7B6> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
    0x1137d000 - 0x11448fec +com.adobe.illustrator.plugins.BeautifulStrokes (Beautiful Strokes Suite version 15.1.0 - 15.1.0) <719CECBA-04E8-9045-048A-0BCA8DFF48B9> /Applications/Adobe Illustrator CS5.1/*/BeautifulStrokes
    0x11466000 - 0x1149efff +com.adobe.illustrator.plugins.BrushManager (Brush Manager version 15.1.0 - 15.1.0) <88C037AF-3B5A-73B3-70AE-B40F44DA92CA> /Applications/Adobe Illustrator CS5.1/*/BrushManager
    0x114a8000 - 0x11554fea +com.adobe.illustrator.plugins.ColorHarmony (ColorHarmony version 15.1.0 - 15.1.0) <92A8DDDA-69D1-FEF2-6B8A-EBA76536B1D5> /Applications/Adobe Illustrator CS5.1/*/ColorHarmony
    0x11572000 - 0x11588ffb +com.adobe.illustrator.plugins.ControlPalette (ControlPalette version 15.1.0 - 15.1.0) <DF11A043-A25B-3DC3-725C-FB308BB20F9A> /Applications/Adobe Illustrator CS5.1/*/ControlPalette
    0x1158f000 - 0x115a9fe2 +com.adobe.illustrator.plugins.KinsokuDlg ( KinsokuDlg version 15.1.0 - 15.1.0) <B2A3F75F-6594-D7D7-100C-76F71926535B> /Applications/Adobe Illustrator CS5.1/*/KinsokuDlg
    0x115b5000 - 0x11741ffe +com.adobe.illustrator.plugins.PlanetX (Live Paint version 15.1.0 - 15.1.0) <CA979A83-6273-1D27-2082-A1576B9B98CC> /Applications/Adobe Illustrator CS5.1/*/PlanetX
    0x11772000 - 0x11802feb +com.adobe.illustrator.plugins.PaintStyle (Paint Style Palettes version 15.1.0 - 15.1.0) <4BAAEDDF-AE49-3E27-028D-2B817EDA4CC1> /Applications/Adobe Illustrator CS5.1/*/PaintStyle
    0x11813000 - 0x11887fe7 +com.adobe.illustrator.plugins.Perspective (Perspective version 15.1.0 - 15.1.0) <A91A8EB4-F6EF-6272-C1AC-71294AE06514> /Applications/Adobe Illustrator CS5.1/*/Perspective
    0x1189c000 - 0x11b1dfef +com.adobe.illustrator.plugins.Scripting Support (Scripting Support version 15.1.0 - 15.1.0) <33E52149-6FC5-20F6-6607-22E33AA262A9> /Applications/Adobe Illustrator CS5.1/*/Scripting Support
    0x12348000 - 0x123c6fe2 +com.adobe.illustrator.plugins.SwatchLibraries (Swatch Libraries version 15.1.0 - 15.1.0) <4109E4C1-17DD-905D-7EDE-7A8C702230A7> /Applications/Adobe Illustrator CS5.1/*/SwatchLibraries
    0x123d9000 - 0x12409ffc +com.adobe.illustrator.plugins.SymbolPalette (Symbol Palette version 15.1.0 - 15.1.0) <27FF4833-28D4-5E93-E861-18DBB0B7C436> /Applications/Adobe Illustrator CS5.1/*/SymbolPalette
    0x12414000 - 0x124a0fee +com.adobe.illustrator.plugins.TracingSuite (TracingSuite version 15.1.0 - 15.1.0) <E17134B8-0BA1-AFF9-B89F-11DED1C84604> /Applications/Adobe Illustrator CS5.1/*/TracingSuite
    0x1258b000 - 0x125bcff3 +com.adobe.illustrator.plugins.VariablesPalette (Variables Palette version 15.1.0 - 15.1.0) <643E9D09-0F24-B6A5-3AB6-FCEA4148BDFB> /Applications/Adobe Illustrator CS5.1/*/VariablesPalette
    0x125c9000 - 0x125e1ff3 +com.adobe.illustrator.plugins.Workspaces (Workspaces version 15.1.0 - 15.1.0) <76D5CE3E-9AE4-CC5F-6E1E-014E87260702> /Applications/Adobe Illustrator CS5.1/*/Workspaces
    0x125e9000 - 0x125ecfff +com.adobe.illustrator.plugins.GeometryS ( Geometry Suite version 15.1.0 - 15.1.0) <446F7740-8D38-8FFB-5C46-3D81EC06A7AA> /Applications/Adobe Illustrator CS5.1/*/GeometryS
    0x125f1000 - 0x125f5fff +com.adobe.illustrator.plugins.ShapeS (Shape Construction Suite version 15.1.0 - 15.1.0) <537CBBB0-D112-12E3-7213-09DB911E667A> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeS
    0x125fa000 - 0x125fbfff +com.adobe.illustrator.plugins.MPSCommon (MPSCommon version 15.1.0 - 15.1.0) <F74A65BB-4840-F1BE-D45C-03285A12DEFA> /Applications/Adobe Illustrator CS5.1/*/MPSCommon
    0x12700000 - 0x12712fef +com.adobe.illustrator.plugins.Mojikumi ( MojiKumiUI version 15.1.0 - 15.1.0) <08667C26-23A5-847E-3978-C9FB88DD3F53> /Applications/Adobe Illustrator CS5.1/*/Mojikumi
    0x1271a000 - 0x127e4ff7 +com.adobe.illustrator.plugins.SVG Format ( SVG Format version 15.1.0 - 15.1.0) <4FDF3E9B-B3DC-EA61-3CED-DDAA565C76E7> /Applications/Adobe Illustrator CS5.1/*/SVG Format
    0x12818000 - 0x12868fee +com.adobe.illustrator.plugins.Deform (Envelope and Warp version 15.1.0 - 15.1.0) <5442AE63-04EA-1FE5-95DA-01FDBD6D0362> /Applications/Adobe Illustrator CS5.1/*/Deform
    0x12879000 - 0x128a0ff0 +com.adobe.illustrator.plugins.slicingAttributes (Slicing version 15.1.0 - 15.1.0) <37C51C7E-50BA-AC5C-EF93-EE69D392DE6E> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAtt ributes
    0x128a9000 - 0x128d5fff +com.adobe.illustrator.plugins.PathfinderS (Pathfinder Suite version 15.1.0 - 15.1.0) <632F5D83-FC07-D3AA-13A3-4C6226A603A2> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
    0x128df000 - 0x128e5ffb +com.adobe.illustrator.plugins.ExpandS (Expand Suite version 15.1.0 - 15.1.0) <CC47AE44-D2D1-0A52-7DF8-4249A48C6699> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
    0x128ea000 - 0x128f1ffb +com.adobe.illustrator.plugins.Colors (Colors version 15.1.0 - 15.1.0) <E0C05F0A-AEB5-5DA3-19DB-4AB841E1AF6C> /Applications/Adobe Illustrator CS5.1/*/Colors
    0x128f6000 - 0x128f9fff +com.adobe.illustrator.plugins.Crop Marks (Crop Marks version 15.1.0 - 15.1.0) <1808D9A8-3254-4770-7F05-4031253A5855> /Applications/Adobe Illustrator CS5.1/*/Crop Marks
    0x12a00000 - 0x12a15fef +com.adobe.illustrator.plugins.AssetMgmt (Asset Management version 15.1.0 - 15.1.0) <55369131-910C-3CB2-854C-51DA390475B7> /Applications/Adobe Illustrator CS5.1/*/AssetMgmt
    0x12a1e000 - 0x12a2efff +com.adobe.illustrator.plugins.DocInfo (Document Info version 15.1.0 - 15.1.0) <DC29BC08-9D94-789C-C3C5-2BE2974E309B> /Applications/Adobe Illustrator CS5.1/*/DocInfo
    0x12a36000 - 0x12a5bfef +com.adobe.illustrator.plugins.LinkPalette (Links Palette version 15.1.0 - 15.1.0) <71494BAC-D05C-D225-01B2-AF26C5ED097F> /Applications/Adobe Illustrator CS5.1/*/LinkPalette
    0x12a67000 - 0x12aa5fff +com.adobe.illustrator.plugins.Snap (Snap version 15.1.0 - 15.1.0) <113C8093-BA3F-C648-6110-6E917AD85917> /Applications/Adobe Illustrator CS5.1/*/Snap
    0x12ab7000 - 0x12abcfff +com.adobe.illustrator.plugins.Distort (Free Distort version 15.1.0 - 15.1.0) <41411048-D237-E263-989B-9BD26ABC4846> /Applications/Adobe Illustrator CS5.1/*/Distort
    0x12ac2000 - 0x12ad1ff0 +com.adobe.illustrator.plugins.DropShadow (Drop Shadow version 15.1.0 - 15.1.0) <B2E25E76-B3F4-D6B3-9B9D-21D80AFF40C7> /Applications/Adobe Illustrator CS5.1/*/DropShadow
    0x12ad8000 - 0x12aecfef +com.adobe.illustrator.plugins.EyeBucketTool (Eye Bucket Tool version 15.1.0 - 15.1.0) <221E6716-4941-2E92-004B-1E00CBC1A2F4> /Applications/Adobe Illustrator CS5.1/*/EyeBucketTool
    0x12af5000 - 0x12afcffb +com.adobe.illustrator.plugins.TwirlTool (Twist Tool version 15.1.0 - 15.1.0) <25F6B2DF-8F69-5914-2004-E71993081CA9> /Applications/Adobe Illustrator CS5.1/*/TwirlTool
    0x12b03000 - 0x12b11fff +com.adobe.illustrator.plugins.ADMTP (Tool Palette version 15.1.0 - 15.1.0) <81544DEB-E77C-5664-D536-E5B83B1B6F76> /Applications/Adobe Illustrator CS5.1/*/ADMTP
    0x12b17000 - 0x12b1bffb +com.adobe.illustrator.plugins.Simplify (Simplify version 15.1.0 - 15.1.0) <9C22CD54-9147-537B-1FEB-812097CAD502> /Applications/Adobe Illustrator CS5.1/*/Simplify
    0x12b20000 - 0x12b2efff +com.adobe.illustrator.plugins.ShapeTool (ShapeTool version 15.1.0 - 15.1.0) <85F5CDB7-D9A2-6C09-05D2-910C58A3A337> /Applications/Adobe Illustrator CS5.1/*/ShapeTool
    0x12b34000 - 0x12b45ffb +com.adobe.illustrator.plugins.Segment Tools (Segment Tools version 15.1.0 - 15.1.0) <37BE3E4D-5F7C-8E27-CB1C-614B0FA5ECC1> /Applications/Adobe Illustrator CS5.1/*/Segment Tools
    0x12b4d000 - 0x12b6bffa +com.adobe.illustrator.plugins.ScatterBrushTool (Adobe Scatter Brush Tool version 15.1.0 - 15.1.0) <32916840-C789-E090-F8C3-620AFAD4B4B4> /Applications/Adobe Illustrator CS5.1/*/ScatterBrushTool
    0x12b74000 - 0x12b8cfff +com.adobe.illustrator.plugins.GlobalAdjust (Reshape Tool version 15.1.0 - 15.1.0) <07854B2A-B584-233C-70AB-92E65F4CF68A> /Applications/Adobe Illustrator CS5.1/*/GlobalAdjust
    0x12b93000 - 0x12bb1fef +com.adobe.illustrator.plugins.ParticlePaint (Symbolism version 15.1.0 - 15.1.0) <04E8F8D5-8AF7-BA55-535F-4F2E068F3867> /Applications/Adobe Illustrator CS5.1/*/ParticlePaint
    0x12bbb000 - 0x12bc4ff7 +com.adobe.illustrator.plugins.Magic Wand (Magic Wand version 15.1.0 - 15.1.0) <88672848-7D56-3D5C-A98C-5825B7A7D5F8> /Applications/Adobe Illustrator CS5.1/*/Magic Wand
    0x12bca000 - 0x12be1ff3 +com.adobe.illustrator.plugins.Liquify (Liquify version 15.1.0 - 15.1.0) <419F90F0-D186-89EA-D4E5-56DDEF4C5E4F> /Applications/Adobe Illustrator CS5.1/*/Liquify
    0x12be8000 - 0x12beffec +com.adobe.illustrator.plugins.Lasso (Lasso version 15.1.0 - 15.1.0) <3044B2C8-2FA9-01C7-1EE9-C48E179750F6> /Applications/Adobe Illustrator CS5.1/*/Lasso
    0x12bf6000 - 0x12bfaffb +com.adobe.illustrator.plugins.KnifeTool (Knife Tool version 15.1.0 - 15.1.0) <B9FECE77-5028-7AFE-43C0-40D3B9A3C02C> /Applications/Adobe Illustrator CS5.1/*/KnifeTool
    0x12c00000 - 0x12c13fe8 +com.adobe.illustrator.plugins.Flare (Flare version 15.1.0 - 15.1.0) <DFD9A21C-CB99-E5EF-818D-BE811616E342> /Applications/Adobe Illustrator CS5.1/*/Flare
    0x12c1a000 - 0x12c50feb +com.adobe.illustrator.plugins.EraserTool (EraserTool version 15.1.0 - 15.1.0) <3EAF4E6C-6C20-2D6B-2E85-492552254EDE> /Applications/Adobe Illustrator CS5.1/*/EraserTool
    0x12c59000 - 0x12cdffff +com.adobe.illustrator.plugins.dBrushTool (Bristle Brush Tool version 15.1.0 - 15.1.0) <CA9CBCB0-309D-2BD3-FB04-2EA4CC08C955> /Applications/Adobe Illustrator CS5.1/*/dBrushTool
    0x12cf7000 - 0x12d23fe8 +com.adobe.illustrator.plugins.CropAreaTool (CropAreaTool version 15.1.0 - 15.1.0) <D2FABD7C-2B4A-0B6B-1CF2-3C6D291637B5> /Applications/Adobe Illustrator CS5.1/*/CropAreaTool
    0x12d31000 - 0x12d5afec +com.adobe.illustrator.plugins.CalligBrushTool (Calligraphic Brush Tool version 15.1.0 - 15.1.0) <1024A1C8-ABA4-51C4-C854-F6F51E6897EF> /Applications/Adobe Illustrator CS5.1/*/CalligBrushTool
    0x12d63000 - 0x12d77ff7 +com.adobe.illustrator.plugins.BoundingBox (BoundingBox version 15.1.0 - 15.1.0) <F622F2D9-6B08-41FF-18C5-511A9D7EF27B> /Applications/Adobe Illustrator CS5.1/*/BoundingBox
    0x12d7e000 - 0x12da7ff2 +com.adobe.illustrator.plugins.ArtBrushTool (Art Brush Tool version 15.1.0 - 15.1.0) <6500418C-8EFD-72A4-5DF1-363D2F0D3413> /Applications/Adobe Illustrator CS5.1/*/ArtBrushTool
    0x12db0000 - 0x12dbefff +com.adobe.illustrator.plugins.Advanced Select (Advanced Select version 15.1.0 - 15.1.0) <E036AD39-54E9-730D-D83D-175BD784DBCE> /Applications/Adobe Illustrator CS5.1/*/Advanced Select
    0x12dc4000 - 0x12dc7fff +com.adobe.illustrator.plugins.TypeCase (Change Case version 15.1.0 - 15.1.0) <1B06E3D6-9B77-C27E-64A6-FD4D3183A88A> /Applications/Adobe Illustrator CS5.1/*/TypeCase
    0x12dcc000 - 0x12dd3fff +com.adobe.illustrator.plugins.TextSmart (Text Smart Punctuation version 15.1.0 - 15.1.0) <CCBD1347-814F-299F-213E-23F32FDBCD56> /Applications/Adobe Illustrator CS5.1/*/TextSmart
    0x12dda000 - 0x12de1ff7 +com.adobe.illustrator.plugins.TextColumns (Split Into Grid version 15.1.0 - 15.1.0) <5528847D-D007-ED6F-180F-18F7A178FC5D> /Applications/Adobe Illustrator CS5.1/*/TextColumns
    0x12de7000 - 0x12dfcff7 +com.adobe.illustrator.plugins.SpellcheckUI (SpellCheckUI version 15.1.0 - 15.1.0) <4B680A3C-8175-F006-D3F8-4AA88A057882> /Applications/Adobe Illustrator CS5.1/*/SpellcheckUI
    0x12e04000 - 0x12e0efef +com.adobe.illustrator.plugins.SpellCheckDictionary (SpellCheckDictionary version 15.1.0 - 15.1.0) <21081D43-1A52-8327-AEA8-37ED86953D5C> /Applications/Adobe Illustrator CS5.1/*/SpellCheckDictionary
    0x12e15000 - 0x12e2dffb +com.adobe.illustrator.plugins.FindReplaceUI ( FindReplaceUI version 15.1.0 - 15.1.0) <CCB5A279-3BF0-1807-3C2B-73D402C0C524> /Applications/Adobe Illustrator CS5.1/*/FindReplaceUI
    0x12e35000 - 0x12e51ffe +com.adobe.illustrator.plugins.FindFont (Find Font version 15.1.0 - 15.1.0) <C165EF4E-A6FC-1796-2EBA-1F358673D5FA> /Applications/Adobe Illustrator CS5.1/*/FindFont
    0x12e5d000 - 0x12ea6fff +com.adobe.illustrator.plugins.PhotoshopImport (Photoshop Import version 15.1.0 - 15.1.0) <85AE9CCB-869C-652A-D35B-4517DA14EBC2> /Applications/Adobe Illustrator CS5.1/*/PhotoshopImport
    0x12eb9000 - 0x12eefff7 +com.adobe.illustrator.plugins.PhotoshopExport (Photoshop Export version 15.1.0 - 15.1.0) <F2A723CC-BE1D-AB87-2168-1C649688E501> /Applications/Adobe Illustrator CS5.1/*/PhotoshopExport
    0x12efe000 - 0x12f22fff +com.adobe.illustrator.plugins.ExpressView Support (OS Express Views version 15.1.0 - 15.1.0) <93CD7348-6E88-EEE9-0FCC-74437CDF0D23> /Applications/Adobe Illustrator CS5.1/*/ExpressView Support
    0x13288000 - 0x132a1fe3 +com.adobe.illustrator.plugins.PerspectiveUI (PerspectiveUI version 15.1.0 - 15.1.0) <FAC1D800-EFB8-0EA1-0D06-050DB17F67E0> /Applications/Adobe Illustrator CS5.1/*/PerspectiveUI
    0x132aa000 - 0x132eafe2 +com.adobe.illustrator.plugins.TIFF (TIFF Format version 15.1.0 - 15.1.0) <07B5D8B1-23BB-1DCC-BCD4-DA70A1CA50D8> /Applications/Adobe Illustrator CS5.1/*/TIFF
    0x132f9000 - 0x132fdffc +com.adobe.illustrator.plugins.TextExport (TextExport version 15.1.0 - 15.1.0) <F158367A-E548-7952-94DA-96DCB67CAE29> /Applications/Adobe Illustrator CS5.1/*/TextExport
    0x13306000 - 0x133c0ff0 +com.adobe.illustrator.plugins.SWFExport (FlashFileFormat version 15.1.0 - 15.1.0) <6EEC8CBC-1660-382F-AF4F-E00B831E1D39> /Applications/Adobe Illustrator CS5.1/*/SWFExport
    0x133dc000 - 0x1342aff6 +com.adobe.illustrator.plugins.Sangam2AIMapper Plugin (Sangam2AIMapper Plugin version 15.1.0 - 15.1.0) <4F00F48D-3605-1E65-6335-087BAAE37AA1> /Applications/Adobe Illustrator CS5.1/*/Sangam2AIMapper Plugin
    0x1343d000 - 0x134a6ffb +AdobeSangam (3) <4FF2270C-9417-1059-527B-68C99BF43EA9> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSanga m
    0x134f2000 - 0x134fafe3 +com.adobe.illustrator.plugins.PNGFileFormat (PNGFileFormat version 15.1.0 - 15.1.0) <BF2632CF-BFA4-EAF3-5970-419B5A275B23> /Applications/Adobe Illustrator CS5.1/*/PNGFileFormat
    0x13500000 - 0x13537ff6 +com.adobe.illustrator.plugins.MPSParser (MPSParser version 15.1.0 - 15.1.0) <31ADDA3C-430C-1E5C-D9E6-1D0E3C7B1D22> /Applications/Adobe Illustrator CS5.1/*/MPSParser
    0x1354a000 - 0x13568ffe +com.adobe.illustrator.plugins.MPSExport (MPSExport version 15.1.0 - 15.1.0) <3977B681-9545-AB1B-01F4-084A50595195> /Applications/Adobe Illustrator CS5.1/*/MPSExport
    0x13573000 - 0x135b2fea +com.adobe.illustrator.plugins.JPEG (JPEGFormat version 15.1.0 - 15.1.0) <C1A499AF-D534-78AE-39D0-17CF82A1DA91> /Applications/Adobe Illustrator CS5.1/*/JPEG
    0x135be000 - 0x135cbffc +com.adobe.illustrator.plugins.Jpeg2000 ( Jpeg2000 version 15.1.0 - 15.1.0) <517F1FE8-0530-B5D8-6C30-FE77B263B4CC> /Applications/Adobe Illustrator CS5.1/*/Jpeg2000
    0x135d3000 - 0x135d6ffb +com.adobe.illustrator.plugins.GIF89 (GIF89a Format version 15.1.0 - 15.1.0) <7FF28ED1-7D4B-7DB0-E29A-8E0EE00368DE> /Applications/Adobe Illustrator CS5.1/*/GIF89
    0x135db000 - 0x135e6fee +com.adobe.illustrator.plugins.FXGFileFormatUI (MXGFileFormatUIEN version 15.1.0 - 15.1.0) <D70F21C0-2450-5DBE-D6A8-B0B0BC8BC8F7> /Applications/Adobe Illustrator CS5.1/*/FXGFileFormatUI
    0x135fb000 - 0x13787fef +com.adobe.illustrator.plugins.FXGFileFormat (MXGFileFormat version 15.1.0 - 15.1.0) <84C7A01F-C09A-23FD-D3C4-7D9CAABDDB74> /Applications/Adobe Illustrator CS5.1/*/FXGFileFormat
    0x137d4000 - 0x141d3fef +aflame (0) <86B89A71-5ACF-E801-1D57-1497F23C2301> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/aflame.framework/Versions/A/aflame
    0x14396000 - 0x14531ff3 +aflamingo (1) <D6E6E61D-7B1C-AF96-2D36-36BAE4854116> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/aflamingo.framework/Versions/A/aflamingo
    0x146ff000 - 0x14726fe4 +com.adobe.illustrator.plugins.FHImport (FHImport version 15.1.0 - 15.1.0) <814D59A7-34D0-BB4B-6A50-38B3A402ED1D> /Applications/Adobe Illustrator CS5.1/*/FHImport
    0x14732000 - 0x1531cff7 +com.adobe.illustrator.plugins.DxfDwg (DxfDwg version 15.1.0 - 15.1.0) <4117A83C-193D-89A9-DAFE-8E0A29399B96> /Applications/Adobe Illustrator CS5.1/*/DxfDwg
    0x15598000 - 0x15baffec +com.adobe.illustrator.plugins.AISaveForWeb (SaveForWebEN version 15.1.0 - 15.1.0) <C4B16759-2D70-1504-FB17-A3C1C45DB4C6> /Applications/Adobe Illustrator CS5.1/*/AISaveForWeb
    0x15eb3000 - 0x15eb7ffb +com.adobe.illustrator.plugins.ZigZag (Zig Zag version 15.1.0 - 15.1.0) <50463468-63A3-A36D-F44F-7739D7E66746> /Applications/Adobe Illustrator CS5.1/*/ZigZag
    0x15ebc000 - 0x15ec0fff +com.adobe.illustrator.plugins.Tweak (Tweak version 15.1.0 - 15.1.0) <EC9CF849-07BB-FF8E-AA66-54AD90F5CBBA> /Applications/Adobe Illustrator CS5.1/*/Tweak
    0x15ec5000 - 0x15eccff7 +com.adobe.illustrator.plugins.ShapeEffects (Shape Effects version 15.1.0 - 15.1.0) <AFECDB53-9DA3-0999-4C26-FBF5FAB3F9F2> /Applications/Adobe Illustrator CS5.1/*/ShapeEffects
    0x15ed1000 - 0x15eecffe +com.adobe.illustrator.plugins.Scribble (Scribble version 15.1.0 - 15.1.0) <0E50DF01-7D9F-40E4-B1CD-4D839EF88EF2> /Applications/Adobe Illustrator CS5.1/*/Scribble
    0x15ef4000 - 0x15ef8ffb +com.adobe.illustrator.plugins.Saturate (Saturate version 15.1.0 - 15.1.0) <EA54D16A-6621-42DE-9F8B-9129E004E242> /Applications/Adobe Illustrator CS5.1/*/Saturate
    0x15efd000 - 0x15f00fff +com.adobe.illustrator.plugins.Round (Round Corners version 15.1.0 - 15.1.0) <A415B322-0BB8-48E8-EA76-1B375D3AF3A0> /Applications/Adobe Illustrator CS5.1/*/Round
    0x15f05000 - 0x15f0affb +com.adobe.illustrator.plugins.Roughen (Roughen version 15.1.0 - 15.1.0) <4C410F1C-596D-E441-D916-85FB2F87CE27> /Applications/Adobe Illustrator CS5.1/*/Roughen
    0x15f0f000 - 0x15f11fff +com.adobe.illustrator.plugins.Punk (Punk version 15.1.0 - 15.1.0) <C47AEC56-4B10-23C9-655D-E48D05C6EE76> /Applications/Adobe Illustrator CS5.1/*/Punk
    0x15f16000 - 0x15f21ffb +com.adobe.illustrator.plugins.Pathfinder (Pathfinder Plugin version 15.1.0 - 15.1.0) <43819809-CEDA-7EC3-DEEC-6ECA7557AED9> /Applications/Adobe Illustrator CS5.1/*/Pathfinder
    0x15f26000 - 0x15f29ffc +com.adobe.illustrator.plugins.Overprint (Overprint version 15.1.0 - 15.1.0) <CCA10B75-82D5-4605-AB8C-8239B4BDD2CB> /Applications/Adobe Illustrator CS5.1/*/Overprint
    0x15f2e000 - 0x15f32fff +com.adobe.illustrator.plugins.OffsetPath (Offset Path version 15.1.0 - 15.1.0) <CCCC2D55-FBC5-E1CB-2398-7E43E4661AAA> /Applications/Adobe Illustrator CS5.1/*/OffsetPath
    0x15f37000 - 0x15f3cffb +com.adobe.illustrator.plugins.ObjectMosaic (AI Object Mosaic Plug-in version 15.1.0 - 15.1.0) <D70CFF34-24BC-FB96-7E53-2E6118C00D86> /Applications/Adobe Illustrator CS5.1/*/ObjectMosaic
    0x15f41000 - 0x15f43fff +com.adobe.illustrator.plugins.MaskHelper (MaskHelper version 15.1.0 - 15.1.0) <B9B76409-790E-EEC2-7A48-276D20527D0C> /Applications/Adobe Illustrator CS5.1/*/MaskHelper
    0x15f48000 - 0x15f49fff +com.adobe.illustrator.plugins.Inverse (Inverse version 15.1.0 - 15.1.0) <CEBF17A7-3DCF-207F-C4D8-2F48AF6A9B63> /Applications/Adobe Illustrator CS5.1/*/Inverse
    0x15f4e000 - 0x15f61fe7 +com.adobe.illustrator.plugins.FuzzyEffect (FuzzyEffect version 15.1.0 - 15.1.0) <92B6EEDF-BBE9-A2B5-6BAC-0C6C0309AA3A> /Applications/Adobe Illustrator CS5.1/*/FuzzyEffect
    0x15f69000 - 0x15f73ff3 +com.adobe.illustrator.plugins.Find (Find version 15.1.0 - 15.1.0) <A7301B04-985B-55F1-45FF-C63B668E09DE> /Applications/Adobe Illustrator CS5.1/*/Find
    0x15f7a000 - 0x15f7cfff +com.adobe.illustrator.plugins.Expand (Expand version 15.1.0 - 15.1.0) <BC1E6824-3051-0A94-A807-3F95F412C7A9> /Applications/Adobe Illustrator CS5.1/*/Expand
    0x15f81000 - 0x15f84ffc +com.adobe.illustrator.plugins.Cleanup (Cleanup version 15.1.0 - 15.1.0) <53CEECBB-6B13-D837-674C-CC80D34C1E89> /Applications/Adobe Illustrator CS5.1/*/Cleanup
    0x15f89000 - 0x15f8fffb +com.adobe.illustrator.plugins.Adjust (Adjust version 15.1.0 - 15.1.0) <5C9708C6-1BFE-B39C-E2C0-2A528B0FAC45> /Applications/Adobe Illustrator CS5.1/*/Adjust
    0x15f94000 - 0x15f98ff7 +com.adobe.illustrator.plugins.AddArrow (AddArrow version 15.1.0 - 15.1.0) <C46F0776-F007-4311-5D2A-90156D42AB33> /Applications/Adobe Illustrator CS5.1/*/AddArrow
    0x15f9d000 - 0x15f9efff +com.adobe.illustrator.plugins.AddAnchor (AddAnchor version 15.1.0 - 15.1.0) <B99A107D-FC1C-A9A9-D2AF-0A8117AD0676> /Applications/Adobe Illustrator CS5.1/*/AddAnchor
    0x15fa3000 - 0x15fb8ff0 +com.adobe.illustrator.plugins.WelcomeScreen (WelcomeScreenn version 15.1.0 - 15.1.0) <B7FBE706-5121-9BF0-8A3B-29F1582A0752> /Applications/Adobe Illustrator CS5.1/*/WelcomeScreen
    0x15fbf000 - 0x15fd2fff +com.adobe.illustrator.plugins.TransparencyPalette (Transparency Palette version 15.1.0 - 15.1.0) <9BE397D1-0073-5845-20B0-22A6A80D3DF6> /Applications/Adobe Illustrator CS5.1/*/TransparencyPalette
    0x15fd8000 - 0x15fe1feb +com.adobe.illustrator.plugins.Transform (Transform Each version 15.1.0 - 15.1.0) <37BCE95E-38F0-C9FB-78D3-C3C95DA05666> /Applications/Adobe Illustrator CS5.1/*/Transform
    0x15fe6000 - 0x15ff6ffb +com.adobe.illustrator.plugins.TransformPalette (Transform Palette version 15.1.0 - 15.1.0) <59F8B154-69AE-DEEB-19D5-1685EF5C15C9> /Applications/Adobe Illustrator CS5.1/*/TransformPalette
    0x15ffc000 - 0x1601eff3 +com.adobe.illustrator.plugins.TracingUI (TracingUI version 15.1.0 - 15.1.0) <1DC6BA6F-5686-6C83-94E9-45C4C9B571BC> /Applications/Adobe Illustrator CS5.1/*/TracingUI
    0x16027000 - 0x16054fe4 +com.adobe.illustrator.plugins.SVGFilterEffect (SVG Filter Effect version 15.1.0 - 15.1.0) <0B1B5B47-4016-D7B1-D03C-C0FEA9450AD2> /Applications/Adobe Illustrator CS5.1/*/SVGFilterEffect
    0x16063000 - 0x16072fe0 +com.adobe.illustrator.plugins.StrokeOffset (StrokeOffset version 15.1.0 - 15.1.0) <52D5A862-2EDE-96E7-7752-4EA80AEC3189> /Applications/Adobe Illustrator CS5.1/*/StrokeOffset
    0x1607b000 - 0x160a8ff0 +com.adobe.illustrator.plugins.SmoothShade (Gradient Mesh version 15.1.0 - 15.1.0) <69A1A12B-3123-D872-0EC5-7CED9EA75DBB> /Applications/Adobe Illustrator CS5.1/*/SmoothShade
    0x160b5000 - 0x160d2fe2 +com.adobe.illustrator.plugins.Services (Services version 15.1.0 - 15.1.0) <F48421F1-F377-BF39-F34D-416B209A6205> /Applications/Adobe Illustrator CS5.1/*/Services
    0x160dc000 - 0x160edfe8 +com.adobe.illustrator.plugins.SeparationPreview (Separation Preview version 15.1.0 - 15.1.0) <4ED91E60-38C3-713C-1F53-B4A530282576> /Applications/Adobe Illustrator CS5.1/*/SeparationPreview
    0x160f4000 - 0x160f9ffd +com.adobe.illustrator.plugins.Scripts Menu (Scripts Menu version 15.1.0 - 15.1.0) <23167AC8-461B-6885-4F2B-276D416D5454> /Applications/Adobe Illustrator CS5.1/*/Scripts Menu
    0x160ff000 - 0x1613dfff +com.adobe.illustrator.plugins.Print (Print version 15.1.0 - 15.1.0) <FF2FF13F-3803-7DF4-4184-CDDDC7234C79> /Applications/Adobe Illustrator CS5.1/*/Print
    0x16148000 - 0x1614dfff +com.adobe.illustrator.plugins.PathSuite (PathConstruction Suite version 15.1.0 - 15.1.0) <93B0884E-EC93-0730-70D2-6D39A6D5F21D> /Applications/Adobe Illustrator CS5.1/*/PathSuite
    0x16152000 - 0x1615dfe7 +com.adobe.illustrator.plugins.Nudge (NudgeEN version 15.1.0 - 15.1.0) <A8C8E576-1C5A-5698-531D-4F6BE1388669> /Applications/Adobe Illustrator CS5.1/*/Nudge
    0x16163000 - 0x1616fffb +com.adobe.illustrator.plugins.Navigator (Adobe Navigator Plugin version 15.1.0 - 15.1.0) <B72460C1-5CDB-0C66-9081-338F77FDFB51> /Applications/Adobe Illustrator CS5.1/*/Navigator
    0x16174000 - 0x1619afff +com.adobe.illustrator.plugins.LiveBlends (Live Blends version 15.1.0 - 15.1.0) <944B9AE7-28AD-0C2F-8CCB-305876AC4E9C> /Applications/Adobe Illustrator CS5.1/*/LiveBlends
    0x161a1000 - 0x161cfffc +com.adobe.illustrator.plugins.Layers (Layers Palette version 15.1.0 - 15.1.0) <442BDD7D-8F5B-918A-951D-A18E7C94BC54> /Applications/Adobe Illustrator CS5.1/*/Layers
    0x161d8000 - 0x161eeff3 +com.adobe.illustrator.plugins.KBSCPlugin (Keyboard Shortcuts version 15.1.0 - 15.1.0) <EF6A5669-5132-AC3E-BF09-2B6F07BD5B0B> /Applications/Adobe Illustrator CS5.1/*/KBSCPlugin
    0x161f6000 - 0x161f7fff +com.adobe.illustrator.plugins.FlattenS (Flatten Suite version 15.1.0 - 15.1.0) <C9D15F7B-BF8D-45BE-9B11-054F4FB622AA> /Applications/Adobe Illustrator CS5.1/*/FlattenS
    0x161fc000 - 0x16219ff7 +com.adobe.illustrator.plugins.FlatteningPreview (Flattening Preview version 15.1.0 - 15.1.0) <B614651E-B24E-3CEA-84A7-4E6C6A8D738A> /Applications/Adobe Illustrator CS5.1/*/FlatteningPreview
    0x16225000 - 0x1622afef +com.adobe.illustrator.plugins.FileClipboardPref (FileClipboardPref version 15.1.0 - 15.1.0) <E7A00703-3E67-AA67-BE7A-888A0DBCCBA6> /Applications/Adobe Illustrator CS5.1/*/FileClipboardPref
    0x16230000 - 0x16290ff6 +com.adobe.illustrator.plugins.CharParaStyles (CharParaStyles version 15.1.0 - 15.1.0) <1F6B5D01-3C30-25EF-1983-F886C4525C72> /Applications/Adobe Illustrator CS5.1/*/CharParaStyles
    0x162a6000 - 0x162b3fe6 +com.adobe.illustrator.plugins.BNPlugin (BNPlugin version 15.1.0 - 15.1.0) <72AC506C-665C-F306-AEC7-C3B808EEFF84> /Applications/Adobe Illustrator CS5.1/*/BNPlugin
    0x16500000 - 0x1655dff5 +MMXCore (???) <135DE8A2-B988-77A4-9EB0-C3A9AE7D4528> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/MacOS/mmxcore.plugin/Contents/MacOS/MMXCore
    0x165de000 - 0x16642ff4 +MultiProcessor Support (???) <90D39071-54FE-77DB-3EC7-324B9C50F439> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/MacOS/multiprocessor support.plugin/Contents/MacOS/MultiProcessor Support
    0x17dd1000 - 0x17de9ff7 +com.adobe.illustrator.plugins.ArtboardPanel (Artboard Panel version 15.1.0 - 15.1.0) <A75BE97E-3FBA-6A69-969F-3DBFE21C0665> /Applications/Adobe Illustrator CS5.1/*/ArtboardPanel
    0x17f00000 - 0x17f5afea +com.adobe.illustrator.plugins.ArtStyle (Art Style version 15.1.0 - 15.1.0) <72A5F81F-4EF6-18EA-D9F9-CCD845732B3E> /Applications/Adobe Illustrator CS5.1/*/ArtStyle
    0x17f68000 - 0x17f78fff +com.adobe.illustrator.plugins.AppBarControlsPlugin (Adobe App Bar Controls Host version 15.1.0 - 15.1.0) <77AA3F27-EA04-5B69-2D60-3C4B06DC713E> /Applications/Adobe Illustrator CS5.1/*/AppBarControlsPlugin
    0x17f80000 - 0x17fa1fef +com.adobe.illustrator.plugins.AltGlyphPal (AdobeAltGlyphPalette version 15.1.0 - 15.1.0) <FE3CA527-03AA-DD3D-91EC-FD9A2B2D8CA7> /Applications/Adobe Illustrator CS5.1/*/AltGlyphPal
    0x17fad000 - 0x17fbdffc +com.adobe.illustrator.plugins.Align (AdobeAlignObjects version 15.1.0 - 15.1.0) <D08D8FB4-3B9F-379F-56B2-75DFD1A74594> /Applications/Adobe Illustrator CS5.1/*/Align
    0x17fc3000 - 0x17ffbfff +com.adobe.illustrator.plugins.ActionPalette ( Action Palette version 15.1.0 - 15.1.0) <D7FDAE0C-F999-DD17-F90F-1B1979778411> /Applications/Adobe Illustrator CS5.1/*/ActionPalette
    0x18006000 - 0x1814dfea +com.adobe.illustrator.plugins.3D (3D version 15.1.0 - 15.1.0) <46661CB8-8007-FE08-BD19-FBBCACC51BC8> /Applications/Adobe Illustrator CS5.1/*/3D
    0x181a6000 - 0x1823aff3 +com.adobe.illustrator.plugins.PDF Format (PDF Format version 15.1.0 - 15.1.0) <4A905819-3E6B-7DA4-B007-E767814E39A9> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/PDF Format.aip/Contents/MacOS/PDF Format
    0x182ad000 - 0x182f2fff +com.adobe.coretech.admeveparser (3.10x04 - 3.1) <90C7F7B9-25C2-C289-6016-723B7E588BA7> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Required/Plug-ins/ADMEveParserCarbon.bundle/Contents/MacOS/ADME veParserCarbon
    0x195a6000 - 0x195bbfff +PNG (???) <CD501D1F-79F3-45D4-BFD4-0D6A8C0D9C35> /Applications/Adobe Illustrator CS5.1/*/PNG.plugin/Contents/MacOS/PNG
    0x1de00000 - 0x1dfa9ff3 +com.adobe.PlugPlug (2.5.0.232 - 2.5.0.232) <0A1D40D4-02AF-4BC4-6B5F-677913578FAC> /Applications/Adobe Illustrator CS5.1/*/PlugPlug.bundle/Contents/MacOS/PlugPlug
    0x40000000 - 0x400d1fe7 +AdobeJP2K (0) <EF392886-5A95-6A96-C95D-43DA0322925C> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0xb0000000 - 0xb0011ff8 +com.adobe.ahclientframework (1.6.0.20 - 1.6.0.20) <6FB288F2-45FD-E54A-C9A4-A0D0C374FE37> /Applications/Adobe Illustrator CS5.1/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient

  • Install Adobe illustrator cc 2014 and I have no desktop icons when I save my work to my desktop

    I have installed Adobe illustrator cc 2014 and I have no desktop icons when I save my work to my desk top.  I have a white square and the file name and thats it.  What is wrong?  I have no other illustrator programs on my computer.

    File associations are handled by your operating system and without any specific system info we can't tell you anything.
    Mylenium

  • Why don't my Adobe Illustrator CC preferences save?

    The user defined swatches is greyed out and workspaces don't save either. I am a standard user but have been given full permissions to the Macintosh HD\Applications\Adobe Illustrator CC\en_gb folders. Any ideas please?

    What exactly happens when you try to make a new workspace, what message do you get or does nothing get saved at all. Can you successfully reset your preferences?
    Do you have any files in your user defined swatches folder, they will be greyed out until you have save a .ai or .ase file in this folder
    /Users/(YOURNAME)/Library/Application Support/Adobe/Adobe Illustrator CS?/en_US/Swatches/filename.ase.
    Try a standard filename also as they can get finicky on a space at beginning or colon or backslash.
    Try running disk utility to repair permissions

  • I have adobe illustrator CS5. When I save a document as a pdf and open it again later to edit Adobe reader can't read the whole document because it only shows part of the document. It is very frustrating. How can I fix this?

    I have adobe illustrator CS5. When I save a document as a pdf and open it again later to edit Adobe reader can't read the whole document because it only shows part of the document. It is very frustrating. How can I fix this?

    keokipineapples schrieb:
    I do have all of my files I am working on located on an external drive. I plan to transfer them directly to the hard drive
    Transfer them to your harddisk immediately.
    External drives are not offiially supported and the source of errors of all kinds including complete loss of files.
    Illustrator support for networks and removable media

  • How do I get permission to save an Adobe Illustrator template in the templates folder in Windows 8,

    How do I get permission to save an Adobe Illustrator template in the templates folder in Windows 8, CS5?

    The wonderful people at MICROSOFT forum helped with this problem, I will post response here:
    Enable the permission and check the issue status.
    a. Right click on the folder and click Properties.
    b. Click Security Tab, click Edit under Group or User Names and click Add.
    c. Type “Everyone” and click check names.
    d. Click Ok.
    e. Click Full Control under Permissions for everyone.
    f. Click Apply and click Ok.
    g. Click Ok.
    Templates are to be saved in the following location:
    System folder (username:) \ App Data \ Roaming \ Adobe \ Adobe Illustrator CS5 Settings \ en_GB \ New Document Profiles
    this is using CS5 on Windows 8

  • After the security update I can no longer save or save as in Adobe Illustrator. I tried the Rosetta Fix to no avail.

    After the security update I can no longer save or save as in Adobe Illustrator. The program has become useless. I tried the Rosetta Fix to no avail. How can I fix this?

    I'm assuming by "I tried the Rosetta Fix to no avail" that means you downloaded and installed the 10.6.8 Combo Update? Is that correct, Apple hasn't posted any fix so you need to be specific about what you mean.
    Please look over
    http://osxdaily.com/category/mac-os-x/
    is that the fix you are referring to?

  • Adobe Illustrator Won't Save My Prefences

    Terribly frustrating. Each time I open Illustrator, I see it has not saved my preferences. "Scale Stroke and Effects" is unchecked; Units = Inches; and so on.
    Why?

    Spring,
    You may save certain settings for use in new documents through the Startup_CMYK and Startup_RGB documents; save new versions of these files (you may save the default versions with another name first) in the Plug‑ins folder in the Adobe Illustrator application folder.

  • Llo       adobe illustrator having some issues whenever trying to save some files its showing don not have enough memmory

    hallo
          adobe illustrator having some issues
    whenever trying to save some files its showing don not have enough memmory

    Without proper system info and details about your documents nobody can say anything. We don't even know your version of AI...
    Mylenium

  • Adobe Illustrator CC 2014 won't open under my current admin profile.

    I recently installed Adobe CC 2014 suite on my Windows 7 OS. All the programs open properly with the exception of Illustrator CC. The error message I get is:
    Adobe Illustrator CC 2014 has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    Since receiving this message I have gone through other forum posts and have tried all (below) with no remedy.
    Uninstalled using Windows Uninstall Program followed by Adobe Creative Cloud Cleaner Tool and reinstalled. (I’ve done this numerous times. I also removed any prior software versions (CS5) along with preceding software preferences.)
    All of my OS drivers have been updated.
    Monitor, Processor and GPU Drivers are updated. NOTE: I’m running an Intel Core i7 960 3.2GHz processor and an AMD Radeon HD 6700 Series GPU.
    I’m running my workstation as an admin user, however created a shared user group so InDesign would open properly. (This was my other problem I was having up until a few hours ago.)
    I have uninstalled and reinstalled both Verdana and Tahoma TTF fonts.
    I am not running or have installed any 3rd party plug-ins.
    I read a forum post that said you can get around this problem by creating a new admin account. I did and was able to open Illustrator under that profile; however I’m still unable to open it under my existing admin account. How can I get around this? There must be a way to get Illustrator to open in my current account.
    Any help in this area would be greatly appreciated. I’m now on day No. 2 trying to get this solved.

    Hello Mylenium,
    Is this what you need to determine what is causing Illustrator CC to crash upon opening the program?
    Source
    Adobe Illustrator CC 2014
    Summary
    Stopped working
    Date
    7/22/2014 1:00 PM
    Status
    Report sent
    Description
    Faulting Application Path:              C:\Program Files\Adobe\Adobe Illustrator CC 2014\Support Files\Contents\Windows\Illustrator.exe
    Problem signature
    Problem Event Name:      APPCRASH
    Application Name:           Illustrator.exe
    Application Version:         18.0.0.18
    Application Timestamp:   53880380
    Fault Module Name:        Illustrator.exe
    Fault Module Version:      18.0.0.18
    Fault Module Timestamp:                53880380
    Exception Code:                c0000005
    Exception Offset:              0000000000f46822
    OS Version:        6.1.7601.2.1.0.256.48
    Locale ID:           1033
    Additional Information 1:                6425
    Additional Information 2:                64256d48db57d4bc137c25bbc699fc9d
    Additional Information 3:                0bee
    Additional Information 4:                0beeca970ec06b6ebcf9f095a19efea9
    Extra information about the problem
    Bucket ID:          37012370

Maybe you are looking for

  • Pages doesn't open

    hey, 2 days ago I made a pages file and since yesterday I couldn't open it any more. When I want to open it it says the file couldn't be read. it has no valid (??) format (sry i had to translate it from german). there are also other older files that

  • Is there any way to remotely control iPhone and iPad?

    Hi All, I'am investigating a way to remotely control and solve basic problems of iPhone and iPad's. As an enterprise company we have over 2000 iPhones and iPads in our corporate and we want our help desk professionals be able to connect these type of

  • Could not create JCOClientConnection for logical System: SAP_R3_HumanResour

    Hi, For all the standard ESS (sap.com) the JCo connection used is SAP_R3_HumanResources . All the applications are working fine. I am trying to add a test Component in one of the (sap.com~eepro) for testing a standard BAPI call for getting user detai

  • Cannot connect to SGD server via proxy

    Hello We have a recently installed SGD server running. Some clients have been setup today with accounts to access it but none of them can get on at the moment. The error message presented is as follows: Cannot connect to the server sgd.ourdomain.co.u

  • PHP Help needed

    Hi there, DW 8.0.2, php and mySQL How does the coding look in php when I want to say: 1. "Show when session is empty" 2. "Show when session is NOT empty" I know how to do in ASP but not PHP. I want the login part of a page to show when the session is