<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Split (crop) double page PDFs in two'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 18:04:28 GMT</pubDate>
<item>
<title>jlhkrans said on 12/10/11</title>
<link>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</link>
<description><![CDATA[ Thank you very much.

If you have done some left and right cropping in the PDF before, you should change the lines 14 and 21 to:
14. $cropdata[2] = ($cropdata[2] + $cropdata[0]) / 2;
21. $cropdata[0] = ($cropdata[2] + $cropdata[0]) / 2; ]]></description>
<pubDate>Sat, 10 Dec 2011 23:35:49 GMT</pubDate>
<guid>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</guid>
</item>
<item>
<title>andreapisac said on 7/22/11</title>
<link>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</link>
<description><![CDATA[ Hi there,

I would really like to try this code. Someone on the Adobe Forum posted a step to step guide for total beginners (like myself) on how to install Perl Modules (for Mac users). I followed that and it worked fine with no problems. Then they said to fire the script (meaning this one) in order to get this great feature, but this was assuming people knew how to fire scripts. Can someone be so kind to explain to a beginner what to do once I have installed PDF::API2. Thanks a million!
Andrea ]]></description>
<pubDate>Fri, 22 Jul 2011 21:07:16 GMT</pubDate>
<guid>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</guid>
</item>
<item>
<title>iblis said on 11/9/10</title>
<link>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</link>
<description><![CDATA[ @martienne I used the script on large files (300+ pages) without any problem (the only issue is increase in size). What platform are you running Perl on? Where do your PDFs come from (scan, OCRed scan...)? Do they already have the crop box set? ]]></description>
<pubDate>Tue, 09 Nov 2010 08:19:36 GMT</pubDate>
<guid>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</guid>
</item>
<item>
<title>martienne said on 10/24/10</title>
<link>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</link>
<description><![CDATA[ It works nicely for smaller files... but it doesn't seem to work on larger files, for example one with 24 pages didn't work but one with 4 pages worked. The pages all come out blank for the bigger files.  
Any idea? ]]></description>
<pubDate>Sun, 24 Oct 2010 08:04:30 GMT</pubDate>
<guid>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</guid>
</item>
<item>
<title>iblis said on 6/28/10</title>
<link>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</link>
<description><![CDATA[ You're welcome. I should have indeed made it clear that one needs PDF::API2...

On the Mac, you can also crop left and then right pages with Preview and re-assemble them with [this script](http://snipplr.com/view/36413/merge-alternate-pages-from-pdfs/) ]]></description>
<pubDate>Mon, 28 Jun 2010 18:39:14 GMT</pubDate>
<guid>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</guid>
</item>
<item>
<title>roninxyz said on 3/17/10</title>
<link>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</link>
<description><![CDATA[ I have spent the last few hours learning about Perl and scripting on my Mac to be able to run this script, and I have to say that I was extremely skeptical that I'd be able to figure out anything as an almost complete newbie. Fortunately it didn't take long before I realized that PDF::API2 was a module, which sent me scrambling to figure out how to install those. But, with good instruction on the 'net, I've got this thing up and running. What a great experience and so useful! Thank you for this! ]]></description>
<pubDate>Wed, 17 Mar 2010 15:32:37 GMT</pubDate>
<guid>http://snipplr.com/view/18924/split-crop-double-page-pdfs-in-two/</guid>
</item>
</channel>
</rss>