<?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"
	>
<channel>
	<title>Comments on: Convert Images to Combined PDF</title>
	<atom:link href="http://automatorworld.com/archives/convert-images-to-combined-pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/</link>
	<description>Better Living Through Macintosh Scripting</description>
	<pubDate>Fri, 29 Aug 2008 00:14:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Matt</title>
		<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-155316</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 28 Jul 2008 03:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-155316</guid>
		<description>&lt;p&gt;Rhet, is there some way to stretch the images so they fit the page?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rhet, is there some way to stretch the images so they fit the page?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rhet Turnbull</title>
		<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-155268</link>
		<dc:creator>Rhet Turnbull</dc:creator>
		<pubDate>Sun, 27 Jul 2008 17:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-155268</guid>
		<description>&lt;p&gt;Peter,
Preview is not scriptable so I don't believe your suggestion would work. I certainly do wish that Preview was scriptable. The Preview Automator actions also do not allow one to export to PDF (at least on Tiger, I don't know about Leopard).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Peter,
Preview is not scriptable so I don&#8217;t believe your suggestion would work. I certainly do wish that Preview was scriptable. The Preview Automator actions also do not allow one to export to PDF (at least on Tiger, I don&#8217;t know about Leopard).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Breis</title>
		<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-152115</link>
		<dc:creator>Peter Breis</dc:creator>
		<pubDate>Sun, 22 Jun 2008 23:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-152115</guid>
		<description>&lt;p&gt;Could this be changed to simply batch convert .eps and .ps files using Preview because Preview creates much smaller pdf files with &lt;i&gt;Mac OS X 10.5.3 Quartz PDFContext&lt;/i&gt; than the regular unix &lt;/i&gt;pstopdf&lt;i&gt; function?&lt;/p&gt;

&lt;p&gt;Ideally the workflow would mirror a selected set of nested folders into a separate but identical set of nested folders containing the converted .pdf versions of the files.&lt;/p&gt;

&lt;p&gt;This would be of enormous value to designers who need to convert large numbers of clipart collections from, the OSX unfriendly, .eps versions.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Could this be changed to simply batch convert .eps and .ps files using Preview because Preview creates much smaller pdf files with <i>Mac OS X 10.5.3 Quartz PDFContext</i> than the regular unix pstopdf<i> function?</i></p>

<p>Ideally the workflow would mirror a selected set of nested folders into a separate but identical set of nested folders containing the converted .pdf versions of the files.</p>

<p>This would be of enormous value to designers who need to convert large numbers of clipart collections from, the OSX unfriendly, .eps versions.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-135831</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 14 Apr 2008 20:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-135831</guid>
		<description>&lt;p&gt;awesome, I tried doing that. Thanks a lot for posting the workflow!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>awesome, I tried doing that. Thanks a lot for posting the workflow!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kristofer</title>
		<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-94470</link>
		<dc:creator>Kristofer</dc:creator>
		<pubDate>Tue, 02 Oct 2007 05:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-94470</guid>
		<description>&lt;p&gt;Ignore my previous post. It turns out the default Preview app automator action also dumps the resulting tmp file into /private/tmp. So all my attempts at securing this are come to naught. Maybe I'll look at the python script that underlies it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ignore my previous post. It turns out the default Preview app automator action also dumps the resulting tmp file into /private/tmp. So all my attempts at securing this are come to naught. Maybe I&#8217;ll look at the python script that underlies it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kristofer</title>
		<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-94468</link>
		<dc:creator>Kristofer</dc:creator>
		<pubDate>Tue, 02 Oct 2007 04:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-94468</guid>
		<description>&lt;p&gt;This is really beautiful. Thank you for taking the time to do this. One little suggestion is that there is a security issue with dumping these files to /private/tmp -- especially since they don't get cleaned up by the script. It would be better to put the temporary files in /private/tmp/UID or perhaps a hidden folder in the home directory (which can then be tossed).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is really beautiful. Thank you for taking the time to do this. One little suggestion is that there is a security issue with dumping these files to /private/tmp &#8212; especially since they don&#8217;t get cleaned up by the script. It would be better to put the temporary files in /private/tmp/UID or perhaps a hidden folder in the home directory (which can then be tossed).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Doyle</title>
		<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-86734</link>
		<dc:creator>Byron Doyle</dc:creator>
		<pubDate>Sun, 29 Jul 2007 09:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-86734</guid>
		<description>&lt;p&gt;Thank you thank you thank you...  I've been looking for a way to bookify some image collections I have and this is definitely the most elegant way to do it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you&#8230;  I&#8217;ve been looking for a way to bookify some image collections I have and this is definitely the most elegant way to do it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Chapman</title>
		<link>http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-84218</link>
		<dc:creator>Justin Chapman</dc:creator>
		<pubDate>Tue, 17 Jul 2007 20:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://automatorworld.com/archives/convert-images-to-combined-pdf/#comment-84218</guid>
		<description>&lt;p&gt;Rhet, many thanks for this, I've been trying to get a workflow to work with little success, and yours just does! I use it for archiving scanned documents. I scan a bunch of pages in order as Jpegs and run your script. I altered the "sort by" to creation date in descending order as this ensures the pages are in the order I scanned them in.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rhet, many thanks for this, I&#8217;ve been trying to get a workflow to work with little success, and yours just does! I use it for archiving scanned documents. I scan a bunch of pages in order as Jpegs and run your script. I altered the &#8220;sort by&#8221; to creation date in descending order as this ensures the pages are in the order I scanned them in.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.128 seconds -->
