Adobe Illustrator CC SDK

Hi,
Does anyone know when the new CC SDK package for Illustrator will be available?

Good thing or not, that's how its always been. If you want access to the SDK ahead of time, the only option is to get into the pre-release program. Frankly, that's just a Good Thing(tm) in general, since it lets you explore for bugs in the SDK at the same time.
That said, I don't know how one gets into the pre-release exactly. I've been in it for years and I think that comes from being a registered developer partner member, but since that's done through my company I don't actually know. Honestly, it wouldn't be a bad thing to have a few more people in there from the development side; there are lots of people on the user end of things, but only a handful of us developers. The additional feedback would probably be welcome, though obviously that requires you to set aside time to fiddle with what can be at times a very rough build of Illustrator (I've taken to running early pre-release builds in a VM as I've had some experiences damage my installation to the point where I had to reinstall Windows to be able to use Illustrator properly again -- that's rare, but I take no chances now!)
If you're interested, maybe someone from Adobe will come by this thread and scoop up some users. With the advent of CC its looking like the pre-release program might be a permanently ongoing thing now.

Similar Messages

  • Where can I find the Adobe Illustrator CC SDK?

    Hi,
    Where is the Adobe Illustrator CC SDK and ExtendScript Toolkit for this latest version?
    Thanks!

    incredible...if Staff does not know, how do we suppose to know?
    ...all I can say is that it is NOT here
    http://www.adobe.com/devnet/illustrator.html

  • Adobe Illustrator CS5 SDK not working with Xcode on Mac OS X Lion 10.7.1

    I recently was interested in developing an illustrator plug-in. I downloaded all the required files listed on the adobe site, including the pdf files.
    I was following the "getting started guide" while working on Xcode 4.1 when I saw that it required a "Carbon Bundle", since there wasn't one. I did my research and found out that I could download the bundle, which would only work on Xcode 3.2. However, when any of the sample files which are Carbon-based are loaded, Xcode 3.2 crashes while Xcode 4.1 notifies me with "Base SDK Missing".
    I would just love to have the sample code running, and I'm pretty sure I can handle it from thereon.
    Thanks in advance!

    I can get it to build on Lion with Xcode 4.1. The steps I went through were to first set all the "Build Settings" > Base SDK to Mac OS X 10.6 like below:
    Then when I built I found it would get stuck on TwirlFilter think there is a problem with Xcode as after force quiting and restarting the computer it was able to compile successfully.
    If you get any LLVM errors like error: extra qualification ... to do with AIPlatformFileDlgOpts then you just have to go to the line with the error and delete AIPlatformFileDlgOpts:: though I think that only happens if you have not done a clean before you built and there are still projects with Base SDKs set as 10.5
    Let me know how you get on,
    Robert

  • PDF SDK Library and Adobe Illustrator

    Hi,
    I want read AI file saved with PDF compatibility fro my stanalone c++ application.
    Can I use PDF SDK Library to achieve this?
    I want read strokes data and other shape data so I can convert them in readeble mode for my application.
    Thanks in advance.
    Rino

    Yes, you can use the Acrobat SDK and/or the Adobe PDFLibrary for this purpose.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Wed, 9 Nov 2011 08:02:31 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: PDF SDK Library and Adobe Illustrator
    PDF SDK Library and Adobe Illustrator
    created by froumpdf<http://forums.adobe.com/people/froumpdf> in PDF Language and Specifications - View the full discussion<http://forums.adobe.com/message/4016222#4016222

  • Illustrator CS4 SDK on Apple OSX 10.6 Snowleopard and Xcode 3.2 howto

    I can't compile any of the samplecode from the current illustrator CS4 SDK
    ai_cs4_sdk_mac_367 on an Apple Mac with OSX 10.6 snow leopard (SL) and Xcode 3.2
    (see some errormessages at end)
    The documentation mentions Xcode 2.4.1.
    Is it possible at all to use this SDK 367 with snowleopard and Xcode 3.2 ?
    If not, then how do you plug-in writers update your illustrator plug-ins for working on Snowleopard ?
    thx, j.
    some of the errors I get while compiling the 'Tutorial' samplecode for "10.6|Debug|i386" are :
    ../../illustratorapi/illustrator/AIRaster.h:221: error: conflicting declaration 'typedef long unsigned int uint32'
    /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Security.framework/Headers/cssmco nfig.h:69: error: 'uint32' has a previous declaration as 'typedef uint32_t uint32'
    AIPlatformFileDlgOpts::AIPlatformFileDlgOpts()
    ../../illustratorapi/illustrator/AIUser.h:381: error: extra qualification 'AIPlatformFileDlgOpts::' on member 'AIPlatformFileDlgOpts'
    /Applications/ai_cs4_sdk_mac_367/Adobe Illustrator CS4 SDK/samplecode/Tutorial/Resources/Tutorial.r:20:0 SysError 0 during open of "TutorialID.h".

    thanks mrwren, for your confirmation that you could compile the
    samples from ai_cs4_sdk_mac_367. I searched further and found e.g. the following fixes:
    sample: Tutorial
    1. AIRaster.h
    below #define BRAVO_TYPES:
    //typedef unsigned long uint32;//loj outcommented
    2. AIUser.h
    /*AIPlatformFileDlgOpts:: loj commented out*/ AIPlatformFileDlgOpts()
    : fCount(0), fFilters(NULL)
    3. TutorialID.h
    add the file Tutorial.h to the Groups&Files section of the Tutorial.xcodeproj window
    by dragging it from the finder into this Groups&Files section
    (The right click > "Add > Existing Files … " did not let me do this (file was gray although rwx-access))
    I compiled for "10.6 | release | i386" and the resulting plug-in Tutorial.aip
    did load well into AI CS4 14.0.0 and worked OK.
    sample: Annotator:
    changed project settings
    -Architectures > Base SDK : "/Developers/SDKs/MacOSX10.4u.sdk" changed to "Mac OSX 10.6"
    (I installed snowleopard without the optional 10.4 support)
    -Deployment > Mac OSX target : 10.4 changed to "Mac OSX 10.6"

  • Can i create program, using Adobe Illustrator SDK, which would understand *.ai file format (cs versi

    I need to write converter from cs ai files to my own format.
    Can i use Adobe Illustrator SDK for creating such a program?
    Is there in SDK libraries, which would be used for reading by program cs ai file format?
    Must Adobe Illustrator be installed for such a program would work?

    Well, if Idraw can do it you would need to figure out which format it likes (probably tiff would be my guess), save in that format and open the image there and proceed with however it works. The only useful advice I can offer is that jpg is a poor choice for any image that includes text. It will be fuzzy.

  • Adobe Application Manager Update fehlgeschlagen Fireworks Update auf Adobe Pixel Bender Toolkit 2.5, CS5 11.0.2-Aktualisierung, Update für Adobe Extension Manager CS5 5.0, Adobe Illustrator CS5 15.0.2 Aktualisierung

    Guten Abend Community, erst einmal bin ich neu hier und leider auch hier, da ich ein Problem habe welches ich einfach nicht gelöst bekomme.
    Ich musste mein System kommplett neu Installieren und habe anschließend Adobe Web Premium 5 Installiert was auch ohne Probleme Funktioniert, anschließend habe ich die Updates durcheführt welches auch fast ohne Probleme läuft qalle anderen Updates wurden Installiert bis auf die in der fehlermeldung. was kann ich da machen damit das nicht mehr auftritt ?
    PS: Davor ging das auch problemlos, das System habe ich erst vor 3 Tagen neu Aufgesetzt.
    Protokol der fehlermeldung
    Update auf Adobe Pixel Bender Toolkit 2.5
    Beim Herunterladen dieses Updates ist ein Fehler aufgetreten. Schließen Sie den Vorgang und versuchen Sie es später erneut. Fehlercode: U43M1D207
    Fireworks CS5 11.0.2-Aktualisierung
    Beim Herunterladen dieses Updates ist ein Fehler aufgetreten. Schließen Sie den Vorgang und versuchen Sie es später erneut. Fehlercode: U43M1D207
    Update für Adobe Extension Manager CS5 5.0
    Beim Herunterladen dieses Updates ist ein Fehler aufgetreten. Schließen Sie den Vorgang und versuchen Sie es später erneut. Fehlercode: U43M1D207
    Adobe Illustrator CS5 15.0.2 Aktualisierung
    Beim Herunterladen dieses Updates ist ein Fehler aufgetreten. Schließen Sie den Vorgang und versuchen Sie es später erneut. Fehlercode: U43M1D207
    Ja ich habe das mehrmals Versucht
    Mein System:
    Betriebssystem: Windows 8.1 Pro 64-bit
    CPU: AMD FX-8350 (8 x 4,00 GHz bzw. 8 x 4,20 GHz im Turbo Modus)
    DDR RAM III: 12,0GB Dual Kanal DDR3 @ 664MHz (9-9-9-24)
    Motherboard: MSI 970A-G43 (MS-7693) (CPU 1)
    Grafik: ASUS VS247 (1920x1080@60Hz)
    1023 MBNVIDIA GeForce GTX 460 (Gigabyte)
    Speicher:
    74GB INTEL SSDSA2M080G2GC (SSD)
    1863GB Seagate ST2000DM001-1CH164 (SATA)
    Installierte Programme:
    [spoiler]
    7-Zip 9.20 (x64 edition)
    Adobe Acrobat 9 Pro - English, Français, Deutsch
    Adobe AIR
    Adobe Community Help
    Adobe Creative Suite 5 Web Premium
    Adobe Extension Manager CS5
    Adobe Flash Player 10 ActiveX
    Adobe Flash Player 14 Plugin
    Adobe Media Player
    Adobe Photoshop Elements 12
    Adobe Photoshop Elements 12
    Adobe Photoshop Lightroom 5.4 64-bit
    Adobe Pixel Bender Toolkit 2
    Adobe Premiere Elements 12
    Adobe Reader XI (11.0.07) - Deutsch
    Apple Application Support
    Apple Software Update
    BioShock 2
    BioShock Infinite
    Bitdefender Total Security
    CCleaner
    CLICKBIOSII
    Clive Barker's Jericho
    CrystalDiskInfo 6.1.14
    CyberGhost 5
    DAEMON Tools Lite
    Defraggler
    Deus Ex: Human Revolution - Director's Cut
    DHTML Editing Component
    Die Siedler 7
    DiskCryptor 1.1
    Duke Nukem Forever
    Elements 12 Organizer
    Entity Framework 6.0.1 Tools for Visual Studio Next
    Entity Framework 6.1.0 Tools for Visual Studio 2013
    Entity Framework Designer für Visual Studio 2012 - DEU
    Erforderliche Komponenten für SSDT
    Far Cry® 3
    Free Studio version 2014
    Freemake Audio Converter Version 1.1.0
    Freemake Video Converter Version 4.1.4
    Freemake Video Downloader
    GIMP 2.8.10
    Grand Theft Auto IV
    Grand Theft Auto: Episodes from Liberty City
    GRID 2
    Hitman: Absolution
    Homefront
    IIS 8.0 Express
    IIS Express Application Compatibility Database for x64
    IIS Express Application Compatibility Database for x86
    ImgBurn
    Inno Setup Version 5.5.5
    Java 8 Update 5
    Java 8 Update 5 (64-bit)
    Java SE Development Kit 8 Update 5
    Java SE Development Kit 8 Update 5 (64-bit)
    Just Cause
    Just Cause 2
    Just Cause 2: Multiplayer Mod
    Left 4 Dead 2
    Left 4 Dead 2 Beta
    Mafia II
    Metro 2033
    Microsoft .NET Framework 4.5 Multi-Targeting Pack
    Microsoft .NET Framework 4.5 SDK
    Microsoft .NET Framework 4.5 SDK - DEU Lang Pack
    Microsoft .NET Framework 4.5.1 Multi-Targeting Pack
    Microsoft .NET Framework 4.5.1 Multi-Targeting Pack (ENU)
    Microsoft .NET Framework 4.5.1 SDK
    Microsoft .NET Framework 4.5.1 SDK (Deutsch)
    Microsoft .NET Framework 4.5.3 Multi-Targeting Pack
    Microsoft .NET Framework 4.5.3 Multi-Targeting Pack (ENU)
    Microsoft Expression Design 4
    Microsoft Expression Encoder 4
    Microsoft Expression Encoder 4 Screen Capture Codec
    Microsoft Expression Web 4
    Microsoft Help Viewer 2.0
    Microsoft Help Viewer 2.0 Language Pack - DEU
    Microsoft Help Viewer 2.1
    Microsoft Help Viewer 2.1 Sprachpaket - DEU
    Microsoft Help Viewer 2.2
    Microsoft Mathematics (64-Bit)
    Microsoft Office Professional Plus 2013
    Microsoft Silverlight
    Microsoft Silverlight 4 SDK - Deutsch
    Microsoft Silverlight 5 SDK
    Microsoft SQL Server 2012 Command Line Utilities
    Microsoft SQL Server 2012 Data-Tier App Framework
    Microsoft SQL Server 2012 Data-Tier App Framework (x64)
    Microsoft SQL Server 2012 Express LocalDB
    Microsoft SQL Server 2012 Management Objects
    Microsoft SQL Server 2012 Management Objects (x64)
    Microsoft SQL Server 2012 Native Client
    Microsoft SQL Server 2012 T-SQL-Sprachdienst
    Microsoft SQL Server 2012 Transact-SQL Compiler Service
    Microsoft SQL Server 2012 Transact-SQL ScriptDom
    Microsoft SQL Server 2014 Express LocalDB
    Microsoft SQL Server 2014 Management Objects
    Microsoft SQL Server 2014 Management Objects (x64)
    Microsoft SQL Server 2014 T-SQL Language Service
    Microsoft SQL Server 2014 Transact-SQL ScriptDom
    Microsoft SQL Server Compact 4.0 SP1 x64 DEU
    Microsoft SQL Server Compact 4.0 SP1 x64 ENU
    Microsoft SQL Server Data Tools - DEU (11.1.20828.01)
    Microsoft SQL Server Data Tools - DEU (12.0.30919.1)
    Microsoft SQL Server Data Tools - enu (14.0.40528.0)
    Microsoft SQL Server Data Tools Build Utilities - DEU (11.1.20828.01)
    Microsoft SQL Server Data Tools Build Utilities - DEU (12.0.30919.1)
    Microsoft SQL Server System CLR Types
    Microsoft SQL Server System CLR Types (x64)
    Microsoft System CLR Types for SQL Server 2014
    Microsoft Visual C++ 14 CTP Redistributable (x64) - 14.0.21901
    Microsoft Visual C++ 14 CTP Redistributable (x86) - 14.0.21901
    Microsoft Visual C++ 2005 Redistributable
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.17
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
    Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.21022
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161
    Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219
    Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
    Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610
    Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610
    Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.60610
    Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.60610
    Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.21005
    Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.21005
    Microsoft Visual Studio 2010 Tools for Office Runtime (x64)
    Microsoft Visual Studio Express 2012 für Windows Desktop - DEU
    Microsoft Visual Studio Express 2013 für das Web - DEU
    Microsoft Visual Studio Express 2013 für Windows Desktop - DEU
    Microsoft Visual Studio Professional 14 CTP
    Microsoft Web Deploy 3.5
    Microsoft Web Platform Installer 5.0
    Microsoft WebMatrix 3
    Microsoft-System-CLR-Typen für SQL Server 2012
    Microsoft-System-CLR-Typen für SQL Server 2012 (x64)
    Mozilla Firefox 30.0 (x86 de)
    Mozilla Maintenance Service
    Mozilla Thunderbird 24.6.0 (x86 de)
    NirSoft Wireless Network Watcher
    Nmap 6.46
    Notepad++
    NVIDIA 3D Vision Controller-Treiber 337.88
    NVIDIA 3D Vision Treiber 337.88
    NVIDIA GeForce Experience 2.1
    NVIDIA Grafiktreiber 337.88
    NVIDIA HD-Audiotreiber 1.3.30.1
    NVIDIA PhysX-Systemsoftware 9.13.1220
    Opera Stable 22.0.1471.70
    Oracle VM VirtualBox 4.3.14
    paint.net
    Paket zur Festlegung von Zielversionen für Microsoft .NET Framework 4.5.1 (Deutsch)
    Prerequisites for SSDT
    PunkBuster Services
    QuickTime 7
    RAGE
    Recuva
    Safari
    Sleeping Dogs™
    Spec Ops: The Line
    Speccy
    Steam
    TAP-Windows 9.9.2
    TeamViewer 9
    The Bureau: XCOM Declassified
    The Elder Scrolls III: Morrowind
    TIPP10 Version 2.1.0
    Tom Clancy's Ghost Recon Phantoms - EU
    Tom Clancy's Splinter Cell Conviction
    Tomb Raider
    Turbo Lister 2
    Uplay
    VeraCrypt
    VLC media player 2.1.4
    VMware Player
    Wacom Tablett
    WCF RIA Services V1.0 SP2
    WebTablet FB Plugin 32 bit
    WebTablet FB Plugin 64 bit
    Windows Azure Authoring Tools - v2.3
    Windows Azure Compute Emulator - v2.3
    Windows Azure Libraries for .NET – v2.3
    Windows Azure PowerShell - June 2014
    Windows Azure Storage Emulator - v3.2
    Windows Azure Storage Tools - v2.2.2
    Windows Phone 8.1 Emulators - ENU
    Windows Phone SDK 8.0 - DEU
    WinHTTrack Website Copier 3.48-17
    WinPcap 4.1.2
    Worms Reloaded
    XAMPP
    XEOX Gamepad SL-6556-BK
    XMind 2013 (v3.4.1)
    Zune
    [/spoiler]
    Wenn noch fragen offen sind einfach fragen, ich würde gerne das Problem so schnell wie möglich lösen....

    Ja wie gesagt es hat davor auch ohne Probleme Funktioniert nur war ich gezwungen das System neu zu Installieren und ab dann konnte ich die da oben genannten Updates nicht mehr Installieren. Ein Mac ist zwar eine schöne Sache kommt aber für mich nie in Frage da ich mein PC als Arbeitsrechner und Gamer Rechner nutze und das meiste läuft halt nicht auf einen Mac und man müsste manche Programme neu Kaufen, das sehe ich überhaupt nicht ein, und meine Anwendungen werden aus Prinzipien nicht für Apple Produkte entwickelt da verdient man kaum etwas... aber das muss jeder für sich entscheiden. An eine neue Version habe ich eventuell nächstes Jahr gedacht aber auch nur die CS6 ob man das brauch ist die Frage da CS 5 genau macht was es soll. Das Modell mit der Adobe Cloud hat zwar denn Vorteil das die Programme Aktuell sind aber man muss Monatlich dafür Zahlen und CS5/CS6 oder älter brauch man nur einmal Kaufen. Darüber hinaus finde ich eh das Adobe so eine richtige S*** ist wenn es um Support ältere Programme geht so zeigt Adobe meiner Meinung nach das Ihre Produkte nichts wert sind zumindest macht es den Anschein. Aber wie gesagt, bin ich hier um Hilfe zu bekommen um das Problem zu lösen ohne ein neue Version zu kaufen, das ist ja bekanntlich die einfachste Lösung, aber wenn Informatiker auch so denken würden dann würde es sehr schlecht aussehen... und als Anmerkung am Rande, es wäre ja nett wenn man mir denn Link dieser Updates zukommen lassen könnte um die Updates Manuell zu Installieren.
    "Aber wie sollen wir denn Programme testen auf Hardware und OS, die es erst in ein paar Jahren geben wird."
    Dies kann man in voraus natürlich nicht aber in nachhinein geht das und Software Entwickler denn etwas an Ihre Produkte liegt, machen das nachhinein auch und passen gegebenenfalls Ihr Produkt an.
    PS: CS 2 läuft ebenfalls auf einem Windows 8.1 rechner ;-)

  • How to develop a simple plugin for adobe illustrator cs2 using xcode on mac os

    I would like to know the steps to develop a simple plug-in for adobe illustrator cs2 using xcode on mac OS...anything like a dialog box displaying "hello World"... I m new to MAC OS...Please help...
    Thanks in advance

    Get the SDK and start playing with the sample plug-ins. Asking for something as general as "how do I get started" is asking a little much from this forum :) Try your hand at the SDK and come back to ask more specific questions as you run into them.
    Bear in mind that this isn't an Xcode forum either, though I'm sure there are places to get good help on that!

  • Adobe Photoshop CC SDK and PlugPlug API

    I've downloaded the latest Adobe Photoshop CC SDK hoping I'll learn something about the PlugPlug API plug-in technique (c++ along with its Flash interface) but what a surprise! - the same old documentation included in the latest CC SDK package
    So I wonder whether someone could share a document (if there is one) which describes this technique or a simple 'do nothing' source code which uses the PlugPlug.dll.
    I would appreciate any info you can provide.
    Thanks,

    RONC,
    The PlugPlug library exposes some functions to C++ plug-ins, such as:
    - PlugPlugLoadExtension()
    - PlugPlugUnloadExtension()
    - PlugPlugDispatchEvent()
    - PlugPlugAddEventListener()
    - PlugPlugRemoveEventListener()
    Did you find any info (reading ReadMe.html) on how it should be implemented in your code? Does it work the same way as in Adobe Illustrator?
    Thanks,

  • Unable to inject XMP Packet info into older versions of Adobe Illustrator files

    Hi,
    I am trying to inject XMP Packet into Illustrator files of version 9 and below.
    I am using XMP SDK 4.0 Prerelease.
    My Code is inserting xmp packet only into Illustrator 10 and above.
    But with Adobe Illustrator 9 and below.. its not.
    Can you please tell me what is the problem.
    Thanks,
    Venkatesh

    FIXED....
    Strangly enough after the 3rd time deleting prefs it started working........
    Just goes to show.  To err is human, to realy foul things up it takes a computer....

  • How can be create a property grid for adobe illustrator?

    Hi all,
    Actually i want to create one custom plugin for the adobe illustrator where i can show all the properties of the selected item (exp : path item, text frames, or placed images).  This is very similar look like Visual studio or any other IDE.
    any one have any idea or did similar kind of stuff ?
    please me
    Regards
    Ashish yadav.

    Search for and download the SDK for developing plug-ins.
    JET

  • How to use Third Party DLL in Adobe Illustrator Plug In

    Hi Everyone,
    I want to design plug-in for Adobe illustrator CS6(64 bit). As first step I am referring sample plug ins from ../SDK/SampleCode. I am not getting how to use third party DLL in plug in.
    Please let me know how to refer C# DLL in illustrator plug in.
    Thanks in advance.

    There's no C# API for the Illustrator SDK, so your plugin must be C++ at the very least. That said, you can probably write a bridge if you need to call out to a C# library/DLL.

  • How can we add a menu in Adobe Illustrator CS3?

    Hi
    I want to create a new menu in Adobe Illustrator menu structure, and I want to call another application through that menu. After hours of searching in web I came to know that  I have to work with Plugin programming. So I downloaded the adobe illustrator SDK CS3 and started the programming using Visual Studio .NET 2005 with the sample codes provided with the SDK. And I am still  not able to find out the any solution for adding a new menu. The problem is the the documentation provided with the sample code is too short, I am not able to understand the control flow , the functions used in the sample code.
    please help me!
    Sreejesh K V

    Hi,
    Thank you very much for your help
    I am not clear about the following code.
    extern AIErr addMenu( SPInterfaceMessage *message ) {
         AIErr error = kNoErr;
         // Add a menu item to the About SDK Plug-ins menu group.
         SDKAboutPluginsHelper aboutPluginsHelper;
         aboutPluginsHelper.AddAboutPluginsMenuItem(message,
                        kSDKDefAboutSDKCompanyPluginsGroupName,
                        ai::UnicodeString(kSDKDefAboutSDKCompanyPluginsGroupNameString),
                        "Adobe Plugin...",
                        &g->aboutPluginMenu);
         // Add other menus.
         AIMenuItemHandle          throwAwayAIMenu;
         AIPlatformAddMenuItemData throwAwayMenuData;
         AIMenuGroup                    throwAwayMenuGroup;
         char strBuffer[255];
         #define kMenuPlayMenuGroup     "Menu Play Group"
         #define kSDKMenuGroup     "SDK Group"
         // First we create a normal plug-in menu to use a hierarchical root                                   
         throwAwayMenuData.groupName = "Window Utilities";
         error = sADMBasic->GetIndexString(message->d.self, kMenuStringResID, 1, strBuffer, sizeof(strBuffer));
         if (error)
              goto error;
         throwAwayMenuData.itemText = SUctopstr ( strBuffer );
         error = sMenu->AddMenuItem( message->d.self, kSDKMenuGroup, &throwAwayMenuData,
                                            0, &throwAwayAIMenu );
         if ( error )
              goto error;
         // Now we declare the menu item a menu group
         sMenu->AddMenuGroupAsSubMenu( kSDKMenuGroup, 0, throwAwayAIMenu, &throwAwayMenuGroup );
         // Now we can add menu items to it.
         throwAwayMenuData.groupName = kSDKMenuGroup;
         *strBuffer = '\0';
         error = sADMBasic->GetIndexString(message->d.self, kMenuStringResID, 8, strBuffer, sizeof(strBuffer));
         if (error)
              goto error;
         throwAwayMenuData.itemText = SUctopstr ( strBuffer );     
         error = sMenu->AddMenuItem( message->d.self, "Auto Update 1", &throwAwayMenuData, 0,
                                            &throwAwayAIMenu );
         if ( error )
              goto error;          
         // enabled for paths and no masks in the selection
         error = sMenu->UpdateMenuItemAutomatically( throwAwayAIMenu, kAutoEnableMenuItemAction,
                        kIfPath | kIfGuide, kIfMask,
                        0, 0,
                        0, 0 );      // don't care about other update options
         if ( error )
              goto error;     
         sMenu->AddMenuGroupAsSubMenu( kMenuPlayMenuGroup, 0, throwAwayAIMenu, &throwAwayMenuGroup );
         throwAwayMenuData.groupName = kMenuPlayMenuGroup;
         *strBuffer = '\0';
         error = sADMBasic->GetIndexString(message->d.self, kMenuStringResID, 2, strBuffer, sizeof(strBuffer));
         if (error)
              goto error;
         throwAwayMenuData.itemText = SUctopstr ( strBuffer );     
         error = sMenu->AddMenuItem( message->d.self, "Menu Play", &throwAwayMenuData, 0,
                                            &throwAwayAIMenu );
         if ( error )
              goto error;          
         error = sMenu->UpdateMenuItemAutomatically( throwAwayAIMenu, kAutoEnableMenuItemAction,
                        0, 0,      // don't care about what's in artwork
                        kIfGroup, // is selected and
                        kIfTextPath,      // are not selected
                        0, 0 );      // don't care about other update options
         if ( error )
              goto error;     
         Can you give me the sample code to call the functions within the SDK API.
    For example adding an url in the plugin menu, calling another application ( .exe).
    I just tried to do myself but it ended in syntax error because I am not familiar
    With the VC++ programming.
    Thanks
    Sreejesh k v

  • How can I get Illustrator Developers SDK?

    Hi,
    How can I get Illustrator Developers SDK? Can someone give me the SDK? I want to process multiple eps file and I want to reduce the width and height using SDK in VB.Net. Is this possible?
    Thanks,
    Buddy

    Hi Buddy,
    For the Illustrator SDK, Google is your friend: http://www.adobe.com/devnet/illustrator/sdk/
    As for VB.Net, I'm afraid you're out of luck. The SDK is all C++ and designed to be platform independent, apart from resources (I write plugins for the Mac). However, there are template projects for VC2005 included in the SDK, just follow the instructions in the accompanying documentation on how to install it.
    Have fun!
    --W

  • Thinking of selling Adobe Illustrator cs6 software, can it be used on other people's computers if I sell it? l

    Thinking of selling my Adobe Illustrator cs6, Mac compatible software plus the Classroom in a Book with lessons CD. I'd really like Photoshop instead.  I've never sold software, can it be used on other people's computers if I sell it? I'd have to uninstall it here, through Adobe personally? It's confusing

    You will find the below in your legal folder. According to 4.6.1 looks like you cannot sell.
    ADOBE
    Software License Agreement
    PLEASE READ THIS AGREEMENT CAREFULLY. BY COPYING, INSTALLING, OR USING ALL OR ANY PORTION OF THIS SOFTWARE, YOU (HEREINAFTER “CUSTOMER”) ACCEPT ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT, INCLUDING, WITHOUT LIMITATION, THE PROVISIONS ON LICENSE RESTRICTIONS IN SECTION 4, LIMITED WARRANTY IN SECTIONS 6 AND 7, LIMITATION OF LIABILITY IN SECTION 8, AND SPECIFIC PROVISIONS AND EXCEPTIONS IN SECTION 16. CUSTOMER AGREES THAT THIS AGREEMENT IS LIKE ANY WRITTEN NEGOTIATED AGREEMENT SIGNED BY CUSTOMER. THIS AGREEMENT IS ENFORCEABLE AGAINST CUSTOMER. IF CUSTOMER DOES NOT AGREE TO THE TERMS OF THIS AGREEMENT, CUSTOMER MAY NOT USE THE SOFTWARE.
    Customer may have another written agreement directly with Adobe (e.g., a volume license agreement) that supplements or supersedes all or portions of this agreement. The Software is LICENSED, NOT SOLD, only in accordance with the terms of this agreement. Use of some Adobe and some non-Adobe materials and services included in or accessed through the Software may be subject to additional terms and conditions. Notices about non-Adobe materials are available at http://www.adobe.com/go/thirdparty.
    The Software may cause Customer’s Computer to AUTOMATICALLY CONNECT TO THE INTERNET. The Software may also require activation or registration. Additional information on activation, Internet connectivity, and privacy is available in Sections 14 and 16.
    1. Definitions.
    1.1 “Adobe” means Adobe Systems Incorporated, a Delaware corporation, 345 Park Avenue, San Jose, California 95110, if this agreement is entered into while Customer is in the United States, Canada, or Mexico; otherwise, it means Adobe Systems Software Ireland Limited, 4-6 Riverwalk, Citywest Business Campus, Dublin 24, Ireland.
    1.2 “Adobe Runtime(s)” means Adobe AIR, Adobe Flash Player, Shockwave Player, or Authorware Player.
    1.3 “Compatible Computer” means a Computer with the recommended operating system and hardware configuration as stated in the Documentation.
    1.4 “Computer” means a virtual or physical device that accepts information in digital or similar form and manipulates it for a specific result based on a sequence of instructions, including without limitation desktop computers, laptops, tablets, mobile devices, telecommunication devices, Internet-connected devices, and hardware products capable of operating a wide variety of productivity, entertainment, or other software applications.
    1.5 “Customer” means you and any legal entity that obtained the Software and on whose behalf it is used; for example, and as applicable, your employer.
    1.6 “Internal Network” means a private, proprietary network resource accessible only by employees and individual contractors (i.e., temporary employees) of a specific corporation or similar business entity. Internal Network does not include portions of the Internet or any other network community open to the public, such as membership or subscription driven groups, associations, and similar organizations.
    1.7 “Output File” means an output file Customer creates with the Software.
    1.8 “Permitted Number” means one (1) unless otherwise indicated under a valid license (e.g., volume license) granted by Adobe.
    1.9 “Software” means (a) all of the information with which this agreement is provided, including but not limited to: all software files and other computer information; (ii) any proprietary scripting logic embedded within exported file formats or used in an Adobe Online Service; (iii) sample and stock photographs, images, sounds, clip art and other artistic works bundled with Adobe software or made available by Adobe on Adobe’s website for use with the Adobe software and not obtained from Adobe through a separate service (unless otherwise noted within that service) or from another party (“Content Files”); (iv) related explanatory written materials and files (“Documentation”); and (v) fonts; and (b) any modified versions and copies of, and upgrades, updates, and additions to, such information, provided to Customer by Adobe at any time, to the extent not provided under separate terms (collectively, “Updates”).
    2. Software License; Membership.
    2.1 Software License. This Section 2.1 applies to Customers who have purchased a license to the Software but have not purchased a membership-based license or service such as the Creative Cloud membership (as described in Section 2.2).
    2.1.1 License Grant. Subject to Customer’s continuous compliance with this Agreement and payment of the applicable license fees, Adobe grants Customer a non-exclusive and limited license to install and use the Software (a) in the territory or region where Customer obtains the Software from Adobe or Adobe’s authorized reseller or as otherwise stated in the Documentation (“Territory”), (b) during the term of such license (“License Term”), (c) within the scope of the License Type and on the Permitted Number of Customer’s Compatible Computers as specified in the Documentation, and (d) in a manner consistent with the terms of this Agreement and applicable Documentation. Unless otherwise defined in this Agreement, in the applicable Documentation, or at the time of purchase, License Term shall be perpetual. Upon the expiration or termination of the License Term, some or all of the Software may cease to operate without prior notice. Upon expiration or termination of the License Term, Customer may not use the Software unless Customer has renewed the license. The license granted herein is supplemented by specific provisions in Section 16 as related to the use of certain applicable products and components that may be included in the Software such as font software, Acrobat, After Effects, Adobe Presenter, Contribute, Flash Player, Flash Builder, Digital Publishing Suite, and Adobe Runtimes.
    2.1.2 License Types.
    2.1.2.1 Non-Serialized Software. The Software, or portions of the Software, that are provided without a serial number during the License Term may only be installed and used on any number of Compatible Computers as part of an organizational deployment plan during the License Term for demonstration, evaluation, and training purposes only, and only if any Output Files or other materials produced through such use are used only for internal, non-commercial, and non-production purposes. THE NON-SERIALIZED SOFTWARE IS PROVIDED “AS-IS”. ACCESS TO AND USE OF ANY OUTPUT FILES CREATED WITH SUCH NON-SERIALIZED SOFTWARE IS ENTIRELY AT CUSTOMER’S OWN RISK.
    2.1.2.2 Evaluation Software. The Software, or portions of the Software, that are provided with a serial number designated for “evaluation purposes” or other similar designation (such as Software or a serial number supplied as “EVAL” under a separate agreement) (“Evaluation Software”) may only be installed and used on Permitted Number of Compatible Computers during the License Term for demonstration, evaluation, and training purposes only, and only if any Output Files or other materials produced through such use are used only for internal, non-commercial, and non-production purposes. THE EVALUATION SOFTWARE IS PROVIDED “AS IS”. ACCESS TO AND USE OF ANY OUTPUT FILES CREATED WITH SUCH EVALUATION SOFTWARE IS ENTIRELY AT CUSTOMER’S OWN RISK.
    2.1.2.3 Subscription Edition. For the Software available on a subscription-basis (“Subscription Edition”), Customer may install and use the Subscription Edition only on the Permitted Number of Compatible Computer during the License Term. Subject to the Permitted Number of Computers for the Subscription Edition, Adobe may allow Customer to install and use the most recent prior version of the Subscription Edition and the current version of the Subscription Edition on the same Computer during the License Term. Customer agrees that Adobe may change the type of Software (such as specific components, versions, platforms, languages, etc.) included in the Subscription Edition at any time and shall not be liable to Customer whatsoever for such change. Ongoing access to a Subscription Edition requires: (a) a recurring Internet connection to activate, renew, and validate the license, (b) Adobe or its authorized reseller’s receipt of recurring subscription payments, and (c) Customer’s agreement to subscription terms and other additional terms and conditions that are available athttp://www.adobe.com/go/paymentterms or at the time of purchase. If Adobe does not receive the recurring subscription payment or cannot validate the license periodically, then the Software may become inactive without additional notice until Adobe receives the payment or validates the license.
    2.1.3 Portable or Home Computer Use. Subject to the restrictions set forth in Section 2.1.4, the primary user of the Computer on which the Software is installed under Section 2.1 (“Primary User”) may install a second copy of the Software for his or her exclusive use on either a portable Computer or a Computer located at his or her home, provided that the Software on the portable or home Computer is not used at the same time as the Software on the primary Computer.
    2.1.4 Restrictions on Secondary Use by Volume Licensees. If the Software was obtained under an Adobe volume license program or agreement (such as Adobe Volume Licensing) by any licensee other than an educational volume licensee, then the second copy of the Software made under Section 2.1.3 must be used solely for the benefit and business of that volume licensee.
    2.1.5 Dual Boot Platform. The Software is licensed for use on a specific operating system platform. Customer must purchase a separate license for use of the Software on each operating system platform. By way of example, if Customer desires to install the Software on both the Mac OS and Windows operating system platforms on a device that runs both of those platforms (i.e., a dual boot machine), then Customer must first obtain two separate licenses for the Software. This is true even if two versions of the Software, each designed for a different operating system platform, are delivered to Customer on the same media.
    2.1.6 Distribution from a Server. As permitted by the Documentation, Customer may copy an image of the Software onto a Computer file server within Customer’s Internal Network (“Server”) for the purpose of downloading and installing the Software onto Computers within the same Internal Network for use only as permitted by this Section 2.
    2.1.7 Server Use.
    2.1.7.1 As permitted in a separate purchasing document or Documentation and subject to license restrictions stated in this Agreement, Customer may install the Software on a Server only for the purpose of allowing an individual from a Computer within the same Internal Network (“Network User”) to access and use the Software. The Network User who has access to such Software on the Server is referred to as “Server Software User”. The total number of Server Software Users (not the concurrent number of users) may not exceed the Permitted Number. By way of example, if Customer has purchased 10 licenses of Software (Permitted Number is 10) and Customer elects to install the Software on a Server, then Customer can only allow up to 10 Server Software Users the access to the Software (even though Customer may have more than 10 Network Users or fewer than 10 concurrent users of the Software).
    2.1.7.2 For clarification and without limitation, the foregoing does not permit Customer to install or access (either directly or through commands, data, or instructions) the Software: (a) from or to a Computer not part of Customer’s Internal Network; (b) for enabling web hosted workgroups or web hosted services available to the public; (c) by any individual or entity to use, download, copy, or otherwise benefit from the functionality of the Software unless licensed to do so by Adobe; (d) as a component of a system, workflow or service accessible by more than the Permitted Number of users; or (e) for operations not initiated by an individual user (e.g., automated server processing).
    2.2 Membership. This Section 2.2 applies to Customers who have purchased a membership-based license or service such as the Creative Cloud membership (collectively, “Membership”).
    2.2.1 Adobe Online Services Related to the Membership. Subject to Customer’s continuous compliance with this Agreement and payment of the applicable membership fees, if any, Adobe grants Customer a non-exclusive, Territory-wide and limited right to access and use the Software and related Adobe Online Service (as further described in Section 16.4.1) as part of the Membership, subject to the terms stated in this Agreement and the Additional Terms of Use (as the term is defined in Section 14.1.3 below).
    2.2.2 Software License Related to the Membership. Subject to Customer’s continuous compliance with this Agreement and payment of the applicable membership fees, if any, Adobe grants Customer a non-exclusive and limited license to install and use the Software: (a) in the Territory, (b) during the period that the Membership is current and active (“Membership Term”) and (c) in a manner consistent with the terms of this Agreement and applicable Documentation. Upon the expiration or termination of the Membership Term, some or all of the Software may cease to operate without prior notice and (y) Customer may not use the Software unless Customer has renewed the membership. All terms related to the specific Software as stated in this Agreement shall remain effective and continue to apply to Customer and its use of such Software.
    2.2.3 Restrictions. Customer agrees to the following additional terms and restrictions related to the Membership: (a) Adobe may change the type of Software (such as specific products, components, versions, platforms, languages, etc.) included in the Membership at any time and shall not be liable to Customer whatsoever for such change; (b) Customer may be required to connect to the Internet and log in at any time during the Membership Term; (c) Software may automatically connect to the Internet to verify Customer’s Membership without notice at any time; and (d) Customer may not enable or allow others to use the Software as Customer.
    2.3 Content Files. Unless stated otherwise in the “Read-Me” files, Documentation, or other license(s) associated with the Content Files, Customer may use, display, modify, reproduce, and distribute any of the Content Files. However, Customer may not distribute the Content Files on a stand-alone basis (i.e., in circumstances in which the Content Files constitute the primary value of the product being distributed), and Customer may not claim any trademark rights in the Content Files or derivative works thereof. Nothing stated herein shall affect the ownership of the Software as stated in Section 3.
    2.4 Sample Application Code. Customer may modify the source code form of those portions of the Software programs that are expressly identified as sample code, sample application code, code snippets, ActionScript class files, or sample components (each, “Sample Application Code”) in the accompanying Documentation solely for the purposes of designing, developing, and testing websites and applications developed using Adobe software programs; provided, however, Customer is permitted to copy and distribute the Sample Application Code (modified or unmodified) only if all of the following conditions are met: (a) Customer distributes only the compiled object code versions of the Sample Application Code with its application; (b) Customer does not include the Sample Application Code in any product or application designed for website development; and (c) Customer does not use the Adobe name, logos, icons, or other Adobe trademarks to market its application. Customer agrees to indemnify, hold harmless, and defend Adobe from and against any loss, damage, claims, or lawsuits, including attorney’s fees, that arise or result from the use or distribution of its application.
    2.5 Programming Languages. The Software may include portions of the ExtendScript SDK and Pixel Bender SDK. Subject to the restrictions contained in this Section 2, Adobe grants to Customer a nonexclusive, nontransferable, royalty-free license to use the items in the ExtendScript SDK and Pixel Bender SDK only for the purpose of internal development of application programs designed to function with Adobe products. Except as expressly provided in this Section 2.5, no portions of the ExtendScript SDK or the Pixel Bender SDK may be modified or distributed. Customer agrees to indemnify, hold harmless, and defend Adobe from and against any loss, damage, claims, or lawsuits, including attorney’s fees, that arise or result from such distribution.
    2.6 Documentation Copies. Customer may make copies of the Documentation for its own internal use in connection with use of the Software in accordance with this agreement, but no more than the amount reasonably necessary.
    3. Intellectual Property Ownership.
    The Software and any authorized copies that Customer makes are the intellectual property of and are owned by Adobe Systems Incorporated and its suppliers. The structure, organization, and source code of the Software are the valuable trade secrets and confidential information of Adobe Systems Incorporated and its suppliers. The Software is protected by law, including but not limited to the copyright laws of the United States and other countries, and by international treaty provisions. Except as expressly stated herein, this agreement does not grant Customer any intellectual property rights in the Software. All rights not expressly granted are reserved by Adobe and its suppliers.
    4. Restrictions and Requirements.
    4.1 Proprietary Notices. Any permitted copy of the Software (including without limitation Documentation) that Customer makes must contain the same copyright and other proprietary notices that appear on or in the Software.
    4.2 Use Obligations. Customer agrees that it will not use the Software other than as permitted by this agreement and that it will not use the Software in a manner inconsistent with its design or Documentation.
    4.3 No Modifications. Except as expressly permitted in Sections 2 or 16, Customer may not modify, port, adapt, or translate the Software.
    4.4 No Reverse Engineering. Except as otherwise expressly permitted in Section 16.1, Customer will not reverse engineer, decompile, disassemble, or otherwise attempt to discover the source code of the Software.
    4.5 No Unbundling. The Software may include various applications and components, may allow access to different Adobe Online Services, may support multiple platforms and languages, and may be provided to Customer on multiple media or in multiple copies. Nonetheless, the Software is designed and provided to Customer as a single product to be used as a single product on Computers as permitted herein. Unless otherwise permitted in the Documentation, Customer is not required to install all component parts of the Software, but Customer may not unbundle the component parts of the Software for use on different Computers.
    4.6 No Transfer.
    4.6.1 CUSTOMER WILL NOT RENT, LEASE, SELL, SUBLICENSE, ASSIGN, OR TRANSFER ITS RIGHTS IN THE SOFTWARE (INCLUDING WITHOUT LIMITATION, SOFTWARE OBTAINED THROUGH A WEB DOWNLOAD), OR AUTHORIZE ANY PORTION OF THE SOFTWARE TO BE COPIED ONTO ANOTHER INDIVIDUAL OR LEGAL ENTITY’S COMPUTER EXCEPT AS MAY BE EXPRESSLY PERMITTED HEREIN.
    4.6.2 Except with regard to Educational Software Products (as defined in Section 16.3), Pre-release Software (as defined in Section 16.2), Evaluation Software, not-for-resale copies of the Software, or Software obtained through an Adobe volume license program and further subject to Section 4.6.3, Customer may permanently transfer all its rights to use the Software to another individual or legal entity provided that: (a) Customer also transfers this agreement, (ii) the serial number(s), the Software affixed to media provided by Adobe or its authorized distributor, and all other software or hardware bundled, packaged, or pre-installed with the Software, including all copies, Updates, and Prior Versions (as defined in Section 5, below), and (iii) all copies of font software to such individual or entity; (b) Customer retains no Updates, Prior Versions, or copies, including backups and copies stored on a Computer; and (c) the receiving party accepts the terms and conditions of this agreement and any other terms and conditions under which Customer purchased a valid license to the Software. Additional information on transferring volume licensed software is available at http://www.adobe.com/go/volumepolicies.
    4.6.3 If the Software requires recurring activation or registration and Adobe grants Customer’s request to be exempted from the requirement of such recurring activation or registration, then in addition to the restrictions set forth in the Activation Terms (as defined in Section 14.3), then the right to permanently transfer as stated in Section 4.6.2 shall terminate immediately upon the grant of such request.
    4.7 No Service Bureau. Customer will not use or offer the Software on a service bureau basis. Section 16.6.3 provides a limited exception for font software only.
    4.8 Adobe Runtime Restrictions. Customer will not use Adobe Runtimes on any non-PC device or with any embedded or device version of any operating system. For the avoidance of doubt, and by example only, Customer may not use Adobe Runtimes on any (a) mobile device, set top box, handheld, phone, game console, TV, DVD player, media center (other than with Windows XP Media Center Edition and its successors), electronic billboard or other digital signage, Internet appliance or other Internet-connected device, PDA, medical device, ATM, telematic device, gaming machine, home automation system, kiosk, remote control device, or any other consumer electronics device; (b) operator-based mobile, cable, satellite, or television system; or (c) other closed system device. Additional information on licensing Adobe Runtimes is available at http://www.adobe.com/go/licensing.
    4.9 Territory. Customer shall only use the Software and access the Adobe Online Services in the Territory and in a manner consistent with the activation policy described at http://www.adobe.com/go/activation. Adobe may terminate the license granted herein or suspend the Membership or access to the Adobe Online Services if Adobe determines that Customer is using the Software or Adobe Online Services outside the Territory.
    5. Updates.
    If the Software is an Update to a prior version of Adobe software (the “Prior Version”), then Customer’s use of this Update is conditional upon its retention of the Prior Version. Therefore, if Customer validly transfers this Update pursuant to Section 4.6, the Customer must transfer the Prior Version along with it. If Customer wishes to use this Update in addition to the Prior Version, then Customer may only do so on the same Computer on which it has installed and is using the Prior Version. Any obligations that Adobe may have to support Prior Versions during the License Term may end upon the availability of this Update. No other use of the Update is permitted. Additional Updates may be licensed to Customer by Adobe with additional or different terms.
    6. Limited Warranty.
    Except as otherwise stated in a separate agreement between Adobe and a Software licensee, Adobe warrants to the individual or entity that first purchases a license for the Software for use pursuant to the terms of this agreement that the Software will perform substantially in accordance with the corresponding user manual for the Software for the shorter period of (a) the ninety (90) day period or (b) License Term following receipt of the Software (“Warranty Period”) when used on the Compatible Computer. Non-substantial variation of performance from the user manual does not establish a warranty right. This limited warranty does not apply to the following, which are made available AS-IS and without warranty from Adobe: patches; (ii) font software; (iii) Pre-release Software, trial, starter, evaluation, product sampler, Evaluation Software, and not-for-resale copies of the Software; (iv) websites, Adobe Online Services; and Third Party Online Services; (v) Certified Document Services (see Section 16); and (vi) any software made available by Adobe for free via web download from an Adobe website. All warranty claims must be made, along with proof of purchase, to the Adobe Customer Support Department within such Warranty Period. Additional information on warranty claims is available at http://www.adobe.com/go/support. The entire liability of Adobe and its affiliates related to such warranty claim and Customer’s sole and exclusive remedy under any warranty will be limited to either, at Adobe’s option, support of the Software based on the warranty claim, replacement of the Software, or, if support or replacement is not practicable at Adobe’s determination, refund of the license fee Customer paid for the Software (if any). THE LIMITED WARRANTY SET FORTH IN THIS SECTION GIVES CUSTOMER SPECIFIC LEGAL RIGHTS. CUSTOMER MAY HAVE ADDITIONAL RIGHTS UNDER LAW WHICH MAY VARY FROM JURISDICTION TO JURISDICTION. ADOBE DOES NOT SEEK TO LIMIT CUSTOMER’S WARRANTY RIGHTS TO ANY EXTENT NOT PERMITTED BY LAW. Please see Section 16 for jurisdiction-specific provisions or contact the Adobe Customer Support Department.
    7. Disclaimer.
    THE LIMITED WARRANTY IN SECTION 6 AND ANY STATUTORY WARRANTY AND REMEDY THAT CANNOT BE EXCLUDED OR LIMITED UNDER LAW ARE THE ONLY WARRANTIES AND EXCLUSIVE REMEDIES APPLICABLE TO THE SOFTWARE. OTHER THAN THOSE OFFERED AND STATUTORY WARRANTIES AND REMEDIES, ADOBE, ITS AFFILIATES, SUPPLIERS, AND CERTIFICATE AUTHORITIES (DEFINED BELOW) DISCLAIM ALL WARRANTIES, CONDITIONS, REPRESENTATIONS, AND TERMS, EXPRESS OR IMPLIED, WHETHER BY STATUTE, COMMON LAW, CUSTOM, USAGE, OR OTHERWISE AS TO ANY MATTER, INCLUDING BUT NOT LIMITED TO PERFORMANCE, SECURITY, NON-INFRINGEMENT OF THIRD PARTY RIGHTS, INTEGRATION, MERCHANTABILITY, QUIET ENJOYMENT, SATISFACTORY QUALITY, AND FITNESS FOR ANY PARTICULAR PURPOSE. OTHER THAN SUCH OFFERED AND STATUTORY WARRANTIES AND REMEDIES, THE SOFTWARE AND ACCESS TO ANY WEBSITES, ADOBE OR THIRD PARTY ONLINE SERVICES, AND CERTIFICATE AUTHORITY SERVICES ARE PROVIDED AS-IS AND WITH ALL FAULTS. THIS DISCLAIMER OF WARRANTY MAY NOT BE VALID IN SOME JURISDICTIONS. CUSTOMER MAY HAVE ADDITIONAL WARRANTY RIGHTS UNDER LAW WHICH MAY NOT BE WAIVED OR DISCLAIMED. ADOBE DOES NOT SEEK TO LIMIT CUSTOMER’S WARRANTY RIGHTS TO ANY EXTENT NOT PERMITTED BY LAW. The provisions of Sections 7 and Section 8 will survive the termination of this agreement, howsoever caused, but this will not imply or create any continued right to use the Software after termination of this agreement.
    8. Limitation of Liability.
    EXCEPT FOR THE EXCLUSIVE REMEDY OFFERED BY ADOBE ABOVE AND ANY REMEDIES THAT CANNOT BE EXCLUDED OR LIMITED UNDER LAW, ADOBE, ITS AFFILIATES, SUPPLIERS, AND CERTIFICATE AUTHORITIES WILL NOT BE LIABLE TO CUSTOMER FOR ANY LOSS, DAMAGES, CLAIMS, OR COSTS WHATSOEVER INCLUDING ANY CONSEQUENTIAL, INDIRECT OR INCIDENTAL DAMAGES, ANY LOST PROFITS OR LOST SAVINGS, ANY DAMAGES RESULTING FROM BUSINESS INTERRUPTION, PERSONAL INJURY OR FAILURE TO MEET ANY DUTY OF CARE, OR CLAIMS BY A THIRD PARTY, EVEN IF AN ADOBE REPRESENTATIVE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS, DAMAGES, CLAIMS, OR COSTS. IN ANY EVENT, ADOBE’S AGGREGATE LIABILITY AND THAT OF ITS AFFILIATES, SUPPLIERS, AND CERTIFICATE AUTHORITIES UNDER OR IN CONNECTION WITH THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT PAID FOR THE SOFTWARE, IF ANY. THIS LIMITATION WILL APPLY EVEN IN THE EVENT OF A FUNDAMENTAL OR MATERIAL BREACH OR A BREACH OF THE FUNDAMENTAL OR MATERIAL TERMS OF THIS AGREEMENT. Nothing contained in this agreement limits Adobe’s liability to Customer in the event of death or personal injury resulting from Adobe’s negligence or for the tort of deceit (fraud). Adobe is acting on behalf of its affiliates, suppliers, and Certificate Authorities for the purpose of disclaiming, excluding and limiting obligations, warranties, and liability, but in no other respects and for no other purpose.
    THE FOREGOING LIMITATIONS AND EXCLUSIONS APPLY TO THE EXTENT PERMITTED BY APPLICABLE LAW IN CUSTOMER’S JURISDICTION. THIS LIMITATION OF LIABILITY MAY NOT BE VALID IN SOME JURISDICTIONS. CUSTOMER MAY HAVE RIGHTS THAT CANNOT BE WAIVED UNDER CONSUMER PROTECTION AND OTHER LAWS. ADOBE DOES NOT SEEK TO LIMIT ITS WARRANTY OR REMEDIES TO ANY EXTENT NOT PERMITTED BY LAW. SEE SECTION 16 FOR JURISDICTION-SPECIFIC STATEMENTS.
    9. Export Rules.
    Customer acknowledges that the Software is subject to the U.S. Export Administration Regulations (the “EAR”) and that Customer will comply with the EAR. Customer will not export or re-export the Software, directly or indirectly, to: (a) any countries that are subject to U.S. export restrictions (including, but not limited to, Cuba, Iran, North Korea, Sudan, and Syria), (b) any end user whom Customer knows or has reason to know will utilize them in the design, development or production of nuclear, chemical or biological weapons, or rocket systems, space launch vehicles, and sounding rockets, or unmanned air vehicle systems, or (c) any end user who has been prohibited from participating in the U.S. export transactions by any federal agency of the U.S. government. In addition, Customer is responsible for complying with any local laws in Customer’s jurisdiction which may impact its right to import, export or use the Software. If Adobe has knowledge that a violation has occurred, Adobe may be prohibited from providing maintenance and support for the Software.
    10. Governing Law.
    If Customer is a consumer who uses the Software for only personal non-business purposes, then this agreement will be governed by the laws of the jurisdiction which Customer purchased the license to use the Software. If Customer is not such a consumer, this agreement will be governed by and construed in accordance with the substantive laws in force in: (a) the State of California, if a license to the Software is obtained when Customer is in the United States, Canada, or Mexico; (b) Japan, if a license to the Software is obtained when Customer is in Japan; (c) Singapore, if a license to the Software is obtained when Customer is in a member state of the Association of Southeast Asian Nations, Mainland China, Hong Kong S.A.R., Macau S.A.R., Taiwan, or the Republic of Korea; or (d) England and Wales, if a license to the Software is obtained when Customer is in any jurisdiction not described above. The respective courts of Santa Clara County, California when California law applies, Tokyo District Court in Japan, when Japanese law applies, and the competent courts of London, England, when the law of England and Wales applies, shall each have non-exclusive jurisdiction over all disputes relating to this agreement. When Singapore law applies, any dispute arising out of or in connection with this agreement, including any question regarding its existence, validity, or termination, shall be referred to and finally resolved by arbitration in Singapore in accordance with the Arbitration Rules of the Singapore International Arbitration Centre (“SIAC”) for the time being in force, which rules are deemed to be incorporated by reference into this section. There shall be one arbitrator, selected jointly by the parties. If the arbitrator is not selected within thirty (30) days of the written demand by a party to submit to arbitration, the Chairman of the SIAC shall make the selection. The language of the arbitration shall be English. Notwithstanding any provision in this agreement, Adobe or Customer may request any judicial, administrative, or other authority to order any provisional or conservatory measure, including injunctive relief, specific performance, or other equitable relief, prior to the institution of legal or arbitration proceedings, or during the proceedings, for the preservation of its rights and interests or to enforce specific terms that are suitable for provisional remedies. This agreement will not be governed by the following, the application of which is hereby expressly excluded: the conflict of law rules of any jurisdiction, (y) the United Nations Convention on Contracts for the International Sale of Goods, and (z) the Uniform Computer Information Transactions Act, as enacted in any jurisdiction.
    11. General Provisions.
    If any part of this agreement is found void and unenforceable, it will not affect the validity of the balance of this agreement, which will remain valid and enforceable according to its terms. This agreement may only be modified in writing, signed by an authorized officer of Adobe. The English version of this agreement will be the version used when interpreting or construing this agreement. This is the entire agreement between Adobe and Customer relating to the Software and it supersedes any prior representations, discussions, undertakings, communications, or advertising relating to the Software.
    12. Notice to U.S. Government End Users.
    12.1 U.S. Government Licensing of Adobe Technology. Customer agrees that when licensing Adobe Software for acquisition by the U.S. Government, or any contractor therefore, Customer will license consistent with the policies set forth in 48 C.F.R. Section 12.212 (for civilian agencies) and 48 C.F.R. Sections 227.7202-1 and 227.7202-4 (for the Department of Defense). For U.S. Government End Users, Adobe agrees to comply with all applicable equal opportunity laws including, if appropriate, the provisions of Executive Order 11246, as amended, Section 402 of the Vietnam Era Veterans Readjustment Assistance Act of 1974 (38 USC 4212), and Section 503 of the Rehabilitation Act of 1973, as amended, and the regulations at 41 CFR Parts 60-1 through 60-60, 60-250, and 60-741. The affirmative action clause and regulations contained in the preceding sentence will be incorporated by reference into this agreement.
    12.2 Commercial Items. For U.S. Government End Users, Software is a “Commercial Item(s),” as that term is defined at 48 C.F.R. Section 2.101, consisting of “Commercial Computer Software” and “Commercial Computer Software Documentation,” as such terms are used in 48 C.F.R. Section 12.212 or 48 C.F.R. Section 227.7202, as applicable. Consistent with 48 C.F.R. Section 12.212 or 48 C.F.R. Sections 227.7202-1 through 227.7202-4, as applicable, the Commercial Computer Software and Commercial Computer Software Documentation are being licensed to U.S. Government end users (a) only as Commercial Items and (b) with only those rights as are granted to all other end users pursuant to the terms and conditions herein. Unpublished-rights reserved under the copyright laws of the United States.
    13. Compliance with Licenses.
    If Customer is a business, company, or organization, Customer agrees that, in addition to any license compliance checking performed by the Software, Adobe or its authorized representative have the right, no more than once every twelve (12) months, upon seven (7) business days’ prior notice to Customer, to inspect Customer’s records, systems, and facilities to verify that its use of any and all Adobe software or service is in conformity with its valid licenses from Adobe. For example, Adobe has the right to those of Customer’s records useful to determine whether installations of the Software have been serialized, and Customer shall provide such records to Adobe promptly upon request by Adobe. Additionally, Customer shall provide Adobe with all records and information requested by Adobe in order to verify that its use of any and all Adobe software is in conformity with its valid licenses from Adobe within thirty (30) days of Adobe’s request. Additional information on serialization is available at http://www.adobe.com/go/elicensing.
    14. Internet Connectivity and Privacy.
    14.1 Automatic Connections to the Internet. The Software may cause Customer’s Computer, without notice, to automatically connect to the Internet and to communicate with an Adobe website or Adobe domain for purposes such as license validation and providing Customer with additional information, features, or functionality. Unless otherwise specified in Sections 14.2 through 14.7, the following provisions apply to all automatic Internet connections by the Software:
    14.1.1 Whenever the Software makes an Internet connection and communicates with an Adobe website, whether automatically or due to explicit user request, the Privacy Policy shall apply. Adobe Privacy Policy allows tracking of website visits and it addresses in detail the topic of tracking and use of cookies, web beacons, and similar devices.
    14.1.2 Whenever the Software connects to Adobe over the Internet, certain Customer information is collected and transmitted by the Software to Adobe pursuant to the Adobe Online Privacy Policy available at http://www.adobe.com/go/privacy (“Privacy Policy”).
    14.1.3 If Customer accesses an Adobe Online Service (as defined in Section 16.4 below) or activates or registers the Software, then additional information such as Customer’s Adobe ID, user name, and password may be transmitted to and stored by Adobe pursuant to the Privacy Policy and additional terms of use related to such Adobe Online Service (collectively with the Adobe.com terms of use and any applicable terms, the “Additional Terms of Use”).
    14.1.4 As permitted by applicable law or as consented to by Customer, Adobe may (a) send Customer transactional messages to facilitate the Adobe Online Service or the activation or registration of the Software or Adobe Online Service, or (b) deliver in-product marketing to provide information about the Software and other Adobe products and Services using information including but not limited to platform version, version of the Software, license status, and language.
    14.2 Updating. The Software may cause Customer’s Computer, without additional notice, to automatically connect to the Internet (intermittently or on a regular basis) to (a) check for Updates that are available for download to and installation on the Computer and (b) notify Adobe of the results of installation attempts.
    14.3 Activation. The Software may require Customer to (a) obtain an Adobe ID, (b) activate or reactivate the Software, (c) register the software, or (d) validate the Membership. Such requirement may cause Customer’s Computer to connect to the Internet without notice on install, on launch, and on a regular basis thereafter. Once connected, the Software will collect and transmit information to Adobe as further described at http://www.adobe.com/go/activation (“Activation Terms”). Software or Customer may also receive information from Adobe related to Customer’s license, subscription, or Membership. Adobe may use such information to detect or prevent fraudulent or unauthorized use not in accordance with a valid license, subscription, or Membership. Failure to activate or register the Software, validate the subscription or Membership, or a determination by Adobe of fraudulent or unauthorized use of the Software may result in reduced functionality, inoperability of the Software, or a termination or suspension of the subscription or Membership.
    14.4 Deactivation. Customer may deactivate and uninstall the Software from its Computer in order to install and activate the Software on another Computer in accordance with this agreement (“Deactivation”) and as further described in http://www.adobe.com/go/activation. Deactivation requires Internet connectivity.
    14.5 Use of Online Services. The Software may cause Customer’s Computer, without additional notice and on an intermittent or regular basis, to automatically connect to the Internet to facilitate Customer’s access to content and services that are provided by Adobe or third parties as further described in Section 16.4 (Online Services). In addition, the Software may, without additional notice, automatically connect to the Internet to update downloadable materials from these online services so as to provide immediate availability of these services even when Customer is offline.
    14.6 Digital Certificates. The Software uses digital certificates (as described in Section 16.5) to help Customer identify downloaded files (e.g., applications and content) and the publishers of those files. For example, Adobe AIR uses digital certificates to help Customer identify the publisher of Adobe AIR applications. The Adobe Acrobat family of products also uses digital certificates to sign and validate signatures within Portable Document Format (“PDF”) documents and to validate certified PDF documents. Customer’s Computer may connect to the Internet at the time of validation of a digital certificate.
    14.7 Settings Manager. The Software may include Flash Player. Flash Player may save certain user settings by storing them on Customer’s Computer as a local shared object. They are associated with the instance of Flash Player on the Computer, allowing Customer to customize runtime features. The Flash Player Settings Manager permits Customer to modify such settings, including the ability to limit third parties from storing local shared objects or grant third party content the right to access the computer’s microphone and camera. Additional information on how to configure settings in its version of Flash Player, including information on how to disable local shared objects using the Flash Player Settings Manager, is available at http://www.adobe.com/go/settingsmanager. Additional information on local shared objects is available at http://www.adobe.com/go/flashplayer_security.
    15. Peer-to-Peer Communications.
    The Software may use Customer’s connection to a local area network, without additional notice, to automatically connect to other Adobe software and, in doing so, may indicate on the local area network that it is available for communication with other Adobe software. These connections may transmit the IP Address of Customer’s connection to the local network.
    16. Specific Provisions and Exceptions.
    This section sets forth specific provisions related to certain products and components of the Software as well as limited exceptions to the above terms and conditions. To the extent that any provision in this section is in conflict with any other term or condition in this agreement, the terms stated in this section will supersede such other term or condition.
    16.1 No Prejudice; European Economic Area Provisions; Australia Mandatory Notice.
    16.1.1 This agreement will not prejudice the statutory rights of any party, including those dealing as consumers. For example, for consumers in New Zealand who obtain the Software for personal, domestic, or household use (not business purposes), this agreement is subject to the Consumer Guarantees Act.
    16.1.2 If Customer obtained the Software in the European Economic Area (EEA), Customer usually resides in the EEA and Customer is a consumer (that is its use of the Software is for personal, non-business related purposes), then Section 6 (Limited Warranty) does not apply to Customer’s purchase and use of the Software. Instead, Adobe warrants for a period of 2 years from purchase that the Software provides the functionalities set forth in the applicable user manual (the “agreed upon functionalities”) when used on the Compatible Computer. Non-substantial variation from the agreed upon functionalities will not establish any warranty rights. THIS WARRANTY DOES NOT APPLY TO SOFTWARE THAT CUSTOMER USES ON A PRE-RELEASE, TRYOUT, STARTER, OR PRODUCT SAMPLER BASIS, OR TO FONT SOFTWARE, OR TO THE EXTENT THE SOFTWARE FAILS TO PERFORM BECAUSE IT HAS BEEN ALTERED BY CUSTOMER. To make a warranty claim, Customer must notify the Adobe Customer Support Department during this 2 year period, providing details of proof of purchase of the Software. Adobe will verify with Customer whether there is a defect in the Software or advise Customer that the error arises because Customer has not installed the Software correctly (in which case, Adobe shall assist Customer). If there is a defect in the Software, Customer may request from Adobe either a refund or a repaired or replacement copy of the Software. Requests must be accompanied by proof of purchase. In the event Customer’s warranty details are substantiated, Adobe will meet Customer’s request for repaired or replacement Software, unless it is not reasonable for Adobe to do so, in which case Adobe will provide Customer with a refund. For warranty assistance, please contact the Adobe Customer Support Department.
    Please note that the provisions of Section 8 (Limitation of Liability) will continue to apply to any damages claims Customer makes in respect of its use of the Software. Nonetheless, Adobe shall be liable for direct losses that are reasonably foreseeable in the event of a breach by Adobe of this agreement. Customer is advised to take all reasonable measures to avoid and reduce damages, in particular by making back-up copies of the Software and its computer data.
    This agreement, and in particular this Section 16.1.2, is intended to describe Customer’s rights (including its statutory rights) in the event there should be problems with its use of the Software. If Customer’s statutory rights are greater than this description, its statutory rights shall apply.
    16.1.3 Nothing included in this agreement (including Section 4.4) shall limit any non-waivable right to decompile the Software that Customer may enjoy under applicable law. For example, if Customer is located in the European Union (EU), Customer may have the right upon certain conditions specified in the applicable law to decompile the Software if it is necessary to do so in order to achieve interoperability of the Software with another software program, and Customer has first asked Adobe in writing to provide the information necessary to achieve such operability and Adobe has not made such information available. In addition, such decompilation may only be performed by Customer or someone else entitled to use a copy of the Software on Customer’s behalf. Adobe has the right to impose reasonable conditions before providing such information. Any information supplied by Adobe or obtained by Customer, as permitted hereunder, may only be used by Customer for the purpose described herein and may not be disclosed to any third party or used to create any software that is substantially similar to the expression of the Software or used for any other act that infringes the copyright of Adobe or its licensors.
    16.1.4 If Customer obtains the Software in Australia, then the following provision shall apply, notwithstanding anything stated to the contrary in this Agreement:
    NOTICE TO CONSUMERS IN AUSTRALIA:
    Our goods come with guarantees that cannot be excluded under the Australian Consumer Law. You are entitled to a replacement or refund for a major failure and for compensation for any other reasonably foreseeable loss or damage. You are also entitled to have the goods repaired or replaced if the goods fail to be of acceptable quality and the failure does not amount to a major failure. Our software products also come with a 90-day limited warranty given by Adobe Systems Software Ireland Limited, with an office at 4-6 Riverwalk, Citywest Business Campus, Dublin, Ireland, as set out in the Agreement. If your products do not provide the general features and functions described in the User Documentation in the 90-day period after delivery to you, please call the Adobe Customer Support Department at 1800 614 863 with details of your product, serial number, and proof of purchase. You may be required to return the software product to the address we provide to you at the time, in which case such return will be at your own cost. The benefits under this warranty are in addition to other rights and remedies that you may have at law.
    16.2 Pre-release Software Additional Terms. If the Software is pre-commercial release or beta software (“Pre-release Software”), then this section applies. The Pre-release Software does not represent final product from Adobe, and may contain bugs, errors, and other problems that could cause system or other failures and data loss. Adobe may never commercially release the Pre-release Software. If Customer received the Pre-release Software pursuant to a separate written agr

Maybe you are looking for

  • I can no longer add events to my calendar from my e mail.

    I used to be able to use the function in e mail that would automatically add an event to my calendar.  For some reason it no longer works.

  • Convert  file url to http url

    Hi, is there a way to convert file url (file:/opt/test/test.pdf) to http url? I have tried so hard and still stuck on it. Please give help. Thanks in advance!

  • Google Account Change

    I needed to deactivate my Google account due to the overwhelming spam that I was receiving, and created a new one.  How do I change this on the HTC Incredible?  It will not allow me to access the Market App without it being changed.

  • Max Memory Macbook 2,1

    Can I put 2 GB or 4 GB memory in my macbook, info below: Model Name: MacBook Model Identifier: MacBook2,1 Processor Name: Intel Core 2 Duo Processor Speed: 2 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 4 MB Memory: 1 GB Thanks for

  • "the power of 7" tour

    hey ,I attended the clinic in my town,they had a handful of logic experts and they also demo'd the ensemble by apogee,cool. but, the best part was i won the door prize! K