<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>anoved.net &#187; automator</title>
	<atom:link href="http://anoved.net/tag/automator/feed/" rel="self" type="application/rss+xml" />
	<link>http://anoved.net</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 18:44:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>LDTrim Service</title>
		<link>http://anoved.net/2010/04/ldtrim-service/</link>
		<comments>http://anoved.net/2010/04/ldtrim-service/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 13:49:33 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[LDraw]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=2131</guid>
		<description><![CDATA[LDTrim is a little command line utility I wrote to help format LDraw code. Using Automator in Mac OS X 10.6, I made a Service that applies LDTrim to selected files in the Finder: The screenshot above shows exactly how to set it up. So, if you&#8217;re cleaning up a lot of old LDraw files, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://anoved.net/2008/05/ldtrim/">LDTrim</a> is a little command line utility I wrote to help format LDraw code. Using <a href="http://www.macosxautomation.com/automator/">Automator</a> in Mac OS X 10.6, I made a <a href="http://www.macosxautomation.com/services/index.html">Service</a> that applies LDTrim to selected files in the Finder:</p>
<p><img class="alignnone size-full wp-image-2130" title="LDTrimAutomator" src="http://anoved.net/media/2010/04/LDTrimAutomator.png" alt="" width="680" height="536" /></p>
<p>The screenshot above shows exactly how to set it up. So, if you&#8217;re cleaning up a lot of old LDraw files, now you can do it with nothing more than a right-click on the file or files of interest.</p>
<p><img class="alignnone size-full wp-image-2135" title="LDTrimServiceMenu" src="http://anoved.net/media/2010/04/LDTrimServiceMenu.png" alt="" width="152" height="213" /></p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/04/ldtrim-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save PDF Pages as Images</title>
		<link>http://anoved.net/2008/11/save-pdf-pages-as-images/</link>
		<comments>http://anoved.net/2008/11/save-pdf-pages-as-images/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 01:38:00 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://anoved.net/2008/11/save-pdf-pages-as-images/</guid>
		<description><![CDATA[Here is an Automator application to save each page of a PDF file as an image. You can do this with Preview, but it is tedious for documents with many pages. Download &#8220;Save PDF Pages as Images.app&#8221; (219 KB; Mac OS X 10.5 required) When you run the application, it begins by prompting you to [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an Automator application to save each page of a PDF file as an image. You can do this with Preview, but it is tedious for documents with  many pages.</p>
<p><strong><a href="http://anoved.net/files/SavePDFPagesasImages.zip">Download &#8220;Save PDF Pages as Images.app&#8221; (219 KB; Mac OS X 10.5 required)</a></strong></p>
<hr />
<p>When you run the application, it begins by prompting you to select a PDF file. You can select any sort of file, but nothing much will happen if it&#8217;s not a PDF.</p>
<p><a href="http://www.flickr.com/photos/93931947@N00/3042507892" title="View '1-input' on Flickr.com"><img src="http://farm4.static.flickr.com/3073/3042507892_3bd867b63f_m.jpg" alt="1-input" border="0" width="240" height="186" /></a></p>
<p>Next you can choose the output image format. 150 DPI PNG is the default format. I don&#8217;t think the compression setting applies to PNG images, but it does apply to JPEGs.</p>
<p><a href="http://www.flickr.com/photos/93931947@N00/3042507928" title="View '2-format' on Flickr.com"><img src="http://farm4.static.flickr.com/3044/3042507928_9f7009f862_m.jpg" alt="2-format" border="0" width="240" height="133" /></a></p>
<p>Rendering the images may take a moment. Then you&#8217;ll be asked to define how the output files should be named. I recommend the &#8220;Make Sequential&#8221; option. By default, page images from a three-page document will be named <code>page-01.png</code>, <code>page-02.png</code>, and <code>page-03.png</code>.</p>
<p><a href="http://www.flickr.com/photos/93931947@N00/3041664747" title="View '3-naming' on Flickr.com"><img src="http://farm4.static.flickr.com/3225/3041664747_699813ff75_m.jpg" alt="3-naming" border="0" width="240" height="119" /></a></p>
<p>Lastly, you can choose where to save the results. Choose &#8220;Other&hellip;&#8221; from the menu to select a folder that doesn&#8217;t appear among the default locations.</p>
<p><a href="http://www.flickr.com/photos/93931947@N00/3042508002" title="View '4-output' on Flickr.com"><img src="http://farm4.static.flickr.com/3166/3042508002_4191c1c133_m.jpg" alt="4-output" border="0" width="240" height="86" /></a></p>
<p>Now you have an image of each page in the PDF.</p>
<p><a href="http://www.flickr.com/photos/93931947@N00/3041664893" title="View '5-results' on Flickr.com"><img src="http://farm4.static.flickr.com/3156/3041664893_50373f2ffd_m.jpg" alt="5-results" border="0" width="240" height="167" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2008/11/save-pdf-pages-as-images/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

