<?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: Customizing Mac OS X PDF Services</title>
	<atom:link href="http://schutt.org/blog/2009/08/osx-pdf-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://schutt.org/blog/2009/08/osx-pdf-services/</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 14:09:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Noel</title>
		<link>http://schutt.org/blog/2009/08/osx-pdf-services/#comment-333</link>
		<dc:creator>Noel</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://schutt.org/blog/?p=360#comment-333</guid>
		<description>If you want to replace a pipe with a dash, you can add &lt;code&gt;filename = filename.replace(&#039;&#124;&#039;,&#039;-&#039;)&lt;/code&gt; to the &lt;code&gt;safeFilename()&lt;/code&gt; function. To just delete the pipes, use &lt;code&gt;filename.replace(&#039;&#124;&#039;,&#039;&#039;)&lt;/code&gt; instead.</description>
		<content:encoded><![CDATA[<p>If you want to replace a pipe with a dash, you can add <code>filename = filename.replace('|','-')</code> to the <code>safeFilename()</code> function. To just delete the pipes, use <code>filename.replace('|','')</code> instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://schutt.org/blog/2009/08/osx-pdf-services/#comment-332</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://schutt.org/blog/?p=360#comment-332</guid>
		<description>How can you modify the script so when the title contains a &#124; (pipe) it will leave it out?

This is causing having with Dropbox.. Since windows cant use &#124; symbols in a filename,it gets stuck.</description>
		<content:encoded><![CDATA[<p>How can you modify the script so when the title contains a | (pipe) it will leave it out?</p>
<p>This is causing having with Dropbox.. Since windows cant use | symbols in a filename,it gets stuck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

