<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>XamlXporter for Illustrator</title><link>http://www.codeplex.com/xamlxporter/Project/ProjectRss.aspx</link><description>A script for exporting Adobe Illustrator artwork in the WPF&amp;#47;XAML format. The script is written in C&amp;#35;&amp;#47;.Net 2.0 using the Illustrator CS2 COM Type Library. Although it is treated as a script in Illus...</description><item><title>New Post: Active Project?</title><link>http://www.codeplex.com/xamlxporter/Thread/View.aspx?ThreadId=13317</link><description>&lt;div style="line-height: normal;"&gt;Based on the number of replies you've got, I think you are right.&lt;br&gt;
&lt;br&gt;
I'd be interested in doing some work on it if there is still active interest. I, personally, am not a fan of Blend. Extending this project to make the Adobe tools better at saving to Xaml would be fantastic.&lt;br&gt;
&lt;/div&gt;</description><author>CleverHuman</author><pubDate>Tue, 24 Jun 2008 02:15:35 GMT</pubDate><guid isPermaLink="false">New Post: Active Project? 20080624021535A</guid></item><item><title>NEW POST: Vista and Illustrator CS3</title><link>http://www.codeplex.com/xamlxporter/Thread/View.aspx?ThreadId=12591</link><description>&lt;div class="wikidoc"&gt;
I actually posted out here: &lt;a href="http://cromwellhaus.com/files/folders/wpf/entry220.aspx" class="externalLink"&gt;http://cromwellhaus.com/files/folders/wpf/entry220.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  Feel free to download and forward it on.  If you have any troubles just reply back here and I'll do what I can.&lt;br /&gt;
&lt;/div&gt;</description><author>cromwellryan</author><pubDate>Fri, 09 Nov 2007 02:00:01 GMT</pubDate><guid isPermaLink="false">NEW POST: Vista and Illustrator CS3 20071109020001A</guid></item><item><title>NEW POST: Vista and Illustrator CS3</title><link>http://www.codeplex.com/xamlxporter/Thread/View.aspx?ThreadId=12591</link><description>&lt;div class="wikidoc"&gt;
HI There,&lt;br /&gt; &lt;br /&gt;I have the same issue with Illustrator 3, but I'm a designer not a developer and not sure what all the VS2005 steps are above. Would it be possible you can forward the &lt;b&gt;new Interop.Illustrator.dll&lt;/b&gt; file?&lt;br /&gt; &lt;br /&gt;Thanks so much. I look forward to working with XamlXporter!&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt; &lt;br /&gt;- Kevin&lt;br /&gt;
&lt;/div&gt;</description><author>kevingoldman</author><pubDate>Thu, 08 Nov 2007 17:34:43 GMT</pubDate><guid isPermaLink="false">NEW POST: Vista and Illustrator CS3 20071108053443P</guid></item><item><title>NEW POST: Vista and Illustrator CS3</title><link>http://www.codeplex.com/xamlxporter/Thread/View.aspx?ThreadId=12591</link><description>&lt;div class="wikidoc"&gt;
I've resolved the problem on my end.   If you have Visual Studio 2005 (or I'd assume 2008/Orcas will work), create a new project (I used Console C#).  Simply Add Reference, Select COM Tab, and locate the Adobe Illustrator C3 Type Library.  Locate the Interop.Illustrator.dll assembly in your projects Debug/Release directory and overwrite the version in the XamlXporter directory.&lt;br /&gt;
&lt;/div&gt;</description><author>cromwellryan</author><pubDate>Fri, 03 Aug 2007 13:23:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Vista and Illustrator CS3 20070803012337P</guid></item><item><title>NEW POST: Active Project?</title><link>http://www.codeplex.com/xamlxporter/Thread/View.aspx?ThreadId=13317</link><description>&lt;div class="wikidoc"&gt;
This project no longer seems active.  Is that the case?&lt;br /&gt;
&lt;/div&gt;</description><author>cromwellryan</author><pubDate>Thu, 02 Aug 2007 17:25:50 GMT</pubDate><guid isPermaLink="false">NEW POST: Active Project? 20070802052550P</guid></item><item><title>NEW POST: Vista and Illustrator CS3</title><link>http://www.codeplex.com/xamlxporter/Thread/View.aspx?ThreadId=12591</link><description>&lt;div class="wikidoc"&gt;
Hi there,&lt;br /&gt; &lt;br /&gt;I would love to get this working with Illustrator CS3 and Vista. Right now I get a COM exception :&lt;br /&gt;System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {57941AC1-D5AA-4FDC-9C39-B7AC411E031A} failed due to the following error: 80040154.&lt;br /&gt; &lt;br /&gt;Cheers,&lt;br /&gt;Tian&lt;br /&gt;
&lt;/div&gt;</description><author>pentian</author><pubDate>Sat, 14 Jul 2007 07:23:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Vista and Illustrator CS3 20070714072317A</guid></item><item><title>CREATED ISSUE: Locale specific formatting of floating points</title><link>http://www.codeplex.com/xamlxporter/WorkItem/View.aspx?WorkItemId=9982</link><description>Hi!

I use a german language version of Windows and the exporter does wrong on writing floating point numbers in the right format (in Germany we write f.e. 1.200.342,00 or 4000,00 but never 4,000.00).
So I changed the conversion routines to use a specific NumberFormatInfo object which sets the decimal point to "." and the grouper to "" and changed all writes to the stream with .ToString(theformatinfo).

Attached is the code of Exporter.Core. I roughly tested it, don't shoot me if something is wrong ;)

x
x Alex.
x </description><author>eAlex79</author><pubDate>Mon, 30 Apr 2007 05:06:55 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Locale specific formatting of floating points 20070430050655A</guid></item><item><title>Developer Forum: RE: Issue running on Vista/Illustrator</title><link>http://www.codeplex.com/xamlxporter/Project/DisplayThread.aspx?ForumId=1733&amp;ThreadId=3897&amp;ANCHOR#LastPost</link><description>I think it has to do with the installation of Illustrator. If installed properly, the COM Type Library should be available. Also make sure you using the CS2 COM Type Library. There could be problems with earlier versions as I haven't tested against those.

</description><author>pavanpodila</author><pubDate>Tue, 30 Jan 2007 15:44:12 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: Issue running on Vista/Illustrator 20070130034412P</guid></item><item><title>Developer Forum: Issue running on Vista/Illustrator</title><link>http://www.codeplex.com/xamlxporter/Project/DisplayThread.aspx?ForumId=1733&amp;ThreadId=3897&amp;ANCHOR#LastPost</link><description>One of our designers is having a problem getting this to work. I am thinking he may have a setup/install issue with one of the apps. Any information pertaining to this would be greatlty appreciated.

Error: Unable to cast COM object of type "Illustrator.ApplicationClass" to interface type "Illustrator._Application". This operation failed because the QueryInterface call on the COM component for the interface failed because no such interface supported.

</description><author>KeithP</author><pubDate>Wed, 24 Jan 2007 14:15:06 GMT</pubDate><guid isPermaLink="false">Developer Forum: Issue running on Vista/Illustrator 20070124021506P</guid></item><item><title>Developer Forum: RE:  Illustrator CS2 COM Type Library</title><link>http://www.codeplex.com/xamlxporter/Project/DisplayThread.aspx?ForumId=1733&amp;ThreadId=2428&amp;ANCHOR#LastPost</link><description>Hi Jay,
    Yes the app expects Illustrator to be present. I will probably do some checks in the next version to see if AI is installed and notify user accordingly.

Pavan</description><author>pavanpodila</author><pubDate>Thu, 18 Jan 2007 18:51:23 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE:  Illustrator CS2 COM Type Library 20070118065123P</guid></item><item><title>CREATED RELEASE: 0.2 Alpha</title><link>http://www.codeplex.com/xamlxporter/Release/ProjectReleases.aspx?ReleaseId=1551</link><description>- Re-designed Exporter.Core and much simplified
- Output XAML is formatted
- Options for choosing a different root-tag (Canvas, DrawingBrush)</description><author></author><pubDate>Thu, 11 Jan 2007 08:00:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.2 Alpha 20070111080000A</guid></item><item><title>Developer Forum:  Illustrator CS2 COM Type Library</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=xamlxporter&amp;ForumId=1733&amp;ThreadId=2428&amp;ANCHOR#LastPost</link><description>Where is this located ?  Do I need to have Illustrator installed to run this?</description><author>jaybuffet</author><pubDate>Fri, 17 Nov 2006 15:31:42 GMT</pubDate><guid isPermaLink="false">Developer Forum:  Illustrator CS2 COM Type Library 20061117033142P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=xamlxporter&amp;title=Home&amp;version=6</link><description>&lt;p&gt;
&lt;b&gt;What is this?&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
A script for exporting Adobe Illustrator artwork in the WPF/XAML format. The script is written in C#/.Net 2.0 using the Illustrator CS2 COM Type Library. Although it is treated as a script in Illustrator, it is also a stand-alone application.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
[image:screenshot.PNG]&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Having the script in C#/.Net will make it easier to add support for exporting more Illustrator objects. &lt;br/&gt;
Here is the initial [url:blog post|http://pavanpodila.spaces.live.com/blog/cns!9C9E888164859398!172.entry] that describes this tool.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Usage Instructions&lt;/b&gt;&lt;br/&gt;
&lt;ol&gt;&lt;li&gt;Download the XamlXporter_Binary.zip file. &lt;/li&gt;
&lt;li&gt;Unzip the contents. Following files are contained in it: [image:zip_files.png]&lt;/li&gt;
&lt;li&gt;Run the &lt;b&gt;Exporter.UI.exe&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Start Adobe Illustrator CS2 and load some illustrator artwork&lt;/li&gt;
&lt;li&gt;At this point you can go back to the Exporter and click on [image:export_button.png] button on the toolbar&lt;/li&gt;
&lt;li&gt;Once the operation completes you should see the XAML in the top part of the window and the preview at the bottom.&lt;/li&gt;
&lt;li&gt;The Exporter uses whatever artwork is currently active inside Illusrator. If you have made any changes to it or have switched to a different file, you can click on [image:export_button.png] button to re-export. The XAML and the preview will update accordingly.&lt;/li&gt;
&lt;/ol&gt;---&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide"&gt;Wiki Markup Guide&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>pavanpodila</author><pubDate>Thu, 02 Nov 2006 11:41:55 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061102114155A</guid></item><item><title>CREATED ISSUE: How to obtain information for envelope distortion (PluginItem)</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=xamlxporter&amp;WorkItemId=5058</link><description>In order to support the Envelope Distortion feature, we need to know how the PluginItem object can be used. The Illustrator CS2 scripting object model exposes it as a PluginItem but the object is too generic to query for any path information. This is a brick wall right now. </description><author>pavanpodila</author><pubDate>Thu, 02 Nov 2006 11:20:06 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: How to obtain information for envelope distortion (PluginItem) 20061102112006A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=xamlxporter&amp;title=Home&amp;version=5</link><description>&lt;p&gt;
&lt;b&gt;What is this?&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
A script for exporting Adobe Illustrator artwork in the WPF/XAML format. The script is written in C#/.Net 2.0 using the Illustrator CS2 COM Type Library. Although it is treated as a script in Illustrator, it is also a stand-alone application.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
[image:screenshot.PNG]&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Having the script in C#/.Net will make it easier to add support for exporting more Illustrator objects. &lt;br/&gt;
Here is the initial [url:blog post|http://pavanpodila.spaces.live.com/blog/cns!9C9E888164859398!172.entry] that describes this tool.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
---&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide"&gt;Wiki Markup Guide&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>pavanpodila</author><pubDate>Thu, 02 Nov 2006 11:16:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061102111633A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=xamlxporter&amp;title=Home&amp;version=4</link><description>&lt;p&gt;
&lt;b&gt;What is this?&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
A script for exporting Adobe Illustrator artwork in the WPF/XAML format. The script is written in C#/.Net 2.0 using the Illustrator CS2 COM Type Library. Although it is treated as a script in Illustrator, it is also a stand-alone application.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Having the script in C#/.Net will make it easier to add support for exporting more Illustrator objects. &lt;br/&gt;
Here is the initial [url:blog post|http://pavanpodila.spaces.live.com/blog/cns!9C9E888164859398!172.entry] that describes this tool.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
---&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide"&gt;Wiki Markup Guide&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>pavanpodila</author><pubDate>Sun, 15 Oct 2006 22:06:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061015100604P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=xamlxporter&amp;title=Home&amp;version=3</link><description>&lt;p&gt;
&lt;b&gt;What is this?&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
A script for exporting Adobe Illustrator artwork in the WPF/XAML format. The script is written in C#/.Net 2.0 using the Illustrator CS2 COM Type Library. Although it is treated as a script in Illustrator, it is also a stand-alone application.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Having the script in C#/.Net will make it easier to add support for exporting more Illustrator objects. Here is the initial [url:blog post|http://pavanpodila.spaces.live.com/blog/cns!9C9E888164859398!172.entry]&lt;br/&gt;
 that describes this tool.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
---&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide"&gt;Wiki Markup Guide&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>pavanpodila</author><pubDate>Sun, 15 Oct 2006 21:56:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061015095647P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=xamlxporter&amp;title=Home&amp;version=2</link><description>&lt;p&gt;
&lt;b&gt;What is this?&lt;/b&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
A script for exporting Adobe Illustrator artwork in the WPF/XAML format. The script is written in C#/.Net 2.0 using the Illustrator CS2 COM Type Library. Although it is treated as a script in Illustrator, it is also a stand-alone application.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Having the script in C#/.Net will make it easier to add support for exporting more Illustrator objects.&lt;br/&gt;
---&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Wiki%20Markup%20Guide"&gt;Wiki Markup Guide&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>pavanpodila</author><pubDate>Tue, 10 Oct 2006 17:39:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061010053933P</guid></item><item><title>CREATED RELEASE: 0.1 Alpha</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=xamlxporter&amp;ReleaseId=886</link><description>Initial Release of XamlXporter</description><author></author><pubDate>Tue, 26 Sep 2006 07:00:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.1 Alpha 20060926070000A</guid></item></channel></rss>