<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I create a jpeg thumbnail of a pdf file?</title>
	<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file/</link>
	<description>Comments on Ask MetaFilter post How do I create a jpeg thumbnail of a pdf file?</description>
	<pubDate>Tue, 28 Nov 2006 13:48:48 -0800</pubDate>
	<lastBuildDate>Tue, 28 Nov 2006 13:48:48 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I create a jpeg thumbnail of a pdf file?</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file</link>	
		<description>How do I create a jpeg thumbnail of a pdf file? &lt;br /&gt;&lt;br /&gt; For some ungodly reason, a potential client wants jpeg thumbnails of some pdfs I created.  I currently only have access to Adobe Reader (I&apos;m a raggedy freelance writer so I can&apos;t really purchase any stuff at the moment).  Is there some freeware out there that will permit me to create thumbnails?   I found &lt;a href=&quot;http://www.download.com/PDF-Thumbnail-Generator/3000-2189_4-10419620.html&quot;&gt;this&lt;/a&gt;, but it creates thumbnail previews in the document, whereas I need separate files that I can upload to their site.  Thanks for any help.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.51896</guid>
		<pubDate>Tue, 28 Nov 2006 13:32:12 -0800</pubDate>
		<dc:creator>melissa may</dc:creator>
		
			<category>pdf</category>
		
			<category>jpg</category>
		
			<category>freeware</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: JeremiahBritt</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784044</link>	
		<description>Please clarify, for, as I understand it, you want a thumbnail (illegible) image of a text-only document. If this is just a crazy client request for exactly as I describe, it may be easiest to just look at your documents in thumbnail view (in adobe it is one of the viewing options) hit Print Screen to copy the image, crop and save it in MSPaint (or whatever bundled graphics program your OS uses).&lt;br&gt;
&lt;br&gt;
If they just want graphical links to the items, you could probably use the same (or make 5 or so) Lorem ipsum text shrunk down in the same program. Or just copy the Adobe document icon.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784044</guid>
		<pubDate>Tue, 28 Nov 2006 13:48:48 -0800</pubDate>
		<dc:creator>JeremiahBritt</dc:creator>
	</item><item>
		<title>By: RichardP</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784046</link>	
		<description>What OS do you use?  Apple&apos;s Automator has a &quot;Create Thumbnail Images&quot; action.  If it isn&apos;t flexible enough, you can chain several Automator actions to do what you want, i.e. Copy Finder Items -&amp;gt; Rename Finder Items -&amp;gt; Change Type of Images -&amp;gt; Scale Images.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784046</guid>
		<pubDate>Tue, 28 Nov 2006 13:50:13 -0800</pubDate>
		<dc:creator>RichardP</dc:creator>
	</item><item>
		<title>By: bwilms</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784047</link>	
		<description>How many documents do you have to create thumbnails for?  If it is a small amount I would consider simply taking screenshots and then using image editing software to create the JPEGs.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784047</guid>
		<pubDate>Tue, 28 Nov 2006 13:50:25 -0800</pubDate>
		<dc:creator>bwilms</dc:creator>
	</item><item>
		<title>By: donut</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784061</link>	
		<description>You need &lt;a href=&quot;http://www.cs.wisc.edu/~ghost/&quot;&gt;Ghostscript&lt;/a&gt;. I use the GPL Version.  I extracted the correct Ghostscript command for creating png thumbnails for a pdf out of a program called thumbpdf. It&apos;s used by pdflatex to create thumbnails inside a pdf document. I use it under Linux, but I think it can be used the same way on different OSes.&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
