<?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 filter</title>
	<link>http://ask.metafilter.com/61607/PDF-filter/</link>
	<description>Comments on Ask MetaFilter post PDF filter</description>
	<pubDate>Sun, 29 Apr 2007 19:54:23 -0800</pubDate>
	<lastBuildDate>Sun, 29 Apr 2007 19:54:23 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: PDF filter</title>
		<link>http://ask.metafilter.com/61607/PDF-filter</link>	
		<description>How do I take 5 pdf files and combine them into one file without Acrobat? &lt;br /&gt;&lt;br /&gt; I often print, sign and scan contracts and then convert to pdf from the print dialogue on my Mac. Problem is that it&apos;s a pain to email individual pdf pages for a single contract.&lt;br&gt;
&lt;br&gt;
Is there a way to convert several scanned pdf pages to a single document without dropping the money for Acrobat?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.61607</guid>
		<pubDate>Sun, 29 Apr 2007 19:48:04 -0800</pubDate>
		<dc:creator>photoslob</dc:creator>
		
			<category>acrobat</category>
		
			<category>pdf</category>
		
			<category>scan</category>
		
	</item> <item>
		<title>By: mathowie</title>
		<link>http://ask.metafilter.com/61607/PDF-filter#927412</link>	
		<description>I&apos;m pretty sure you can do this in Preview. Open all five as separate documents, then drag the pages into one single preview window, then save.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61607-927412</guid>
		<pubDate>Sun, 29 Apr 2007 19:54:23 -0800</pubDate>
		<dc:creator>mathowie</dc:creator>
	</item><item>
		<title>By: Steve3</title>
		<link>http://ask.metafilter.com/61607/PDF-filter#927413</link>	
		<description>&lt;a href=&quot;http://www.versiontracker.com/dyn/moreinfo/macosx/20286&quot;&gt;Combine PDFs&lt;/a&gt; does that for free.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61607-927413</guid>
		<pubDate>Sun, 29 Apr 2007 19:54:34 -0800</pubDate>
		<dc:creator>Steve3</dc:creator>
	</item><item>
		<title>By: RichardP</title>
		<link>http://ask.metafilter.com/61607/PDF-filter#927414</link>	
		<description>How about the &lt;a href=&quot;http://www.iconus.ch/fabien/pdflab/&quot;&gt;PDFLab&lt;/a&gt;? Free, but donations are encouraged.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61607-927414</guid>
		<pubDate>Sun, 29 Apr 2007 19:55:28 -0800</pubDate>
		<dc:creator>RichardP</dc:creator>
	</item><item>
		<title>By: Kadin2048</title>
		<link>http://ask.metafilter.com/61607/PDF-filter#927439</link>	
		<description>You don&apos;t even need to download a thing, assuming you are running OS 10.4 and you haven&apos;t deleted or uninstalled Apple&apos;s Automator.&lt;br&gt;
&lt;br&gt;
You won&apos;t actually use Automator, though, just a little Python program that Apple helpfully gives you (albeit buried in Automator&apos;s files -- if I were you, I&apos;d copy it to somewhere more convenient.)&lt;br&gt;
&lt;br&gt;
Here&apos;s the syntax:&lt;br&gt;
$ python &apos;/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py&apos; -o &apos;/path/to/output.pdf&apos; &apos;/path/to/input1.pdf&apos; &apos;/path/to/input2.pdf&apos;&lt;br&gt;
&lt;br&gt;
Personally, I just copied and renamed the original &quot;join.py&quot; file to &quot;PDFjoin.py&quot; and stuck it in a new folder called &quot;bin&quot; inside my user folder (so it can be easily found by typing ~/bin/PDFjoin.py, or just typing ~/bin/P and pressing tab). Then just specify an outfile, and drag the files you want to join, one after the other, into the Terminal window (it will add them to the command as an absolute path), then press enter. The little script will chew through them and spit out your joined file.&lt;br&gt;
&lt;br&gt;
So if you do as I recommend, and copy it to a new folder called &quot;bin&quot;, you just need to type:&lt;br&gt;
&lt;br&gt;
$ ~/bin/PDFjoin.py -o outfile.pdf oneinputfile.pdf anotherone.pdf&lt;br&gt;
&lt;br&gt;
(If you add ~/bin to your shell&apos;s PATH it&apos;s even easier, but that&apos;s a separate question.)&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.macosxhints.com/article.php?story=20060327192826493&amp;lsrc=osxh&quot;&gt;Credit for this goes to macoshints.com&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61607-927439</guid>
		<pubDate>Sun, 29 Apr 2007 20:18:10 -0800</pubDate>
		<dc:creator>Kadin2048</dc:creator>
	</item><item>
		<title>By: zardoz</title>
		<link>http://ask.metafilter.com/61607/PDF-filter#927616</link>	
		<description>If I recall correctly, simply drag and drop.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61607-927616</guid>
		<pubDate>Mon, 30 Apr 2007 00:31:22 -0800</pubDate>
		<dc:creator>zardoz</dc:creator>
	</item><item>
		<title>By: joeclark</title>
		<link>http://ask.metafilter.com/61607/PDF-filter#928804</link>	
		<description>I have, on many occasions, opened multiple documents in Preview and they&apos;ve become a single document. After trying several methods, many of them nonobvious, I can&apos;t reproduce it now.&lt;br&gt;
&lt;br&gt;
Kadin&apos;s suggestion of essentially programming your own solution illustrates all that is wrong with Macs under OS X. If we wanted to do that, we&apos;d use DOS.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61607-928804</guid>
		<pubDate>Tue, 01 May 2007 05:59:55 -0800</pubDate>
		<dc:creator>joeclark</dc:creator>
	</item><item>
		<title>By: JHarris</title>
		<link>http://ask.metafilter.com/61607/PDF-filter#929868</link>	
		<description>&lt;a href=&quot;http://www.accesspdf.com/pdftk/&quot;&gt;PDFtk&lt;/a&gt; works very well for me, though it is a command line tool.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61607-929868</guid>
		<pubDate>Tue, 01 May 2007 18:51:47 -0800</pubDate>
		<dc:creator>JHarris</dc:creator>
	</item>
	</channel>
</rss>
