<?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: PDF batch editing</title>
	<link>http://ask.metafilter.com/74576/PDF-batch-editing/</link>
	<description>Comments on Ask MetaFilter post PDF batch editing</description>
	<pubDate>Wed, 24 Oct 2007 13:23:29 -0800</pubDate>
	<lastBuildDate>Wed, 24 Oct 2007 13:23:29 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: PDF batch editing</title>
		<link>http://ask.metafilter.com/74576/PDF-batch-editing</link>	
		<description>PDF editing - batch processing on a large number of pages? &lt;br /&gt;&lt;br /&gt; I have a really large PDF document (&amp;gt;200 pages) where each page has a wide and colorful border around the main text.  I want to print the whole thing for personal reference, but first I&apos;d like to remove the border area from every page since it&apos;s rather distracting.  Is there a way to do this all at once?&lt;br&gt;
  &lt;br&gt;
I don&apos;t have Photoshop or any Adobeware other than Reader; I may be able to get a copy of Acrobat (which I&apos;ve never used), but I would prefer to use free and/or less memory-eating software.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.74576</guid>
		<pubDate>Wed, 24 Oct 2007 13:10:47 -0800</pubDate>
		<dc:creator>casarkos</dc:creator>
		
			<category>pdf</category>
		
			<category>adobe</category>
		
			<category>acrobat</category>
		
			<category>editing</category>
		
			<category>graphics</category>
		
	</item> <item>
		<title>By: exogenous</title>
		<link>http://ask.metafilter.com/74576/PDF-batch-editing#1108957</link>	
		<description>You could probably use &lt;a href=&quot;http://www.verypdf.com/pdfstamp/&quot;&gt;Very PDF PDFStamp&lt;/a&gt; to &quot;stamp&quot; white blocks over the borders.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74576-1108957</guid>
		<pubDate>Wed, 24 Oct 2007 13:23:29 -0800</pubDate>
		<dc:creator>exogenous</dc:creator>
	</item><item>
		<title>By: Wolfdog</title>
		<link>http://ask.metafilter.com/74576/PDF-batch-editing#1108978</link>	
		<description>If you have the space to do it, then you can generate the pages with ghostscript:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;gs -sDEVICE=pnggray -sOutputFile=page%03d.png -r600 -q -dNOPAUSE - &amp;lt;source.pdf&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Then you can hit the pages with an ImageMagick crop command (you can do it in place if you use &apos;mogrify&apos;, ask if you want the details) and use IM again to reassemble them into a pdf - but that&apos;ll make a doozy of a big pdf if you do that.  If you&apos;re just printing it, I&apos;d just print the pages (&lt;code&gt;lpr *.png&lt;/code&gt;).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74576-1108978</guid>
		<pubDate>Wed, 24 Oct 2007 13:34:16 -0800</pubDate>
		<dc:creator>Wolfdog</dc:creator>
	</item><item>
		<title>By: cowbellemoo</title>
		<link>http://ask.metafilter.com/74576/PDF-batch-editing#1108988</link>	
		<description>Copy/pasting into a word processor is unacceptable?&lt;br&gt;
&lt;br&gt;
The stamp idea is good.  I&apos;ve done that on occasion with Acrobat Pro, though I&apos;ve never tried it with freeware.  You can also try Document &amp;gt; Crop if you can get Pro.&lt;br&gt;
&lt;br&gt;
Tried printing beyond your printer margins in Reader?  There&apos;s a chance that might work, but it&apos;s probably the clumsiest way to try and isolate the text.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74576-1108988</guid>
		<pubDate>Wed, 24 Oct 2007 13:38:18 -0800</pubDate>
		<dc:creator>cowbellemoo</dc:creator>
	</item><item>
		<title>By: nathan_teske</title>
		<link>http://ask.metafilter.com/74576/PDF-batch-editing#1109001</link>	
		<description>You should be able to set a custom page size for the same size as your main copy. Then, when printing, you can drag the preview thumbnail around to crop the page</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74576-1109001</guid>
		<pubDate>Wed, 24 Oct 2007 13:50:28 -0800</pubDate>
		<dc:creator>nathan_teske</dc:creator>
	</item><item>
		<title>By: nathan_teske</title>
		<link>http://ask.metafilter.com/74576/PDF-batch-editing#1109003</link>	
		<description>Or just email me the PDF and I can crop it for you.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74576-1109003</guid>
		<pubDate>Wed, 24 Oct 2007 13:51:52 -0800</pubDate>
		<dc:creator>nathan_teske</dc:creator>
	</item><item>
		<title>By: kureshii</title>
		<link>http://ask.metafilter.com/74576/PDF-batch-editing#1109338</link>	
		<description>Sorry for the late response, &lt;a href=&quot;http://www.pdfill.com/&quot;&gt;PDFill&lt;/a&gt; might be of help. It installs a PDF Writer (which isn&apos;t very good) and a whole bunch of PDF tools (which are). Just reading off the list, there&apos;s merge/split/reorder pages, rotate/crop (what you&apos;re looking for), page catenation, watermark, image-to-pdf conversion and vice-versa, and much more. It&apos;s freeware as well.&lt;br&gt;
&lt;br&gt;
A quick test reveals single/all pages mode, but only manual margin input so be sure to note down the crop margins you need before opening the crop tool.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74576-1109338</guid>
		<pubDate>Wed, 24 Oct 2007 19:50:19 -0800</pubDate>
		<dc:creator>kureshii</dc:creator>
	</item><item>
		<title>By: kureshii</title>
		<link>http://ask.metafilter.com/74576/PDF-batch-editing#1109339</link>	
		<description>Oh, you might want to note that I&apos;ve had slight trouble using some of the tools with very large PDF files (700+ pages), basically some responsiveness issues with a Core Duo + 2GB RAM, but if you&apos;re doing this on a desktop/overpowered laptop or only working with small PDF files it shouldn&apos;t be a problem.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74576-1109339</guid>
		<pubDate>Wed, 24 Oct 2007 19:52:21 -0800</pubDate>
		<dc:creator>kureshii</dc:creator>
	</item>
	</channel>
</rss>
