Adobe Illustrator SDK is a complete toolkit that will come in handy for anyone who want to extend the capabilities of Illustrator. Get the SDK and start developing plug-ins for Adobe Illustrator CS5 today.
What's New in This Release:
ADM deprecated:
· Plug-ins that use it will still run in Illustrator CS5, but must be ported to some other UI framework to run in future releases.
Sample code changes:
· SnippetRunner Code Snippets - To demonstrate new features, a new code snippet, SnpSymbolHelper, has been added to the SnippetRunner project, and the code snippet SnpArtboardHelper has been modified.
· C++ framework is required when developing Illustrator CS5 plug-ins. The legacy shell framework is no longer supported. The Shell sample plug-in has been removed.
· The ADMNonModalDialog sample plug-in has been removed.
· A new sample plug-in, StrokeFilter, demonstrates the usage of new stroking functionality using the API provided by the new AIBeautifulStrokesSuite. This sample uses a Flash-based UI, which is a possible alternative for ADM in the SDK samples.
· The MultiArrowTool sample plug-in has been enhanced to demonstrate how to display an annotation while drawing a path by dragging the cursor.
· A new sample plug-in...