<?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 for AlfaSky</title>
	<atom:link href="http://www.alfasky.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alfasky.com</link>
	<description>We Believe in Magic</description>
	<lastBuildDate>Tue, 17 Apr 2012 17:35:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on How to Convert Pdf to Tiff by admin</title>
		<link>http://www.alfasky.com/2008/04/how-to-convert-pdf-to-tiff/comment-page-1/#comment-5242</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 17 Apr 2012 17:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=21#comment-5242</guid>
		<description>Hi Liam, I&#039;m glad you were able to get it to work and thanks for sharing your code with the rest of the world.
Regards</description>
		<content:encoded><![CDATA[<p>Hi Liam, I&#8217;m glad you were able to get it to work and thanks for sharing your code with the rest of the world.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert Pdf to Tiff by Liam</title>
		<link>http://www.alfasky.com/2008/04/how-to-convert-pdf-to-tiff/comment-page-1/#comment-5241</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Tue, 17 Apr 2012 17:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=21#comment-5241</guid>
		<description>Hi admin,

Thanx for you&#039;re quick reply!
I finally figured it out.
ImageMagic makes incredibly nice (and small) tiff files, which you can manipulate in great detail. The only catch is it needs GS to access the pdf file. I seems that ImageMagic needs GS to be installed in the default location &quot;C:\Program Files\gs\gs9.05\bin&quot; (This could give you some problems if you&#039;re on a 64 bit system, see; http://www.wizards-toolkit.org/discourse-server/viewtopic.php?t=19272)

The commandline I use:
convert -density 300 -threshold 65% -compress fax input.pdf output.tif

So you where right after all, anyone who needs to convert pdf to really nice tiff&#039;s for free, needs GS AND ImageMagic ;-)

Kind regards!</description>
		<content:encoded><![CDATA[<p>Hi admin,</p>
<p>Thanx for you&#8217;re quick reply!<br />
I finally figured it out.<br />
ImageMagic makes incredibly nice (and small) tiff files, which you can manipulate in great detail. The only catch is it needs GS to access the pdf file. I seems that ImageMagic needs GS to be installed in the default location &#8220;C:\Program Files\gs\gs9.05\bin&#8221; (This could give you some problems if you&#8217;re on a 64 bit system, see; <a href="http://www.wizards-toolkit.org/discourse-server/viewtopic.php?t=19272)" rel="nofollow">http://www.wizards-toolkit.org/discourse-server/viewtopic.php?t=19272)</a></p>
<p>The commandline I use:<br />
convert -density 300 -threshold 65% -compress fax input.pdf output.tif</p>
<p>So you where right after all, anyone who needs to convert pdf to really nice tiff&#8217;s for free, needs GS AND ImageMagic <img src='http://www.alfasky.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Kind regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert Pdf to Tiff by admin</title>
		<link>http://www.alfasky.com/2008/04/how-to-convert-pdf-to-tiff/comment-page-1/#comment-5038</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 06 Apr 2012 14:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=21#comment-5038</guid>
		<description>Hi Liam,
It&#039;s been more than 4 years since I wrote this article. If I remember correctly you&#039;ll need to convert your pdf to a Tiff g3 because g4 is not supported by ImageMagic and then use GS to conevrt it to g4. I agree that the resolution my not be perfect,  You&#039;ll have to change the options on the command line, I don&#039;t have GS installed anymore so I&#039;m not able to test it at this point. When calling pdf2tiff use this set of param pdf2tiff(‘a.pdf’,‘n.tif’,‘high’); Good luck</description>
		<content:encoded><![CDATA[<p>Hi Liam,<br />
It&#8217;s been more than 4 years since I wrote this article. If I remember correctly you&#8217;ll need to convert your pdf to a Tiff g3 because g4 is not supported by ImageMagic and then use GS to conevrt it to g4. I agree that the resolution my not be perfect,  You&#8217;ll have to change the options on the command line, I don&#8217;t have GS installed anymore so I&#8217;m not able to test it at this point. When calling pdf2tiff use this set of param pdf2tiff(‘a.pdf’,‘n.tif’,‘high’); Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert Pdf to Tiff by Liam</title>
		<link>http://www.alfasky.com/2008/04/how-to-convert-pdf-to-tiff/comment-page-1/#comment-5037</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Fri, 06 Apr 2012 10:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=21#comment-5037</guid>
		<description>You&#039;re final function &quot;pdf2tiff&quot; doesn&#039;t seem to use ImageMagic at all?
Where or how does the ImageMagic come in?

Only using gs works, but the quality isn&#039;t super. Is it possible to sharpen the resulting tiff?</description>
		<content:encoded><![CDATA[<p>You&#8217;re final function &#8220;pdf2tiff&#8221; doesn&#8217;t seem to use ImageMagic at all?<br />
Where or how does the ImageMagic come in?</p>
<p>Only using gs works, but the quality isn&#8217;t super. Is it possible to sharpen the resulting tiff?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Custom Permission Level: How to add a contributor with no delete access. by Rolando Harmer</title>
		<link>http://www.alfasky.com/2010/11/sharepoint-custom-permission-level-how-to-add-a-contributor-with-no-delete-access/comment-page-1/#comment-1255</link>
		<dc:creator>Rolando Harmer</dc:creator>
		<pubDate>Fri, 07 Oct 2011 19:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=485#comment-1255</guid>
		<description>very good put up, i definitely love this web site, carry on it</description>
		<content:encoded><![CDATA[<p>very good put up, i definitely love this web site, carry on it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert Pdf to Tiff by admin</title>
		<link>http://www.alfasky.com/2008/04/how-to-convert-pdf-to-tiff/comment-page-1/#comment-1225</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 05 Oct 2011 23:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=21#comment-1225</guid>
		<description>Hi Kennith, Check the source at the footer of the site</description>
		<content:encoded><![CDATA[<p>Hi Kennith, Check the source at the footer of the site</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enumeration in PHP by Theron</title>
		<link>http://www.alfasky.com/2009/02/enumeration-in-php/comment-page-1/#comment-1222</link>
		<dc:creator>Theron</dc:creator>
		<pubDate>Wed, 05 Oct 2011 13:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=463#comment-1222</guid>
		<description>What I have tried so far is: copy pasting from googledocs to Notes to wordpress, and copy pasting from googledics into HTML tab in wordpress.  Neither tries retained the boldface text.  Thanks in advance!.</description>
		<content:encoded><![CDATA[<p>What I have tried so far is: copy pasting from googledocs to Notes to wordpress, and copy pasting from googledics into HTML tab in wordpress.  Neither tries retained the boldface text.  Thanks in advance!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Convert Pdf to Tiff by Kennith Seegert</title>
		<link>http://www.alfasky.com/2008/04/how-to-convert-pdf-to-tiff/comment-page-1/#comment-1221</link>
		<dc:creator>Kennith Seegert</dc:creator>
		<pubDate>Wed, 05 Oct 2011 05:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=21#comment-1221</guid>
		<description>Amazing blog! Is your theme custom made or did you download it from somewhere? A design like yours with a few simple adjustements would really make my blog jump out. Please let me know where you got your theme. Thanks a lot</description>
		<content:encoded><![CDATA[<p>Amazing blog! Is your theme custom made or did you download it from somewhere? A design like yours with a few simple adjustements would really make my blog jump out. Please let me know where you got your theme. Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Backup and Restore a MySQL database by Monkey GO Happy 3</title>
		<link>http://www.alfasky.com/2008/04/how-to-backup-and-restore-a-mysql-database/comment-page-1/#comment-1218</link>
		<dc:creator>Monkey GO Happy 3</dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=26#comment-1218</guid>
		<description>With all  the doggone snow we have gotten  lately  I am stuck  indoors, fortunately there is the internet, thanks for giving me something to do.</description>
		<content:encoded><![CDATA[<p>With all  the doggone snow we have gotten  lately  I am stuck  indoors, fortunately there is the internet, thanks for giving me something to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on “Firefox is already running, but is not responding” Bug by Sébastien Lemieux</title>
		<link>http://www.alfasky.com/2009/01/%e2%80%9cfirefox-is-already-running-but-is-not-responding%e2%80%9d-bug/comment-page-1/#comment-1215</link>
		<dc:creator>Sébastien Lemieux</dc:creator>
		<pubDate>Tue, 04 Oct 2011 02:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.alfasky.com/?p=338#comment-1215</guid>
		<description>Hey I think your blog is nice, because you write with knowledge. Thanks for the information.</description>
		<content:encoded><![CDATA[<p>Hey I think your blog is nice, because you write with knowledge. Thanks for the information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