$ gs -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dNOPAUSE -dBATCH -sDEVICE=png16m -r9.06531732174037 -sOutputFile=thb%d.png -c &quot;save pop currentglobal true setglobal false/product where{pop product(Ghostscript)search{pop pop pop revision 600 ge{pop true}if}{pop}ifelse}if{/pdfdict where{pop pdfdict begin/pdfshowpage_setpage[pdfdict/pdfshowpage_setpage get{dup type/nametype eq{dup/OutputFile eq{pop/AntiRotationHack}{dup/MediaBox eq revision 650 ge and{/THB.CropHack{1 index/CropBox pget{2 index exch/MediaBox exch put}if}def/THB.CropHack cvx}if}ifelse}if}forall]cvx def end}if}if setglobal&quot; -f document.pdf&lt;br&gt;
&lt;/pre&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784061</guid>
		<pubDate>Tue, 28 Nov 2006 14:06:12 -0800</pubDate>
		<dc:creator>donut</dc:creator>
	</item><item>
		<title>By: special-k</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784066</link>	
		<description>If you&apos;re on windows, I would suggest downloading the free and awesome &lt;a href=&quot;http://www.irfanview.com/&quot;&gt;IrfanView&lt;/a&gt;.  You can easily do screen captures (so you would do one page at a time) of individual pages in the Acrobat Reader, save as jpegs and resize to your hearts content. &lt;br&gt;
&lt;br&gt;
To do a capture, open Irfanview, type C, switch to Acrobat, click Ctrl + F11. Bam, you have a screen cap in Irfanview. Draw a box around what you need, crop (ctrl + y) and resize (ctrl + R). Then save as JPEG&lt;/span&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784066</guid>
		<pubDate>Tue, 28 Nov 2006 14:11:35 -0800</pubDate>
		<dc:creator>special-k</dc:creator>
	</item><item>
		<title>By: gsteff</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784069</link>	
		<description>I haven&apos;t used it, but the &lt;a href=&quot;http://www.pdfbox.org/&quot;&gt;PDFBox&lt;/a&gt; library comes with a command-line utility called &lt;a href=&quot;http://www.pdfbox.org/commandlineutilities/PDFToImage.html&quot;&gt;PDFToImage&lt;/a&gt; that will output to PNG or JPEG.  PDFBox is written in Java, so it should be cross-platform.  The documentation doesn&apos;t appear to offer any control over output image size, but that&apos;s a comparatively minor problem.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784069</guid>
		<pubDate>Tue, 28 Nov 2006 14:13:39 -0800</pubDate>
		<dc:creator>gsteff</dc:creator>
	</item><item>
		<title>By: phearlez</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784099</link>	
		<description>Another alternative to IrfanView is Gadwin Printscreen. You can configure it to capture a selected area, the whole screen, the active window or the client window and you can tell it to create files for each cap in a specific directory.&lt;br&gt;
&lt;br&gt;
So set it to save files and cap the active window, open all the PDFs in reader and just control-tab through them and press PRINTSCREEN each time. Unless you&apos;re dealing with hundreds of them it should be quick.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784099</guid>
		<pubDate>Tue, 28 Nov 2006 14:36:15 -0800</pubDate>
		<dc:creator>phearlez</dc:creator>
	</item><item>
		<title>By: melissa may</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784139</link>	
		<description>&lt;em&gt;Please clarify, for, as I understand it, you want a thumbnail (illegible) image of a text-only document. If this is just a crazy client request for exactly as I describe...&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
It is exactly as you describe.  Unfathomable, truly.&lt;br&gt;
&lt;br&gt;
So sincere thanks for the help everyone,  and sorry about the lack of OS info -- it&apos;s craptastic Windows, c&apos;est la vie.  I&apos;ll give your various methods a try.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784139</guid>
		<pubDate>Tue, 28 Nov 2006 15:07:11 -0800</pubDate>
		<dc:creator>melissa may</dc:creator>
	</item><item>
		<title>By: cortex</title>
		<link>http://ask.metafilter.com/51896/How-do-I-create-a-jpeg-thumbnail-of-a-pdf-file#784187</link>	
		<description>For more precise control over the thumbnail, you could screenshot a full-size acrobat display of the pdf and then manually reduce that to your desired thumbnail size.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.51896-784187</guid>
		<pubDate>Tue, 28 Nov 2006 15:53:57 -0800</pubDate>
		<dc:creator>cortex</dc:creator>
	</item>
	</channel>
</rss>
