<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Fixing FileMaker PDF Crashes on Mac OS X</title>
	<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/</link>
	<description>smart business solutions</description>
	<pubDate>Thu, 28 Aug 2008 17:50:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1266</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Fri, 25 Jul 2008 20:56:55 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1266</guid>
		<description>@stephen:

Interesting idea. In my experience this sort of thing is not necessary, but if you have continued problems it might be worth doing. Bear in mind that I think that will slow things down a bit. The AdobeFnt file seems to be some kind of cache that, when not corrupted, helps the PDF system start up faster. So it would be a shame to delete it all the time if it was really fine.

Geoff</description>
		<content:encoded><![CDATA[<p>@stephen:</p>
<p>Interesting idea. In my experience this sort of thing is not necessary, but if you have continued problems it might be worth doing. Bear in mind that I think that will slow things down a bit. The AdobeFnt file seems to be some kind of cache that, when not corrupted, helps the PDF system start up faster. So it would be a shame to delete it all the time if it was really fine.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1265</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Fri, 25 Jul 2008 20:02:52 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1265</guid>
		<description>Not sure how necessary this step would be, but you could add a perform applescript step before you try to save as pdf:

&lt;pre&gt;&lt;code&gt;
try
	set bad_file to (path to application support from user domain as string) &#38; "Adobe:TypeSpt:AdobeFnt08.lst" as alias
	set theTrash to path to trash
	tell application "Finder"
		move bad_file to theTrash
	end tell
end try
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Not sure how necessary this step would be, but you could add a perform applescript step before you try to save as pdf:</p>
<pre><code>
try
	set bad_file to (path to application support from user domain as string) &amp; "Adobe:TypeSpt:AdobeFnt08.lst" as alias
	set theTrash to path to trash
	tell application "Finder"
		move bad_file to theTrash
	end tell
end try
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1254</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Fri, 18 Jul 2008 02:49:31 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1254</guid>
		<description>@brian:

Thanks for stopping by the booth. Hope we cleared up the mystery ;)

Geoff</description>
		<content:encoded><![CDATA[<p>@brian:</p>
<p>Thanks for stopping by the booth. Hope we cleared up the mystery <img src='http://sixfriedrice.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1253</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Fri, 18 Jul 2008 02:48:41 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1253</guid>
		<description>@nancy:

Hmm... Bummer. It has &lt;em&gt;always&lt;/em&gt; worked for me, so I'm not sure what to say. One time I thought I was on v3, removed the mystery file, and still had crashing. But when I looked to be sure, it was actually not v3. Maybe it is worth a second check? Otherwise, let us know if you make any progress.

Geoff</description>
		<content:encoded><![CDATA[<p>@nancy:</p>
<p>Hmm&#8230; Bummer. It has <em>always</em> worked for me, so I&#8217;m not sure what to say. One time I thought I was on v3, removed the mystery file, and still had crashing. But when I looked to be sure, it was actually not v3. Maybe it is worth a second check? Otherwise, let us know if you make any progress.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boise Ruby and FileMaker Developer</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1249</link>
		<dc:creator>Boise Ruby and FileMaker Developer</dc:creator>
		<pubDate>Sun, 13 Jul 2008 14:46:09 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1249</guid>
		<description>Good show geoff, we have a large pathology database we have been doing a solution for that encountered this problem last year, finally we just turned off PDF printing in FileMaker and did it through Lasso and ImageMagick.

------- strip ------
So we are all guessing about Lumen, my guess is that it is an interface for RadiantCMS.

------- strip ------
-Brian</description>
		<content:encoded><![CDATA[<p>Good show geoff, we have a large pathology database we have been doing a solution for that encountered this problem last year, finally we just turned off PDF printing in FileMaker and did it through Lasso and ImageMagick.</p>
<p>&#8212;&#8212;- strip &#8212;&#8212;<br />
So we are all guessing about Lumen, my guess is that it is an interface for RadiantCMS.</p>
<p>&#8212;&#8212;- strip &#8212;&#8212;<br />
-Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1237</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Wed, 02 Jul 2008 20:03:20 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1237</guid>
		<description>Thanks for these suggestions. I tried both suggestions (updating to v3 and deleted that font file). Neither worked to solve the problem. I've now seen it on 2 computers at 2 different locations. Any other suggestions?
Thank you.</description>
		<content:encoded><![CDATA[<p>Thanks for these suggestions. I tried both suggestions (updating to v3 and deleted that font file). Neither worked to solve the problem. I&#8217;ve now seen it on 2 computers at 2 different locations. Any other suggestions?<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1236</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 01 Jul 2008 17:41:27 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1236</guid>
		<description>Worked like a charm! Sure saved me a lot of aggravation. First link that popped up after I googled 'Filemaker crashes on pdf export' Thanks very much!</description>
		<content:encoded><![CDATA[<p>Worked like a charm! Sure saved me a lot of aggravation. First link that popped up after I googled &#8216;Filemaker crashes on pdf export&#8217; Thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1165</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Sun, 01 Jun 2008 16:57:45 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1165</guid>
		<description>@brian:

It will always be automatically recreated when you make a PDF, but in my experience, that is not a problem. The &lt;i&gt;presence&lt;/i&gt; of this file is not a problem in itself. It is when you have a &lt;i&gt;corrupted&lt;/i&gt; version of the file that you get crashing. In my experience, the one that is auto-created is problem free, so you don't have to worry about it anymore.

It is possible it will get corrupted again, and you'll have to re-do the fix. But so far, in my experience, this has not happened. I suspect the corruption may have arrived from some older version of Acrobat, and stuck around until FileMaker made it obvious because in every case, for me at least, deleting this file &lt;i&gt;once&lt;/i&gt; was a permanent fix.</description>
		<content:encoded><![CDATA[<p>@brian:</p>
<p>It will always be automatically recreated when you make a PDF, but in my experience, that is not a problem. The <i>presence</i> of this file is not a problem in itself. It is when you have a <i>corrupted</i> version of the file that you get crashing. In my experience, the one that is auto-created is problem free, so you don&#8217;t have to worry about it anymore.</p>
<p>It is possible it will get corrupted again, and you&#8217;ll have to re-do the fix. But so far, in my experience, this has not happened. I suspect the corruption may have arrived from some older version of Acrobat, and stuck around until FileMaker made it obvious because in every case, for me at least, deleting this file <i>once</i> was a permanent fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Seidman</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1152</link>
		<dc:creator>Brian Seidman</dc:creator>
		<pubDate>Thu, 29 May 2008 21:51:31 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1152</guid>
		<description>Any idea how to keep this file from coming back?  I delete it (and also AdobeFnt07.lst), but after I export the PDF successfully, it's back again.  I'd hate to have to delete the file every time I want to export a PDF from FileMaker.</description>
		<content:encoded><![CDATA[<p>Any idea how to keep this file from coming back?  I delete it (and also AdobeFnt07.lst), but after I export the PDF successfully, it&#8217;s back again.  I&#8217;d hate to have to delete the file every time I want to export a PDF from FileMaker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1137</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Mon, 26 May 2008 15:27:13 +0000</pubDate>
		<guid>http://sixfriedrice.com/wp/filemaker-pdf-crashing/#comment-1137</guid>
		<description>@los: No, we did not know that. Very cool. Thanks!

Geoff</description>
		<content:encoded><![CDATA[<p>@los: No, we did not know that. Very cool. Thanks!</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
