<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Recursive Exporter for Adobe Illustrator</title>
	<atom:link href="http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/</link>
	<description>Memes and other creatures</description>
	<lastBuildDate>Sun, 28 Nov 2010 21:47:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Tal Rotbart</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-130796</link>
		<dc:creator>Tal Rotbart</dc:creator>
		<pubDate>Sun, 28 Nov 2010 21:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-130796</guid>
		<description>Thanks John! Appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks John! Appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-130787</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 28 Nov 2010 15:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-130787</guid>
		<description>Tal, Thanks for the script! Exactly what I was looking for. 
I found that it tended to cut away about 1 pixel on the right and bottom, did some searching &amp; found that it was a known illustrator error (at least in CS3). I solved this by editing the lines just after &quot;if (obj.visibleBounds != null)&quot; to:
	bounds[0] = obj.visibleBounds[0] -1
	bounds[1] = obj.visibleBounds[1] +1
	bounds[2] = obj.visibleBounds[2] +1
	bounds[3] = obj.visibleBounds[3] -1
	return bounds;
Thanks again!</description>
		<content:encoded><![CDATA[<p>Tal, Thanks for the script! Exactly what I was looking for.<br />
I found that it tended to cut away about 1 pixel on the right and bottom, did some searching &amp; found that it was a known illustrator error (at least in CS3). I solved this by editing the lines just after &#8220;if (obj.visibleBounds != null)&#8221; to:<br />
	bounds[0] = obj.visibleBounds[0] -1<br />
	bounds[1] = obj.visibleBounds[1] +1<br />
	bounds[2] = obj.visibleBounds[2] +1<br />
	bounds[3] = obj.visibleBounds[3] -1<br />
	return bounds;<br />
Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-116512</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 08 Dec 2009 01:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-116512</guid>
		<description>That was it. Thanks!</description>
		<content:encoded><![CDATA[<p>That was it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tal Rotbart</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-116504</link>
		<dc:creator>Tal Rotbart</dc:creator>
		<pubDate>Mon, 07 Dec 2009 22:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-116504</guid>
		<description>Hi Brian!

The syntax error is most likely caused by the inverse double-quotes, they should both be normal double-quotes:

Line 212 should be:
&lt;code&gt;var file = new File(targetFolder.toString() + &quot;/&quot; + name); &lt;/code&gt;

WordPress attempts to style the comments and a copy-and-paste from the comment would have retained the inverse quote. 

Cheers &amp; HTH,
Tal</description>
		<content:encoded><![CDATA[<p>Hi Brian!</p>
<p>The syntax error is most likely caused by the inverse double-quotes, they should both be normal double-quotes:</p>
<p>Line 212 should be:<br />
<code>var file = new File(targetFolder.toString() + "/" + name); </code></p>
<p>WordPress attempts to style the comments and a copy-and-paste from the comment would have retained the inverse quote. </p>
<p>Cheers &#038; HTH,<br />
Tal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-116500</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-116500</guid>
		<description>Excited to see the pdf version above from Gabriel Walt.

Unfortunately, I&#039;m getting this error when I try to use it.

&quot;Error 8: Syntax Error
Line: 212
- &gt; var file = new File(targetFolder.toString() + “/” + name);

Any Ideas?


This script has become an integral part of my daily workflow. Thanks Again.</description>
		<content:encoded><![CDATA[<p>Excited to see the pdf version above from Gabriel Walt.</p>
<p>Unfortunately, I&#8217;m getting this error when I try to use it.</p>
<p>&#8220;Error 8: Syntax Error<br />
Line: 212<br />
- &gt; var file = new File(targetFolder.toString() + “/” + name);</p>
<p>Any Ideas?</p>
<p>This script has become an integral part of my daily workflow. Thanks Again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-105641</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 24 Apr 2009 00:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-105641</guid>
		<description>Tal -

I love this script! Can you help me make it export each layer to an illustrator eps?
I would also like to adjust it to export out a higher resoulution JPEG file.

Thanks for your help!

Matt</description>
		<content:encoded><![CDATA[<p>Tal -</p>
<p>I love this script! Can you help me make it export each layer to an illustrator eps?<br />
I would also like to adjust it to export out a higher resoulution JPEG file.</p>
<p>Thanks for your help!</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caitlin</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-66635</link>
		<dc:creator>Caitlin</dc:creator>
		<pubDate>Thu, 06 Nov 2008 00:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-66635</guid>
		<description>Thanks for your response! I&#039;ve gotta sort out these niggling details by hand, but I appreciate you taking the time to look at it anyway.</description>
		<content:encoded><![CDATA[<p>Thanks for your response! I&#8217;ve gotta sort out these niggling details by hand, but I appreciate you taking the time to look at it anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tal Rotbart</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-66629</link>
		<dc:creator>Tal Rotbart</dc:creator>
		<pubDate>Thu, 06 Nov 2008 00:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-66629</guid>
		<description>Hey Caitlin,

From the image of the issue you sent I have an educated guess where the problem lies -- function getAllItems(obj) in the script probably doesn&#039;t return the right sub-items for a group containing compound items.

Because of current work obligations I don&#039;t have access (again!) to Illustrator CS2/3 for the next couple of weeks. I&#039;d be really glad for anyone monitoring the comment feed on this entry to try and assist.

Cheers,
Tal</description>
		<content:encoded><![CDATA[<p>Hey Caitlin,</p>
<p>From the image of the issue you sent I have an educated guess where the problem lies &#8212; function getAllItems(obj) in the script probably doesn&#8217;t return the right sub-items for a group containing compound items.</p>
<p>Because of current work obligations I don&#8217;t have access (again!) to Illustrator CS2/3 for the next couple of weeks. I&#8217;d be really glad for anyone monitoring the comment feed on this entry to try and assist.</p>
<p>Cheers,<br />
Tal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caitlin</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-66474</link>
		<dc:creator>Caitlin</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-66474</guid>
		<description>Hey Gabriel,
I definitely tried it correctly. The vast majority of the layers work properly, but this one little issue remains.

Tal,
Thanks for the quick response! I exported it manually, and it works just fine. Still having issues with your script, however. Here&#039;s the issue in images for more clarity:
http://www.flickr.com/photos/mlle_cait/3004820989/

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Gabriel,<br />
I definitely tried it correctly. The vast majority of the layers work properly, but this one little issue remains.</p>
<p>Tal,<br />
Thanks for the quick response! I exported it manually, and it works just fine. Still having issues with your script, however. Here&#8217;s the issue in images for more clarity:<br />
<a href="http://www.flickr.com/photos/mlle_cait/3004820989/" rel="nofollow">http://www.flickr.com/photos/mlle_cait/3004820989/</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Walt</title>
		<link>http://www.rationalistic.com/2006/10/03/software/recursive-exporter-for-adobe-illustrator/comment-page-1/#comment-66450</link>
		<dc:creator>Gabriel Walt</dc:creator>
		<pubDate>Wed, 05 Nov 2008 09:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rationalistic.com/?p=23#comment-66450</guid>
		<description>Hello Caitlin,

Just to make sure you tried it correctly: the layers you want to be exported all need to have their visibility turned on.</description>
		<content:encoded><![CDATA[<p>Hello Caitlin,</p>
<p>Just to make sure you tried it correctly: the layers you want to be exported all need to have their visibility turned on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

