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

Similar Messages

  • Illustrator saves blank PDFs with information about missing content

    I use Illustrator CS6 on OS X 10.8. Yesterday I noticed that my PDFs come out as blank files with the text
    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" option 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.
    which is actually a description that typically appears in AI files saved without PDF compatibility. It's not document-wise but rather application-wise issue because it happens even if I create a new Document, draw something in the middle of the canvas and save it. Also, all of my existing documents which used to save well before, do that now. Basically, I cannot save correctly a single PDF. But it seems that the exported documents must contain the data because they have different sizes based on the content.
    There's no problem with saving in AI format. I hope that's enough information necessary for someone smart to diagnose this problem because I start to be desperate
    Do you have any idea? Thank you.

    Oh, my friend just recommended me to erase cache and it worked! :-) I erased folders ~/Library/Caches/com.adobe.Illustrator and ~/Library/Saved Application State/com.adobe.Illustrator.savedState and one of them did the trick :-)

  • Poor quality issue on saving Adobe Illustrator artboard as PDF

    Hi,
    A couple of days ago I successfully saved an artboard from an Illustrator file as a PDF, and the quality was fine.  You can see the result here:
    http://www.soterianetwork.org.uk/images/derby-conference-flyer-front.pdf
    Now I am trying once again to save as PDF (I have tried all of the presets) and the quality is poor and file size is less.  You can see the latest PDF of poor quality here:
    http://www.soterianetwork.org.uk/images/derby-conference-flyer.pdf
    The most noticeable difference is in the quality of the text in the logo at the top.
    I'd be grateful for any advice in sorting out this issue.
    Thanks
    Nick

    The 1st file is a bitmap image. The 2nd file was saved with "Illustrator Compatibility" and remains fully editable in AI. You are using scribble effect, which is very memory intensive.Try turning off "Illustrator Compatibility". Also, try "Expanding" the scribble effect.

  • Illustrator Save to PDF problems

    I have Illustrator CS 14.0.0 and Acrobat Pro 9 (9.1.1 to be specific) extended and I cannot save the pdf format from Illustrator. I try over and over and it just does not work... it just locks up Illustrator forcing me to use the Windows XP task manager to kill Illustrator becuase it is simply frozen and I have no other options. The failure is happening with large and small files of any complexity. I would like to make use of the streamlined workflows in CS4... but his problem is big headache - especially if I would like to include special aspects of Illustrator features in the PDF file. The failure happen with save-as and with the basic save PDF. I was able to open (more or less like an import) the .ai file after saving from within Acrobat and that seems to be a work around for now. Is ther any updates for Acrobat or Illustrator to fix this save as PDF problem inside Illustrator CS4??

    I am experiencing exactly the same problem as reported in this thread.  I am using AI CS4.  When I try to save to PDF the programme freezes making it necessary to use the task manager to kill it.  I have been trying to identify the folders where the preferences are held but on this computer running windows xp the folder names do not match those in the thread.  Is there a specific file name that I can search for?

  • 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

  • Adobe Illustrator crashes after a second update on CC

    I install Illustrator CC and it work fine, then a update came and after that the software is not openning at all.  This is log from Apple error. any ideas?
    Process:         Adobe Illustrator [704]
    Path:            /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         256 (17.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [180]
    Responsible:     Adobe Illustrator [704]
    User ID:         501
    Date/Time:       2013-06-18 10:59:21.359 -0500
    OS Version:      Mac OS X 10.9 (13A476u)
    Report Version:  11
    Anonymous UUID:  D9EFFFAE-C0B7-5BA7-6152-A2A750080D76
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000058
    VM Regions Near 0x58:
    -->
        __TEXT                 0000000100000000-0000000101431000 [ 20.2M] r-x/rwx SM=COW  /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.wacom.Inkling                       0x000000011706d297 wacexportfileplugin::StartupPlugin(SPInterfaceMessage*) + 39
    1   com.wacom.Inkling                       0x000000011706f82b PluginMain + 123
    2   com.adobe.illustrator                   0x0000000100aba158 spEdgeCallPlugin(SPAccess*, char const*, char const*, void*, int*) + 152
    3   com.adobe.illustrator                   0x0000000100ab5423 SPCallPlugin + 99
    4   com.adobe.illustrator                   0x0000000100ab8066 SPSendMessage + 646
    5   com.adobe.illustrator                   0x0000000100ab830e startupSweetPeaPlugin(SPPlugin*) + 94
    6   com.adobe.illustrator                   0x00000001006e4da6 cacheStartup(SPPlugin*) + 214
    7   com.adobe.illustrator                   0x0000000100ab8be7 spStartupPlugins + 919
    8   com.adobe.illustrator                   0x0000000100ab7cc4 SPStartupPlugins + 36
    9   com.adobe.illustrator                   0x00000001006e3ac2 PluginMgr::PluginsLoad() + 290
    10  com.adobe.illustrator                   0x00000001006e21c3 PluginMgr::TryStartUp() + 179
    11  com.adobe.illustrator                   0x000000010042f9e6 CAIAspectType<CAIApplicationNotifier::AnyLaunchQuit>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 54
    12  com.adobe.illustrator                   0x000000010057d23e CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 174
    13  com.adobe.illustrator                   0x000000010057cd5c CAIAspectBase::Notify(void const*) + 108
    14  com.adobe.illustrator                   0x000000010042e640 CAIApplication::RunApp() + 128
    15  com.adobe.illustrator                   0x0000000100419a57 main + 135
    16  com.adobe.illustrator                   0x0000000100002c94 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff938e16a2 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8cb83da6 _dispatch_mgr_invoke + 227
    2   libdispatch.dylib                       0x00007fff8cb83cb2 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff938e0eaa __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8ca81f4e _pthread_wqthread + 324
    2   libsystem_pthread.dylib                 0x00007fff8ca84fd9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff938e0eaa __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8ca81f4e _pthread_wqthread + 324
    2   libsystem_pthread.dylib                 0x00007fff8ca84fd9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff938e0eaa __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8ca81f4e _pthread_wqthread + 324
    2   libsystem_pthread.dylib                 0x00007fff8ca84fd9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff938e0eaa __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8ca81f4e _pthread_wqthread + 324
    2   libsystem_pthread.dylib                 0x00007fff8ca84fd9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff938e0756 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8ca82c7b _pthread_cond_wait + 727
    2   com.adobe.AGM                           0x0000000103894dcb 0x103552000 + 3419595
    3   com.adobe.AGM                           0x000000010389587d 0x103552000 + 3422333
    4   com.adobe.AGM                           0x00000001038ab8a8 0x103552000 + 3512488
    5   libsystem_pthread.dylib                 0x00007fff8ca8090f _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8ca807a0 _pthread_start + 131
    7   libsystem_pthread.dylib                 0x00007fff8ca84fe9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff938e0a7a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8b1f8e24 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8b1f8c83 sleep + 42
    3   IMSLib.dylib                            0x000000011137d5e0 0x11134d000 + 198112
    4   IMSLib.dylib                            0x0000000111385ff8 0x11134d000 + 233464
    5   IMSLib.dylib                            0x000000011138a11f 0x11134d000 + 250143
    6   IMSLib.dylib                            0x000000011137df72 0x11134d000 + 200562
    7   IMSLib.dylib                            0x00000001113b987f 0x11134d000 + 444543
    8   IMSLib.dylib                            0x0000000111381190 0x11134d000 + 213392
    9   IMSLib.dylib                            0x00000001113835eb 0x11134d000 + 222699
    10  IMSLib.dylib                            0x00000001113ca8ae 0x11134d000 + 514222
    11  IMSLib.dylib                            0x00000001113cb6ab 0x11134d000 + 517803
    12  IMSLib.dylib                            0x00000001113cad6b 0x11134d000 + 515435
    13  IMSLib.dylib                            0x0000000111373fa9 0x11134d000 + 159657
    14  IMSLib.dylib                            0x0000000111369c10 0x11134d000 + 117776
    15  IMSLib.dylib                            0x000000011135f734 0x11134d000 + 75572
    16  IMSLib.dylib                            0x000000011136e762 0x11134d000 + 137058
    17  IMSLib.dylib                            0x0000000111365ce8 0x11134d000 + 101608
    18  IMSLib.dylib                            0x00000001113592e2 0x11134d000 + 49890
    19  libsystem_pthread.dylib                 0x00007fff8ca8090f _pthread_body + 138
    20  libsystem_pthread.dylib                 0x00007fff8ca807a0 _pthread_start + 131
    21  libsystem_pthread.dylib                 0x00007fff8ca84fe9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff938dca76 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff938dbd74 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8992aee5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff89931179 __CFRunLoopRun + 1497
    4   com.apple.CoreFoundation                0x00007fff899307b3 CFRunLoopRunSpecific + 467
    5   com.apple.Foundation                    0x00007fff8eadea47 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8eb38c73 __NSThread__main__ + 1319
    7   libsystem_pthread.dylib                 0x00007fff8ca8090f _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8ca807a0 _pthread_start + 131
    9   libsystem_pthread.dylib                 0x00007fff8ca84fe9 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff938e09ea __select + 10
    1   com.apple.CoreFoundation                0x00007fff89970a53 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff8ca8090f _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff8ca807a0 _pthread_start + 131
    4   libsystem_pthread.dylib                 0x00007fff8ca84fe9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000010a337f90  rcx: 0x0000000000003abb  rdx: 0x0000000000003aba
      rdi: 0x0000000109f1e800  rsi: 0x0000000000000008  rbp: 0x00007fff5fbfe900  rsp: 0x00007fff5fbfe8e0
       r8: 0x00007fff5fbfe688   r9: 0x00006200000ea088  r10: 0x000062000006f380  r11: 0x00000001170a8cf0
      r12: 0x00000001170a9448  r13: 0x00000000214d454d  r14: 0x00007fff5fbfeb30  r15: 0x000000010b892880
      rip: 0x000000011706d297  rfl: 0x0000000000010202  cr2: 0x0000000000000058
    Logical CPU:     6
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x100000000 -        0x101430fff +com.adobe.illustrator (256 - 17.0.0) <E34E6120-14D0-3467-A23C-C55B5B80B913> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x102520000 -        0x103265ff7 +libicudata.40.0.dylib (40) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x103279000 -        0x1032c8fff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1032fe000 -        0x103300fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x103306000 -        0x103356fff +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.256) <CDE1A155-45AC-30BB-8347-943980377322> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/aiport
           0x103379000 -        0x1033cdfff +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.256) <A7D0F187-0123-340C-B456-919DB5F661E7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/filterport
           0x1033f6000 -        0x1033f6ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.256) <DBFFDCE5-C8A5-3C83-91A7-75E40BFF917D> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x1033fb000 -        0x10353ffff +com.adobe.ACE (AdobeACE 2.20.02.30929 - 2.20.02.30929) <73C9699B-5EDC-3FDC-82FF-738C99AA840F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x103552000 -        0x103b23fff +com.adobe.AGM (AdobeAGM 4.30.20.30929 - 4.30.20.30929) <7D9DF39D-A7FA-3284-84B2-5BA83794981A> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x103bc0000 -        0x103bfdfff +com.adobe.ARE (AdobeARE 1.5.02.30929 - 1.5.02.30929) <73174C59-1DDC-3416-A0AD-4D70930ABA60> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x103c05000 -        0x103d03ff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.30807 - 3.8.0.30807) <DF0EC9F6-D499-39B8-B2F4-CAF4F742D702> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x103daf000 -        0x103dccfff +com.adobe.BIB (AdobeBIB 1.2.03.30929 - 1.2.03.30929) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x103dd4000 -        0x103dfafff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeBibUtils.framework/Versions/A/AdobeBIBUtils
           0x103e02000 -        0x104112ff7 +com.adobe.CoolType (AdobeCoolType 5.13.00.30929 - 5.13.00.30929) <BBF1FCF6-523A-3E24-967A-10EA909DF89B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10415a000 -        0x1046f3fff +com.adobe.MPS (AdobeMPS 5.8.1.30604 - 5.8.1.30604) <70CBC6A8-2740-37AB-964E-484096A1BF8A> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104770000 -        0x1056f3fef +com.adobe.psl (AdobePSL 14.0.0.30830 - 14.0.0.30830) <7BDC4AF7-B14F-3DE0-B47A-E69B37529A6B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x1058b4000 -        0x105921fff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 14 - 79.151739) <95D40B8F-C287-3F7B-945C-CEEE0D5399A2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105954000 -        0x105a60fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 50 - 79.151739) <6C763585-FC85-3A15-B089-7D43EF73F6A8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x105b0e000 -        0x105bb8fe7 +libicucnv.40.0.dylib (40) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x105be0000 -        0x105d20fe7 +libicui18n.40.0.dylib (40) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x105da0000 -        0x105ea2fef +libicuuc.40.0.dylib (40) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x105eeb000 -        0x106019fff +com.winsoft.wrservices (WRServices 7.0.0 - 7.0.0) <0853A41B-A14A-37B7-B27F-457F87865EAD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x106077000 -        0x1061d0ff7 +com.adobe.linguistic.LinguisticManager (7.0.0 - 19061) <F6095811-7D5F-3E06-A664-1EB9FBF8C761> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x10621e000 -        0x106226fff +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <657ED4E5-4FC2-3012-B36F-B60896021CB2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x106230000 -        0x106254fff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.30807 - 3.8.0.30807) <16FF5E16-19E0-3CE1-A68E-27567234429F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x106278000 -        0x106336ff7 +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.30772) <4FC0039A-A770-3A51-9D7A-D24167344540> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x106386000 -        0x10643fff7 +com.adobe.JP2K (1.2.2 - 1.2.2.29712) <869F46FB-FF39-39CA-B1E3-A13035A48B49> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x106489000 -        0x106652ff7 +com.adobe.owl (AdobeOwl version 5.0.13 - 5.0.13) <E9BEFE93-8AB5-3EF9-B59E-69208015C7FA> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x106695000 -        0x106e00fff +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.30505) <38762F4D-B5C5-3FD4-AFFE-5D1195FB76FC> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106eb8000 -        0x106fbcfff +com.adobe.PDFPort (AdobePDFPort 2.1.0.30929 - 2.1.0.30929) <46896FB3-8FDB-3554-B4F6-013BB944D5EB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x106fcf000 -        0x106ff4ffe +AdobePDFSettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
           0x10702e000 -        0x107073ff7 +com.adobe.pip (7.0.0.1768) <F022E031-1429-354F-B718-70F001B342EF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x10707f000 -        0x10712aff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.30772) <5DE0B54D-CDAE-3146-904F-72CBC5C89FA7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10716f000 -        0x10722dfff +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <2FAB4B9A-EDB9-0FF9-55B2-52DEC380D2BF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x107250000 -        0x107566fff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <D21D9020-0CD5-2CE3-FE04-8856C4F631E1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x107632000 -        0x107645ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10764f000 -        0x107667ff7  com.apple.carbonframeworktemplate (1.0 - 1.0) <CD612584-FFB3-3311-8A49-834F1DFA2841> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x10766e000 -        0x10775dfff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <A9A9F814-FF1F-3182-992C-395E5BC52481> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x107770000 -        0x107776ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <C8A03503-9AF8-39E5-B52A-947940E9BE85> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x10778d000 -        0x10779ffff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <E9A71FDE-E91D-3DB8-8C93-C4DC759440FF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x1077bd000 -        0x107858ff7 +com.adobe.boost_regex.framework (7.0.0 - 7.0.0.0) <46B5DDAA-7B53-3295-9AC6-C4A5220FA9DD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1078ef000 -        0x10793dfff +com.adobe.boost_serialization.framework (7.0.0 - 7.0.0.0) <102B6B3B-01A9-384C-ABDD-69E255EA0461> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x107a69000 -        0x107a74fff +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <A07284DB-0BDE-3AA0-A9FD-9FD4080A58E0> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x107a8c000 -        0x107a90fff +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <14201414-F4C5-3361-ABA8-225B6A997DBA> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x107a99000 -        0x107aa7fff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <C4728FDF-6398-37CD-A9CF-4E8C3522BF8F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x107acb000 -        0x107de9fff +com.adobe.dvaadameve.framework (7.0.0 - 7.0.0.0) <C527EBA1-3390-387A-935D-A5F37DBB00F3> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x10848a000 -        0x10858ffff +com.adobe.dvaai.framework (7.0.0 - 7.0.0.0) <D2763EF1-5B68-34DB-ADDA-F0B2B98D2668> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x108741000 -        0x10898aff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <73F833A6-5554-34A7-A625-ACAC06C25763> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x108bc1000 -        0x10903cfff +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <15DAC32C-E639-33FE-A34B-990E77CE9C47> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x10962f000 -        0x1096ddff7 +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <C614AF0D-8386-3FC1-AE64-33BC3B5DAB37> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x1097e8000 -        0x1098aaff7 +com.adobe.exo.framework (7.0.0 - 7.0.0.0) <D923AF78-3EBF-3C1B-9698-E8D8A0FE02E2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x109a04000 -        0x109a75fe7 +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 79.151561) <380981FE-6528-37CC-9159-AB1892803BD4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x109a88000 -        0x109ab4ff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x109acf000 -        0x109aeefe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x109b13000 -        0x109b17fff  com.apple.agl (3.2.2 - AGL-3.2.2) <045C0385-6DA6-3083-A512-CA5F4F96C34A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x109b1e000 -        0x109b3aff7 +com.adobe.dvaflashview.framework (7.0.0 - 7.0.0.0) <390504EA-B04F-3B3D-AF17-5F99CE10613D> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x109b61000 -        0x109b65ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/Adbeape.framework/Versions/A/adbeape
           0x109b6c000 -        0x109cb7fff +com.adobe.dvascriptui.framework (7.0.6 - 7.0.6.0) <D8DCEBAB-E04E-373A-B9ED-820FC2A282F0> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvascriptui.framework/Versions/A/dvascriptui
           0x109f78000 -        0x109f7aff7  com.apple.textencoding.unicode (2.6 - 2.6) <4600CB1A-3220-3736-A775-92349CF91056> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10c722000 -        0x10c799ff7  com.apple.xquery (1.3.1 - 30) <CEEF6AB6-2D28-326C-AF5A-6B968067F57B> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
           0x10ee72000 -        0x10ef15ff7  ColorSyncDeprecated.dylib (422) <50A2B5CA-CCBF-3C6A-B323-F4EBF4827DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10eff8000 -        0x10effbff7 +com.adobe.illustrator.plugins.Geometry ( Geometry Suite version 17.0.0 - 17.0.0) <362E0215-F9BA-32A2-BC18-1AFF627D37A2> /Applications/Adobe Illustrator CC/*/Geometry
           0x11134d000 -        0x11142efe7 +IMSLib.dylib (7.0.0.37 - 7.0.0.37) <4C57DB56-7A76-374F-8F81-3D29A86A4FF2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/IMSLib.dylib
           0x1114d3000 -        0x1114dafff +com.adobe.illustrator.plugins.Action (Action version 17.0.0 - 17.0.0) <BE4839A6-42B0-3009-A84B-DEE79F4C519B> /Applications/Adobe Illustrator CC/*/Action
           0x1114e0000 -        0x1114ebff7 +com.adobe.illustrator.plugins.FrameworkS (Framework Server version 17.0.0 - 17.0.0) <2E842390-A6B0-342B-A281-45BAF9C9EF41> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS
           0x1114f1000 -        0x1114fafff +com.adobe.illustrator.plugins.ArtConverters ( ArtConverters version 17.0.0 - 17.0.0) <3DCA5E17-00AA-3139-A420-699CE4FF2839> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
           0x111700000 -        0x111705ff7 +com.adobe.illustrator.plugins.ToolSelector (Tool Selector version 17.0.0 - 17.0.0) <5C2261B1-975D-3151-94AC-B6CAFE4AC0D0> /Applications/Adobe Illustrator CC/*/ToolSelector
           0x11170a000 -        0x111729ff7 +com.adobe.illustrator.plugins.VariablesPalette (Variables Palette version 17.0.0 - 17.0.0) <0383DD2D-6B25-3B13-9C5A-14B49341BE16> /Applications/Adobe Illustrator CC/*/VariablesPalette
           0x111730000 -        0x111745fff +com.adobe.illustrator.plugins.TextWrapDlg (TextWrapDlg version 17.0.0 - 17.0.0) <31A3EE00-6C97-3AB4-ADB0-C7F401A8BD0B> /Applications/Adobe Illustrator CC/*/TextWrapDlg
           0x111756000 -        0x11176cfff +com.adobe.illustrator.plugins.DxfDwgUI (DxfDwgUI version 17.0.0 - 17.0.0) <15F39324-D6DC-397A-B2B7-8E9595921FF9> /Applications/Adobe Illustrator CC/*/DxfDwgUI
           0x112900000 -        0x112932ff7 +com.adobe.illustrator.plugins.Mojikumi ( MojiKumiUI version 17.0.0 - 17.0.0) <BD310FA2-7304-35A8-B3EA-E48F950163D7> /Applications/Adobe Illustrator CC/*/Mojikumi
           0x112948000 -        0x112953fff +com.adobe.illustrator.plugins.DiffusionRasterSuite (DiffusionRaster version 17.0.0 - 17.0.0) <06E833AE-5B32-3582-A4FE-C9FCBC61AAD6> /Applications/Adobe Illustrator CC/*/DiffusionRasterSuite
           0x1129e6000 -        0x1129ecfff +com.adobe.illustrator.plugins.FlattenTransparency ( Flatten Transparency version 17.0.0 - 17.0.0) <FB78EDEF-C0A8-3841-AA6F-50B6FEAD4267> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/FlattenTransparency
           0x113c61000 -        0x113ccdfff +com.adobe.illustrator.plugins.PhotoshopAdapter (Photoshop Adapter version 17.0.0 - 17.0.0) <F16FA859-88BE-30CF-A90A-5A6E1A649379> /Applications/Adobe Illustrator CC/*/PhotoshopAdapter
           0x113cda000 -        0x113d40ff7 +com.adobe.illustrator.plugins.UserInterface (User Interface version 17.0.0 - 17.0.0) <3E7A5FA9-BEBD-34EB-876A-C59C5BB1CF9C> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/UserInterface.aip/Contents/MacOS/UserInterface
           0x113de9000 -        0x113e16fff +com.adobe.illustrator.plugins.BRSPencilTool ( Pencil Tool version 17.0.0 - 17.0.0) <867E04F3-7940-3F39-B965-63DE20799A8B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilTool
           0x113e1e000 -        0x113e36ff7 +com.adobe.illustrator.plugins.FOConversionSuite (FOConversionSuite version 17.0.0 - 17.0.0) <18AE06BB-83EB-3556-B461-59FD2FF7D2F4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
           0x113e40000 -        0x113ea2ff7 +com.adobe.illustrator.plugins.PDFSuite (PDF Suite version 17.0.0 - 17.0.0) <C6DEDC58-EFDA-3681-8CD5-D6B4E7F724F9> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDFSuite
           0x113eb0000 -        0x113ed1fff +com.adobe.illustrator.plugins.Rasterize (Rasterize version 17.0.0 - 17.0.0) <EE20C98A-B24A-36E3-8D9A-797265391D0E> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
           0x113ed9000 -        0x113fbcfff +com.adobe.illustrator.plugins.BeautifulStrokes (Beautiful Strokes Suite version 17.0.0 - 17.0.0) <5F8164E7-8C3F-31B2-A59F-007BDD215606> /Applications/Adobe Illustrator CC/*/BeautifulStrokes
           0x113fc7000 -        0x113fddff7 +com.adobe.illustrator.plugins.BrushManager (Brush Manager version 17.0.0 - 17.0.0) <7F488DA4-F0DF-3B68-B1B7-BF9628CE70BE> /Applications/Adobe Illustrator CC/*/BrushManager
           0x113fe3000 -        0x1140e9fff +com.adobe.illustrator.plugins.ColorHarmony (ColorHarmony version 17.0.0 - 17.0.0) <F84FB806-A902-3BF9-BEBD-8E2F4566E9FC> /Applications/Adobe Illustrator CC/*/ColorHarmony
           0x114115000 -        0x11412fff7 +com.adobe.illustrator.plugins.ControlPanel (ControlPalette version 17.0.0 - 17.0.0) <3819FAF5-4BC8-3FF6-BE0C-DD768FC78CB4> /Applications/Adobe Illustrator CC/*/ControlPanel
           0x114139000 -        0x11416dfff +com.adobe.illustrator.plugins.KinsokuDlg ( KinsokuDlg version 17.0.0 - 17.0.0) <35DD8AD9-0D74-3F72-BA2E-CA4AA37D3D10> /Applications/Adobe Illustrator CC/*/KinsokuDlg
           0x114187000 -        0x114326ff7 +com.adobe.illustrator.plugins.PlanetX (Live Paint version 17.0.0 - 17.0.0) <0EEC41C2-6680-3D70-8F56-AD3BBB9112E1> /Applications/Adobe Illustrator CC/*/PlanetX
           0x114335000 -        0x11440eff7 +com.adobe.illustrator.plugins.PaintStyle (Paint Style Palettes version 17.0.0 - 17.0.0) <19390A31-6DEB-301E-8AA0-00D3514B8EFC> /Applications/Adobe Illustrator CC/*/PaintStyle
           0x114437000 -        0x1144c3fff +com.adobe.illustrator.plugins.Perspective (Perspective version 17.0.0 - 17.0.0) <61825820-0B6D-3729-A437-7013A3C371B0> /Applications/Adobe Illustrator CC/*/Perspective
           0x1144cd000 -        0x114761fff +com.adobe.illustrator.plugins.ScriptingSupport (Scripting Support version 17.0.0 - 17.0.0) <4BC4ED1F-E783-3054-88E2-ACA13096C2AC> /Applications/Adobe Illustrator CC/*/ScriptingSupport
           0x1149f2000 -        0x114acffff +com.adobe.AXEXSLT (AdobeAXSLE 3.8.0.30807 - 3.8.0.30807) <6299FB87-471B-3EA2-9E02-6DEA293FA533> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
           0x114b67000 -        0x114bd6ff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x114be1000 -        0x114d1bfff +com.adobe.illustrator.plugins.SwatchLibs (Swatch Libraries version 17.0.0 - 17.0.0) <84FC9E79-5B58-3583-BE5E-B37995AB6FCE> /Applications/Adobe Illustrator CC/*/SwatchLibs
           0x114e21000 -        0x114e9aff7 +com.adobe.illustrator.plugins.SymbolPalette (Symbol Palette version 17.0.0 - 17.0.0) <841B93B4-39EE-37D6-9062-F407CFCF7E2F> /Applications/Adobe Illustrator CC/*/SymbolPalette
           0x114eb7000 -        0x1151cbfe7 +com.adobe.illustrator.plugins.Vectorize (TracingSuite version 17.0.0 - 17.0.0) <0C17B062-5F05-39EB-9F4C-B03C307E8F42> /Applications/Adobe Illustrator CC/*/Vectorize
           0x1151e3000 -        0x116b1cfef +com.adobe.illustrator.plugins.DxfDwg (DxfDwg version 17.0.0 - 17.0.0) <94577B01-3ECC-39B3-855D-7704513F08DA> /Applications/Adobe Illustrator CC/*/DxfDwg
           0x116c88000 -        0x116d8dfff +com.adobe.illustrator.plugins.svgFileFormat ( SVG Format version 17.0.0 - 17.0.0) <12ACF208-769A-3BD3-A533-52CE5A4B3756> /Applications/Adobe Illustrator CC/*/svgFileFormat
           0x116da4000 -        0x116e00fff +com.adobe.illustrator.plugins.Deform (Envelope and Warp version 17.0.0 - 17.0.0) <DAAF487A-3109-3730-B358-CAB44FEB391E> /Applications/Adobe Illustrator CC/*/Deform
           0x116e0b000 -        0x116e41ff7 +com.adobe.illustrator.plugins.slicingAttributes (Slicing version 17.0.0 - 17.0.0) <35E58E25-69A9-3C7E-9AAF-4F6F815320C9> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAttributes
           0x116e4a000 -        0x116e51ff7 +com.adobe.illustrator.plugins.ShapeSuite (Shape Construction Suite version 17.0.0 - 17.0.0) <DF6853DE-7BD5-39BF-BE7A-BE0B2176A390> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeSuite
           0x116e57000 -        0x116e8efff +com.adobe.illustrator.plugins.PathfinderS (Pathfinder Suite version 17.0.0 - 17.0.0) <0661E91E-D57F-366A-A007-3B10C030BC39> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
           0x116ec1000 -        0x116ec9ff7 +com.adobe.illustrator.plugins.ExpandS (Expand Suite version 17.0.0 - 17.0.0) <84EB4FBE-51E6-3143-AB0F-0C718ABA4756> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
           0x116ee4000 -        0x116ef4fff +com.adobe.illustrator.plugins.AssetMgmt (Asset Management version 17.0.0 - 17.0.0) <CEB50792-7340-385A-9786-C082D58CC414> /Applications/Adobe Illustrator CC/*/AssetMgmt
           0x116efc000 -        0x116f23ff7 +com.adobe.illustrator.plugins.DocInfo (Document Info version 17.0.0 - 17.0.0) <C907064A-835F-329A-9F0D-BB35103DF112> /Applications/Adobe Illustrator CC/*/DocInfo
           0x116f2e000 -        0x116f83ff7 +com.adobe.illustrator.plugins.LinkPalette (Links Palette version 17.0.0 - 17.0.0) <837FE3F1-6D18-3750-8A30-4139AEB21E83> /Applications/Adobe Illustrator CC/*/LinkPalette
           0x116f9e000 -        0x116fe7ff7 +com.adobe.illustrator.plugins.Snapomatic (Snap version 17.0.0 - 17.0.0) <7A9D51F1-0533-3583-9A81-FDEAC85392B9> /Applications/Adobe Illustrator CC/*/Snapomatic
           0x116ff2000 -        0x116ffbff7 +com.adobe.illustrator.plugins.Colors (Colors version 17.0.0 - 17.0.0) <687CB5FD-DB5D-3292-B9A6-33E661DA1341> /Applications/Adobe Illustrator CC/*/Colors
           0x117002000 -        0x117007ff7 +com.adobe.illustrator.plugins.TrimMark (Crop Marks version 17.0.0 - 17.0.0) <B7AF3FA6-512F-3DA0-B14E-F4782110664D> /Applications/Adobe Illustrator CC/*/TrimMark
           0x11700d000 -        0x117012ff7 +com.adobe.illustrator.plugins.Distort (Free Distort version 17.0.0 - 17.0.0) <7FFEFB20-1CCF-359D-A6B6-CBA1C0AAEC37> /Applications/Adobe Illustrator CC/*/Distort
           0x117018000 -        0x117026fff +com.adobe.illustrator.plugins.DropShadow (Drop Shadow version 17.0.0 - 17.0.0) <4513E089-A6A4-3E07-861C-B594D8855494> /Applications/Adobe Illustrator CC/*/DropShadow
           0x11702e000 -        0x117058fff +com.adobe.illustrator.plugins.EyeBucketTool (Eye Bucket Tool version 17.0.0 - 17.0.0) <351DC77B-0291-3809-9EE4-DBF724DA2803> /Applications/Adobe Illustrator CC/*/EyeBucketTool
           0x11706b000 -        0x1170a5fff +com.wacom.Inkling (1.0.39.0 - 1.0.39.0) <512B4F06-7610-3C81-911C-FBD1D2B9FA75> /Applications/Adobe Illustrator CC/*/wacexportfile
        0x7fff6c4e1000 -     0x7fff6c514987  dyld (236) <B508800F-8D03-3886-A1DA-2F0C44D9B794> /usr/lib/dyld
        0x7fff8776a000 -     0x7fff8776bff7  com.apple.print.framework.Print (9.0 - 260) <AFBB706B-268E-3918-B3BF-875E18907279> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff87a54000 -     0x7fff87a5eff7  com.apple.CrashReporterSupport (10.9 - 527) <21671404-EF49-3763-992F-AFEDD0DADE9D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
        0x7fff88b37000 -     0x7fff88b39ff7  libRadiance.dylib (1026) <7255ECEB-FE10-3588-9743-1CDA131FC8F6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff88b3a000 -     0x7fff88b3ffff  com.apple.DiskArbitration (2.6 - 2.6) <E6D5B22C-C84C-3B20-A812-DF72F3CC2F62> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff88b40000 -     0x7fff88b8dff7  com.apple.opencl (2.3.46 - 2.3.46) <FEA3D610-27DF-303B-91CA-11067E13796F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff88b8e000 -     0x7fff88bb3ffb  com.apple.CoreVideo (1.8 - 117.0) <88727B0E-67BE-327E-AEB1-B20081C441EC> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff88bc9000 -     0x7fff88beafff  libc++abi.dylib (41) <EB9D870E-F190-353A-AE6B-06611DA12EAB> /usr/lib/libc++abi.dylib
        0x7fff88beb000 -     0x7fff88bf8ff0  libbz2.1.0.dylib (29) <C1100E81-9C9D-3E4E-B238-F4015BB35B15> /usr/lib/libbz2.1.0.dylib
        0x7fff88c19000 -     0x7fff88c7dff7  com.apple.datadetectorscore (5.0 - 341.0) <5134470A-3C7A-3DF1-99D5-FD0F1E21401F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff88c88000 -     0x7fff88c89fff  com.apple.TrustEvaluationAgent (2.0 - 25) <F61C1604-8985-3AF1-9F3C-305F79FA0D49> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
        0x7fff88c8a000 -     0x7fff88c92ffc  libGFXShared.dylib (9.0.71) <9F57769A-B26D-3F46-94F8-E7469FACA406> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff88cb7000 -     0x7fff88d67ff7  libvMisc.dylib (423.26) <9C6DF9C1-7681-3A1E-9B5E-EF781CD07239> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
        0x7fff88d68000 -     0x7fff88d74ff3  com.apple.AppleFSCompression (56 - 1.0) <8C69BC1A-9C43-3873-AF32-10BF1991B3ED> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
        0x7fff88d75000 -     0x7fff88d77fff  libquarantine.dylib (65) <8791F59F-9F9F-3A24-83C4-BFD04CF589EA> /usr/lib/system/libquarantine.dylib
        0x7fff88d78000 -     0x7fff88dbffff  libcups.2.dylib (361.1) <08CBFE4A-0A59-3FB4-B933-4901F405E096> /usr/lib/libcups.2.dylib
        0x7fff88dc0000 -     0x7fff88e4cff7  com.apple.ink.framework (10.9 - 205) <65102A17-13BE-3E41-90F8-9DB44207CC79> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff88e65000 -     0x7fff88e67ff7  com.apple.securityhi (9.0 - 55005) <EFB3C3B4-2187-3E79-8FF8-D22C5F77EB04> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff89337000 -     0x7fff89718ffe  libLAPACK.dylib (1094.4) <19E25957-74BA-3770-AAB5-B6A05F19BDC2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff8971f000 -     0x7fff89729fff  libcommonCrypto.dylib (60047) <68F03BCA-58FD-39CC-878D-B7F6283102E5> /usr/lib/system/libcommonCrypto.dylib
        0x7fff89902000 -     0x7fff89ae6fff  com.apple.CoreFoundation (6.9 - 839.13) <048EF287-A909-3CF5-B077-D885BCC0CE5F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff89ae7000 -     0x7fff89aeafff  libsystem_stats.dylib (91.0.0.1.5) <E771B0BB-794C-3AB4-892E-B735ABB9C5D9> /usr/lib/system/libsystem_stats.dylib
        0x7fff89f85000 -     0x7fff8a074fff  libFontParser.dylib (105) <6CC20B7B-77A3-31E9-BF33-918B8BA8FA98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
        0x7fff8a077000 -     0x7fff8a07afff  com.apple.LoginUICore (3.0 - 3.0) <3F43DA54-0E66-3E9F-83DA-8AA5008F8D7E> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore. framework/Versions/A/LoginUICore
        0x7fff8a07b000 -     0x7fff8a0acfff  com.apple.MediaKit (15 - 708) <7EB91EA5-6758-3FEE-999C-50DCDD267E28> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8a0ad000 -     0x7fff8a138fff  libCoreStorage.dylib (374) <4722DBD3-C3CA-331D-8434-D961008D7871> /usr/lib/libCoreStorage.dylib
        0x7fff8a139000 -     0x7fff8a13aff7  libDiagnosticMessagesClient.dylib (100) <B28C426E-E826-3EC3-80AD-E69F2EABE46B> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8a18b000 -     0x7fff8a1b4fff  com.apple.DictionaryServices (1.2 - 197) <054D6C61-91EA-3A0C-9399-91DC4FA54935> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
        0x7fff8a1b5000 -     0x7fff8a234fff  com.apple.CoreSymbolication (3.0 - 137) <60C341A7-447D-37B5-9FF0-EE0B75FDAB8C> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff8b17d000 -     0x7fff8b206ff7  libsystem_c.dylib (995) <82F1BDE9-FD58-3749-9837-15ADC6909E0A> /usr/lib/system/libsystem_c.dylib
        0x7fff8b61e000 -     0x7fff8b645ff3  libsystem_info.dylib (449) <6080681C-A561-3458-AA51-4DBE6D4E36B2> /usr/lib/system/libsystem_info.dylib
        0x7fff8b68b000 -     0x7fff8b76dff7  com.apple.coreui (2.1 - 222) <F599D4DF-7226-359C-A0C4-800F0C52AAC1> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8b7c3000 -     0x7fff8b7c3ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6D7D8C7C-98FC-33D1-8F88-C7B1F4331082> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8b7c4000 -     0x7fff8b7c7ffc  com.apple.IOSurface (91 - 91) <B53531EC-3736-3514-AD01-C68418C73331> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b7c8000 -     0x7fff8b7d9ff7  libsystem_asl.dylib (215) <0995D278-3165-324E-8B35-936EA612ACD1> /usr/lib/system/libsystem_asl.dylib
        0x7fff8b7da000 -     0x7fff8b7ecfff  com.apple.ImageCapture (9.0 - 9.0) <F4289D5A-F24E-33B2-BD56-803F3B13BFFF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
        0x7fff8b7fe000 -     0x7fff8b805ff3  libcopyfile.dylib (103) <7925E83E-6C96-38AD-9E53-AA9AE7C9E406> /usr/lib/system/libcopyfile.dylib
        0x7fff8b80c000 -     0x7fff8b80eff7  com.apple.EFILogin (2.0 - 2) <83D568C9-8E1D-32F0-9AED-231675485914> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8b863000 -     0x7fff8b870ff8  com.apple.Librarian (1.2 - 1) <5D4428A7-18A3-3084-9C0C-2858B860DBEC> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8b871000 -     0x7fff8b87cfff  libkxld.dylib (2422.1.4.1.8) <C1F8E1BA-9043-3EB3-836E-D3950C44E79D> /usr/lib/system/libkxld.dylib
        0x7fff8b87d000 -     0x7fff8b87efff  liblangid.dylib (117) <5146A22B-088F-3D8D-B245-F03DD3CDA2B0> /usr/lib/liblangid.dylib
        0x7fff8bce5000 -     0x7fff8c5e767b  com.apple.CoreGraphics (1.600.0 - 554.1.4) <60D13D1D-CD70-38F6-A850-8AC9E2EA86ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8c80f000 -     0x7fff8c831fff  libxpc.dylib (296.0.0.1.1) <4D58910D-3A78-3E94-A00F-C8184A51592B> /usr/lib/system/libxpc.dylib
        0x7fff8c86c000 -     0x7fff8c86efff  libCVMSPluginSupport.dylib (9.0.71) <8EBF7A8B-1E75-3D9F-BFCF-541490FA9E41> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff8c89a000 -     0x7fff8c89bff7  libodfde.dylib (20) <FF0051A7-8882-3748-A943-D6A1C06C19C7> /usr/lib/libodfde.dylib
        0x7fff8c89c000 -     0x7fff8c8a0ff3  libheimdal-asn1.dylib (319.1) <84A5726C-1419-3579-A7AB-25284079485E> /usr/lib/libheimdal-asn1.dylib
        0x7fff8c8a1000 -     0x7fff8ca4ef37  libobjc.A.dylib (548) <A73B4B10-C3A5-33C7-85AE-287201585D69> /usr/lib/libobjc.A.dylib
        0x7fff8ca4f000 -     0x7fff8ca7effd  com.apple.GSS (4.0 - 2.0) <C328CBCA-3C7E-36B2-A760-26AC0E68187F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8ca7f000 -     0x7fff8ca86ff7  libsystem_pthread.dylib (52) <D9483407-2FE6-3250-B236-4A70F167FD59> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8ca89000 -     0x7fff8ca96fff  com.apple.CommerceCore (1.0 - 39) <2E3D0321-E0B8-3BC0-B7B5-B63EB86303D4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff8ca97000 -     0x7fff8caf0ffe  com.apple.AE (665 - 665) <4F5CFB94-0D94-32CE-984B-0DA8FF188C33> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
        0x7fff8cb31000 -     0x7fff8cb7fff7  libcorecrypto.dylib (159) <9597C75C-2559-319C-B991-9A955C69C325> /usr/lib/system/libcorecrypto.dylib
        0x7fff8cb80000 -     0x7fff8cb9aff7  libdispatch.dylib (338.0.0.0.1) <280908EF-A853-3653-A5B0-ED2668057F26> /usr/lib/system/libdispatch.dylib
        0x7fff8cb9b000 -     0x7fff8cbc0ff7  com.apple.ChunkingLibrary (2.0 - 153) <4A0544BA-A425-3C92-873E-055B9EF9ACA4> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8cbc1000 -     0x7fff8cbc9fff  libsystem_dnssd.dylib (519.0.71) <69EC92C2-E2E4-315E-AE65-B20E6BA117F8> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8cbca000 -     0x7fff8cc54ff7  com.apple.Metadata (10.7.0 - 774.6) <C66BFB3C-A4B7-3440-AC90-24912E5BCC35> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff8cc55000 -     0x7fff8ce0dffb  libicucore.A.dylib (511.13) <552A1606-39B8-3A4F-A975-73838AC1FDD6> /usr/lib/libicucore.A.dylib
        0x7fff8ce0e000 -     0x7fff8ce37ffb  libRIP.A.dylib (554.1.4) <F5A193E9-F52A-3882-81F4-A5F9DA28796F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8ce38000 -     0x7fff8cf29ff9  libiconv.2.dylib (41) <57FBE2D1-1ACD-3655-8E96-37DFE3945779> /usr/lib/libiconv.2.dylib
        0x7fff8cf2a000 -     0x7fff8cf2afff  com.apple.Cocoa (6.8 - 20) <BC3EB68F-917E-36C0-9B59-7468452092D8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8cf2b000 -     0x7fff8cf6dff7  libauto.dylib (185.4) <4B2CABC5-1F75-3225-81B4-882AEAE31ADC> /usr/lib/libauto.dylib
        0x7fff8cf6e000 -     0x7fff8d0dcff7  libBLAS.dylib (1094.4) <80E99B02-BD2D-3D88-97B6-0BE2D8973633> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff8d0dd000 -     0x7fff8d0e0ffa  libCGXType.A.dylib (554.1.4) <47A2ED6A-85B4-3EFB-95AF-B1A0F226BA4D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8d0ed000 -     0x7fff8d0f7ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <581F3F9D-DEEF-3D9D-A287-A9C7D54BBF6B> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff8d0f8000 -     0x7fff8d349ffe  com.apple.security (7.0 - 55358.3) <00751658-24A5-3C8C-9D86-D06CBE943462> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d34a000 -     0x7fff8d36ffff  libJPEG.dylib (1026) <D2548B76-606F-3877-A617-B878C59F7497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8d3ef000 -     0x7fff8d62cfff  com.apple.RawCamera.bundle (4.06 - 695) <EEF8219E-E048-3362-B17D-016D1577C335> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d911000 -     0x7fff8d911ff7  libkeymgr.dylib (28) <C286BFEC-081D-3486-9B32-CEF54041795C> /usr/lib/system/libkeymgr.dylib
        0x7fff8d912000 -     0x7fff8d93affb  libxslt.1.dylib (13) <33D39746-6FCD-3F32-AFAE-2E45232BF6FB> /usr/lib/libxslt.1.dylib
        0x7fff8d93b000 -     0x7fff8da8cff3  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <924DDBA9-D630-3843-AEB8-047AC23D86C2> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8da8d000 -     0x7fff8dc29ffb  com.apple.QuartzCore (1.8 - 327.0) <CC164B62-4861-39AE-8687-5C751A07D442> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8dc2a000 -     0x7fff8dc81fff  com.apple.Symbolication (1.4 - 124) <D71DE4A2-BFBF-311E-955D-347AD3501267> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff8dcbb000 -     0x7fff8dcbbfff  com.apple.CoreServices (59 - 59) <072FB8AE-63C9-3120-BE8C-C02CA849CB96> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8dcbc000 -     0x7fff8dce3ff7  libsystem_network.dylib (241.2) <377DF6DA-A545-3146-A2B0-69B7D4492FB2> /usr/lib/system/libsystem_network.dylib
        0x7fff8e06d000 -     0x7fff8e0c7fff  libTIFF.dylib (1026) <9187C83E-131F-3596-BE0E-CA6ECDB01280> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e0c8000 -     0x7fff8e0c9ff7  libsystem_blocks.dylib (63) <FAC54B3A-C76F-33E4-8671-D4A81B39AE56> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8e0ca000 -     0x7fff8e1bbfff  libsqlite3.dylib (155) <925E99ED-08CF-35CB-9612-96D22B71ED8A> /usr/lib/libsqlite3.dylib
        0x7fff8e1fa000 -     0x7fff8e212fff  com.apple.GenerationalStorage (2.0 - 157) <AAEE8665-36E3-3771-960B-6ACAAB75B42D> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff8e21d000 -     0x7fff8e264ff7  libFontRegistry.dylib (120) <E087F493-5C43-3AB0-B7FC-75F220033643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8e265000 -     0x7fff8e50dff5  com.apple.HIToolbox (2.1 - 680) <3105D26E-3FE0-3EDD-937E-7208622A5BED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff8e58c000 -     0x7fff8e5f6fff  com.apple.framework.IOKit (2.0.1 - 905.0.0.1.1) <BB70A43D-1F31-3BFD-B2A2-ED5978B5BBD2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8e5f7000 -     0x7fff8e89dfcf  com.apple.vImage (7.0 - 7.0) <617714AE-F2CD-3B40-A9B1-35F03F519EB9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
        0x7fff8e89e000 -     0x7fff8e8bafff  libresolv.9.dylib (54) <8BE0B937-971C-3116-80B5-6EDA4A5734AE> /usr/lib/libresolv.9.dylib
        0x7fff8e98d000 -     0x7fff8e998ff7  com.apple.NetAuth (5.0 - 5.0) <5B6836E9-41C3-3DB1-AF36-A2B2270462D8> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8e999000 -     0x7fff8ea6aff2  com.apple.DiskImagesFramework (10.9 - 367) <9D17BC46-C8D8-3F00-AB59-4F238C92ED5A> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8ea6b000 -     0x7fff8eaacff7  com.apple.PerformanceAnalysis (1.45 - 45) <B30BEBC6-0565-3B67-AE01-D167EF187A97> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
        0x7fff8eaad000 -     0x7fff8eda9fff  com.apple.Foundation (6.9 - 1039) <79E7E698-DB77-3A4F-AB34-EADC5A867008> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8edaa000 -     0x7fff8ede9fff  libGLU.dylib (9.0.71) <C8E499FF-C3A3-3D61-A5F4-60D868E5502A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8edea000 -     0x7fff8ee59ff1  com.apple.ApplicationServices.ATS (332 - 358) <515AF53C-D424-334A-9D11-6D9D2F8CB356> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff8ee5a000 -     0x7fff8ee5dff7  com.apple.help (1.3.3 - 46) <8260B2A9-1D1F-349B-9B06-08133D7C610E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
        0x7fff8eec6000 -     0x7fff8eeceffb  libCGCMS.A.dylib (554.1.4) <700B8E51-7BC6-3160-A66D-619D824EF93E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
        0x7fff8eecf000 -     0x7fff8ef94ff7  com.apple.LaunchServices (571.3 - 571.4) <DEE79DF1-9091-300F-B645-0CECF346AA73> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
        0x7fff8ef95000 -     0x7fff8efcdff7  com.apple.RemoteViewServices (2.0 - 94) <754D1279-514E-3EA2-94EB-039CF1CC61D9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff8f02b000 -     0x7fff8f02cff7  libsystem_sandbox.dylib (272) <A20B280F-9171-30E0-BE6A-1D59F808278B> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8f098000 -     0x7fff8f1feffb  com.apple.CFNetwork (647.3 - 647.3) <A4E2F5B7-6061-38EA-A1C7-7FD5F0F02E8B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8f1ff000 -     0x7fff8f208ff3  libsystem_notify.dylib (121) <549072AF-B6C9-3F63-8027-72E70CAF91E4> /usr/lib/system/libsystem_notify.dylib
        0x7fff8f209000 -     0x7fff8f256ff2  com.apple.print.framework.PrintCore (9.0 - 423) <B961995E-117A-33E6-BA7B-499216CAA262> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff8f3b9000 -     0x7fff8f3c6ff7  libxar.1.dylib (201) <1101B494-DDED-37A1-973B-F896CD6E72EA> /usr/lib/libxar.1.dylib
        0x7fff8f419000 -     0x7fff8f490ff7  com.apple.CoreServices.OSServices (600 - 600) <182EB33E-5271-3585-9BB4-19B29BA7E9E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
        0x7fff8f58d000 -     0x7fff8f58fffb  libutil.dylib (34) <0C9012B8-848B-3302-83CF-903FDC72DBCA> /usr/lib/libutil.dylib
        0x7fff8f590000 -     0x7fff8f59aff7  libcsfde.dylib (374) <F87E16BA-0BE7-307E-841B-62A7BBBF619D> /usr/lib/libcsfde.dylib
        0x7fff8f5d4000 -     0x7fff8f5eafff  com.apple.CFOpenDirectory (10.9 - 169.0.0.1.1) <3B0B9AAE-70E6-35BC-A8E2-DB20A03E17F7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff8f5eb000 -     0x7fff8f6d2ff3  libxml2.2.dylib (25) <0DF42978-1D78-32B0-8682-908D94CB9F39> /usr/lib/libxml2.2.dylib
        0x7fff8f6ef000 -     0x7fff8f7b1ff5  com.apple.CoreText (352.0 - 365.1) <92F5AC88-7C77-36E6-979C-A3A96D24C398> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8f7b2000 -     0x7fff8f7beff7  com.apple.OpenDirectory (10.9 - 169.0.0.1.1) <A89916DB-66FB-3E78-A255-069FE3E2673D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8f867000 -     0x7fff8f946fff  libcrypto.0.9.8.dylib (50) <8EC33C5F-0C70-38B0-B8C0-A42A0F0365F3> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8f9a7000 -     0x7fff8f9d3fff  com.apple.CoreServicesInternal (184 - 184) <A1C4F7B6-15DF-3DD6-AC0C-6DB6F1AA7081> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff8f9db000 -     0x7fff8f9f5fff  libsystem_malloc.dylib (23) <987C72AA-A2B3-3AD8-8616-D8A04B7440EF> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8f9f6000 -     0x7fff8f9fbff7  libunwind.dylib (35.3) <56390AC7-A945-3A4B-9E83-305EF4828104> /usr/lib/system/libunwind.dylib
        0x7fff8fa37000 -     0x7fff8fa3bfff  libGIF.dylib (1026) <939EC139-081F-383F-91F5-85982CB30578> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8fa55000 -     0x7fff8fb61fff  com.apple.ImageIO.framework (3.2.0 - 1026) <BA3A43A1-88BE-32BE-9B32-1F432B9ED3A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8fb6b000 -     0x7fff8fc96ff7  com.apple.desktopservices (1.8 - 1.8) <3BC2A1C0-2943-3BCD-AE66-DA5D7D9E1B5B> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
        0x7fff8fc97000 -     0x7fff8fcd1ffb  com.apple.bom (12.0 - 192) <50B44FD6-44AB-313C-B962-EDBF45D95755> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8fce9000 -     0x7fff8fd0bfff  com.apple.framework.familycontrols (4.1 - 410) <5537AA8E-FC27-3646-AFFA-08F748FE05FF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff8fd12000 -     0x7fff8ffdaff8  com.apple.CoreImage (9.0.30) <D30EDC32-682C-3ABA-B2D2-9805FC7A742A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage

    I am having the same issue... But I do not see any wacom messaging... I will update to the new driver and try.
    here us my dump...
    https://gist.github.com/okayjeffrey/d5e78cfc13c719d0c52d

  • Only first row of dynamic table saves to pdf

    Please help me with this.  I have a dynamic table in an xdp that can grow by adding rows (called details).  This appears to work in the browser, when I edit.  However, when I save to pdf, only the top row saves.  Any idea why the entire table is not saving to the PDF?  Thanks in advance.

    Yes, I experienced this problem just today. I have a dynamic form created in Live Cycle Designer that has one table with a control that permits the user to expand rows in the table through the Instance Manager. I am assuming that is where my problem is. The table adds/deletes rows effectively, but when I distribute the form, the corresponding response file is created with only fields for one row in this table.
    When you begin collecting responses, if a user submits a completed form with more than one row in the dynamic table, an error message will be generated that the form data doesn't match the response file structure. If you ignore the error and save the reponse, all rows beyond Row 1 will not be saved.
    I have not solved the design/coding issue yet, but I did develop a workaround. I opened the form_distributed.pdf and filled-out a bogus response, filling in as many rows in the dynamic table as I thought the universe of users would create. I then submitted the form. I then opened the submitted response and was prompted by Adobe to save the pdf to the response file. I checked save it to another file, then merely replaced the existing form_responses.pdf that only had 1 set of fields for Row 1. With the save, it now has fields to accept up to the number of rows I added in the bogus submission. I export to a cvs file then edit the field names to avoid duplicate field name issues in subsequent data analysis.
    There clearly must be a better and more eloquent solution.

  • "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?

  • 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

  • Illustrator CS5 won't save as PDF

    My first post.
    Running AI CS5.5. All of a sudden, when I "save as" to a pdf file, the pdf content is not saved. Instead, when the file is opened, the actual document says "This is an Adobe Illustrator file that was saved without PDF Content. To place or open the file in other applications, it should be resaved from AI with the "Create PDF Compatible File" option turned on. This option is in the Illustrator Native Format Options dialog bos, which appers when saving an Adobe Illustrator file using the Save As command."
    I understand what these directions are saying, and I can do it that way, but the file cannot be opened by someone without AI.
    This used to work so easily! Save As, choose pdf in the drop down, it adds .pdf to the file name, done!
    Can anyone tell me what made this change? Two days ago it worked fine, and I didn't change anything (knowingly).

    Oh, probably just a distiller hiccup. Glad to hear it works now. I have had my share of Adobe background processes problems, too, and I wouldn't have thought to reboot right away either. Make sure to mark this question 'answered' when you get a chance.

  • How do I save a PDF in Adobe so it displays correctly in the default Firefox reader?

    I have seen discussions on how to change your own settings in Firefox so PDFs display correctly (Viewing PDF documents in Firefox 19+) however I am looking for a solution on how to save PDFs so they display correctly within the default new Firefox reader. Our PDFs are looking bad and I can't go into each clients browser settings and fix (http://www.cherrybekaertbenefits.com/wp-content/uploads/2014/07/ACA_Infographic_072114.pdf). Are their any settings within the Acrobat Distiller that will fix this without the viewer having to go into their own settings?

    Hmm, not a subtle difference.
    We haven't had many PDF experts or Adobe Illustrator users posting tips here; those might be sprinkled around on other forums, blogs, or support sites.
    I did notice when viewing the PDF properties in Adobe Reader that the PDF was created with Optimize for Fast Web View enabled. This is a feature that allows for progressive rendering of PDFs over a slow connection ([http://helpx.adobe.com/illustrator/kb/optimize-native-pdf-file-sizes.html#main_Optimize_for_Fast_Web_View_option]). Could you try re-generating the PDF with that feature disabled to see whether it makes a difference?

  • 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?

  • Adobe illustrator CS2.. Save As..

    Dear Mac illustrator user.
    I tried to SAVE AS in illustrator file (ex: 0000.ai),
    then this small box appears..
    (Acrobat PDF file format is having difficulties. Bad font object or font descriptor object.)
    Then it automatically saves as PDF file, not .ai file.
    What shall I do???

    I am not sure if you can a lot of response here about Illustrator, try posting in the Adobe Community.
    I am a very light AI user, more of a Photoshop user. The only advice I can offer right now is try re-installing AI and see how...?
    Cheers

  • Extracting a layout & images from PDF to use in Adobe Illustrator to create webpage

    I have been asked to build a small website based on a PDF template (with an additional .indd file) created by a designer who knows nothing about HTML, but they have advised me is that it should be possible to somehow extract the required components (layout & images) using Adobe Illustrator CS5 and then use those to create the webpages.
    Is this correct or is there a better way to get the layout & images out of the PDF or .indd files?
    I can just about figure my way through Adobe Illustrator, but guidance would be helpful as this is the 1st time i have attempted something like this.
    Also the layout that has been provided is about the 1/2 the size it should be, I have tried scaling this up within Adobe Illustrator, but the resulting image won't export to a webpage properly, all that exports is what is within the little box in the middle of the screen. I know I am doing this wrong. What's the correct way to make everything larger?

    You can open the pdf in Illustrator  you make an artboard for each image an use the command to fit artboard to selected art and then save for the web and device.
    You can slice the artboards and use the slices to make your page
    or yu can copy and paste into Muse but Muse is still a beta.
    Once it Muse out of Beta testing, it is a public beta, I think there will be little reason to actually know html even if yu are a die hard.
    But right now I do not think you can actually publish the pages created in Muse though you can preiew them.
    Unless Mylenium has different information than I do.
    Flash Catalyist might be th way to go but I think in the end Muse is the correct way but in the near future not right now.

  • I want to open a Illustrator file in Illustrator CS4 but i am getting this message "This is an adobe illustrator file that was saved without PDF content..."

    I want to open a Illustrator file in Illustrator CS4 but i am getting this message "This is an adobe illustrator file that was saved without PDF content..." I tried the save as option with "Create PDF compatible file" option but still same message is showing. PLEASE HELP.
    Thanks in advance.

    I have uploaded the files to my dropbox - Dropbox - AI
    I would really appreciate it if anyone is willing to down-save the version of these files to Illustrator CS4 and send it to me.
    thanks

Maybe you are looking for

  • Creative Cloud for Teams - missing apps

    I have recently set up Creative Cloud for Teams and have noticed that some of the apps, for instance Lightroom and Creative Cloud Connection are not showing as apps available to download for my team members. Does anyone know how to fix this? These ap

  • How to create a photo slideshow in my movie

    Hello all, Im woking on my first movie with Premier Elements 12 and I can not figure out how to include a slideshow of pictures at the end of my movie. Of course I can drag the photos on the timeline and use trancients in between but there is nothing

  • HELP! 'unexpected end of file' error-Is there a fix?! OS 10.4.11

    Getting 'Unexpected end of file' error when trying to open a file (that's a rush job) in QuarkXpress 6.5.  I attributed it to lack of memory, so I immediately backed up all files and HD to an external drive to free up space. Restarted and prayed... Q

  • Changing data in previous element of ArrayList

    I'm iterating through an array list which contains several data elements in each array, one of which is an account numbers which are sorted. If an account number is duplicated, I want to change data in both entries in the ArrayList. for (ListIterator

  • ASPNETCOMPILER error ASPCONFIG Could not load file or assembly Oracle.Data

    I have migrated my .Net solution from 3.5 to 4.0 which consist of a class library and a web service. Web serivice is dependent on class library and the class library uses oracle.dataaccess.dll version 4.112.3.0. I have installed ODAC 11.2.0 in my mac